Home
last modified time | relevance | path

Searched refs:glXGetProcAddressARB (Results 1 – 14 of 14) 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.h211 __GLXextFuncPtr glXGetProcAddressARB (const GLubyte *procName);
/external/mesa3d/src/glx/
Dglxglvnd.c17 return glXGetProcAddressARB(procName); in __glXGLVNDGetProcAddress()
Dglxcmds.c2580 GLX_FUNCTION(glXGetProcAddressARB),
2583 GLX_FUNCTION2(glXGetProcAddress, glXGetProcAddressARB),
2639 _GLX_PUBLIC void (*glXGetProcAddressARB(const GLubyte * procName)) (void) in glXGetProcAddressARB() function
2681 (procName), glXGetProcAddressARB)
/external/skia/tools/viewer/sk_app/unix/
DGLWindowContext_unix.cpp63 CreateContextAttribsFn* createContextAttribs = (CreateContextAttribsFn*)glXGetProcAddressARB( in onInitializeContext()
/external/skia/tools/gpu/gl/glx/
DCreatePlatformGLTestContext_glx.cpp281 glXGetProcAddressARB((GrGLubyte*)"glXCreateContextAttribsARB"); in CreateBestContext()
/external/mesa3d/src/mesa/drivers/x11/
Dglxapi.c1309 { "glXGetProcAddressARB", (__GLXextFuncPtr) glXGetProcAddressARB },
1356 glXGetProcAddressARB(const GLubyte *procName) in glXGetProcAddressARB() function
1374 return glXGetProcAddressARB(procName); in glXGetProcAddress()
/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.h204 __GLXextFuncPtr glXGetProcAddressARB (const GLubyte *procName);