Home
last modified time | relevance | path

Searched refs:GLFWglproc (Results 1 - 8 of 8) sorted by relevance

/third_party/glfw/src/
H A Dwgl_context.c386 static GLFWglproc getProcAddressWGL(const char* procname) in getProcAddressWGL()
388 const GLFWglproc proc = (GLFWglproc) wglGetProcAddress(procname); in getProcAddressWGL()
392 return (GLFWglproc) _glfwPlatformGetModuleSymbol(_glfw.wgl.instance, procname); in getProcAddressWGL()
H A Dosmesa_context.c68 static GLFWglproc getProcAddressOSMesa(const char* procname) in getProcAddressOSMesa()
70 return (GLFWglproc) OSMesaGetProcAddress(procname); in getProcAddressOSMesa()
H A Degl_context.c313 static GLFWglproc getProcAddressEGL(const char* procname) in getProcAddressEGL()
320 GLFWglproc proc = (GLFWglproc) in getProcAddressEGL()
H A Dinternal.h219 typedef GLFWglproc (APIENTRY * PFN_eglGetProcAddress)(const char*);
263 typedef GLFWglproc (GLAPIENTRY * PFN_OSMesaGetProcAddress)(const char*);
507 GLFWglproc (*getProcAddress)(const char*);
H A Dcontext.c748 GLFWAPI GLFWglproc glfwGetProcAddress(const char* procname) in glfwGetProcAddress()
H A Dglx_context.c223 static GLFWglproc getProcAddressGLX(const char* procname) in getProcAddressGLX()
/third_party/skia/third_party/externals/imgui/examples/libs/glfw/include/GLFW/
H A Dglfw3.h744 typedef void (*GLFWglproc)(void); typedef
4002 GLFWAPI GLFWglproc glfwGetProcAddress(const char* procname);
/third_party/glfw/include/GLFW/
H A Dglfw3.h1366 typedef void (*GLFWglproc)(void); typedef
6304 GLFWAPI GLFWglproc glfwGetProcAddress(const char* procname);

Completed in 18 milliseconds