Home
last modified time | relevance | path

Searched refs:glXGetProcAddressARB (Results 1 – 16 of 16) sorted by relevance

/external/mesa3d/src/gallium/state_trackers/glx/xlib/
Dglx_getproc.c170 { "glXGetProcAddressARB", (__GLXextFuncPtr) glXGetProcAddressARB },
200 glXGetProcAddressARB(const GLubyte *procName) in glXGetProcAddressARB() function
218 return glXGetProcAddressARB(procName); in glXGetProcAddress()
/external/autotest/client/site_tests/graphics_SanAngeles/src/
Dimportvbo.c14 #define GLEXT_GetProcAddress glXGetProcAddressARB
/external/mesa3d/include/GL/
Dglx_mangle.h79 #define glXGetProcAddressARB mglXGetProcAddressARB macro
Dglx.h318 extern __GLXextFuncPtr glXGetProcAddressARB (const GLubyte *);
Dglxext.h214 __GLXextFuncPtr glXGetProcAddressARB (const GLubyte *procName);
/external/mesa3d/src/glx/
Dglxglvnd.c17 return glXGetProcAddressARB(procName); in __glXGLVNDGetProcAddress()
Dglxcmds.c2566 GLX_FUNCTION(glXGetProcAddressARB),
2569 GLX_FUNCTION2(glXGetProcAddress, glXGetProcAddressARB),
2625 _GLX_PUBLIC void (*glXGetProcAddressARB(const GLubyte * procName)) (void) in glXGetProcAddressARB() function
2667 (procName), glXGetProcAddressARB)
/external/skia/tools/sk_app/unix/
DGLWindowContext_unix.cpp72 CreateContextAttribsFn* createContextAttribs = (CreateContextAttribsFn*)glXGetProcAddressARB( in onInitializeContext()
/external/skqp/tools/sk_app/unix/
DGLWindowContext_unix.cpp72 CreateContextAttribsFn* createContextAttribs = (CreateContextAttribsFn*)glXGetProcAddressARB( in onInitializeContext()
/external/mesa3d/src/mesa/drivers/x11/
Dglxapi.c1224 { "glXGetProcAddressARB", (__GLXextFuncPtr) glXGetProcAddressARB },
1264 glXGetProcAddressARB(const GLubyte *procName) in glXGetProcAddressARB() function
1282 return glXGetProcAddressARB(procName); in glXGetProcAddress()
/external/skia/tools/gpu/gl/glx/
DCreatePlatformGLTestContext_glx.cpp301 glXGetProcAddressARB((GrGLubyte*)"glXCreateContextAttribsARB"); in CreateBestContext()
/external/skqp/tools/gpu/gl/glx/
DCreatePlatformGLTestContext_glx.cpp301 glXGetProcAddressARB((GrGLubyte*)"glXCreateContextAttribsARB"); in CreateBestContext()
/external/mesa3d/docs/
DlibGL.txt164 glXGetProcAddressARB() function.
DVERSIONS769 - glXGetProcAddressARB() didn't always return the right address
921 - use glXGetProcAddressARB in GLUT to avoid extension linking problems
/external/mesa3d/docs/relnotes/
D4.1142 is a wrapper for glXGetProcAddressARB() and wglGetProcAddress(). It
/external/swiftshader/include/GL/
Dglxext.h214 __GLXextFuncPtr glXGetProcAddressARB (const GLubyte *procName);