Home
last modified time | relevance | path

Searched refs:OSMesaGetProcAddress (Results 1 - 4 of 4) sorted by relevance

/third_party/mesa3d/include/GL/
H A Dosmesa.h301 OSMesaGetProcAddress( const char *funcName );
/third_party/mesa3d/src/gallium/frontends/osmesa/
H A Dosmesa.c56 #include "glapi/glapi.h" /* for OSMesaGetProcAddress below */
1001 { "OSMesaGetProcAddress", (OSMESAproc) OSMesaGetProcAddress },
1009 OSMesaGetProcAddress(const char *funcName) in OSMesaGetProcAddress() function
/third_party/glfw/src/
H A Dosmesa_context.c70 return (GLFWglproc) OSMesaGetProcAddress(procname); in getProcAddressOSMesa()
162 _glfwPlatformGetModuleSymbol(_glfw.osmesa.handle, "OSMesaGetProcAddress"); in _glfwInitOSMesa()
H A Dinternal.h270 #define OSMesaGetProcAddress _glfw.osmesa.GetProcAddress macro

Completed in 6 milliseconds