Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/frontends/glx/xlib/
Dglx_getproc.c163 { "glXGetProcAddressARB", (__GLXextFuncPtr) glXGetProcAddressARB },
193 glXGetProcAddressARB(const GLubyte *procName) in glXGetProcAddressARB() function
211 return glXGetProcAddressARB(procName); in glXGetProcAddress()
/external/skia/tools/sk_app/unix/
DGLWindowContext_unix.cpp73 CreateContextAttribsFn* createContextAttribs = (CreateContextAttribsFn*)glXGetProcAddressARB( in onInitializeContext()
135 (PFNGLXSWAPINTERVALEXTPROC)glXGetProcAddressARB( in onInitializeContext()
/external/autotest/client/site_tests/graphics_SanAngeles/src/
Dimportvbo.c14 #define GLEXT_GetProcAddress glXGetProcAddressARB
/external/mesa3d/src/glx/
Dglxglvnd.c17 return glXGetProcAddressARB(procName); in __glXGLVNDGetProcAddress()
Dglxcmds.c2507 GLX_FUNCTION(glXGetProcAddressARB),
2510 GLX_FUNCTION2(glXGetProcAddress, glXGetProcAddressARB),
2607 _GLX_PUBLIC void (*glXGetProcAddressARB(const GLubyte * procName)) (void) in glXGetProcAddressARB() function
2649 (procName), glXGetProcAddressARB)
/external/skqp/tools/sk_app/unix/
DGLWindowContext_unix.cpp72 CreateContextAttribsFn* createContextAttribs = (CreateContextAttribsFn*)glXGetProcAddressARB( in onInitializeContext()
/external/mesa3d/src/mesa/drivers/x11/
Dglxapi.c1176 { "glXGetProcAddressARB", (__GLXextFuncPtr) glXGetProcAddressARB },
1216 glXGetProcAddressARB(const GLubyte *procName) in glXGetProcAddressARB() function
1234 return glXGetProcAddressARB(procName); in glXGetProcAddress()
/external/skia/tools/gpu/gl/glx/
DCreatePlatformGLTestContext_glx.cpp302 glXGetProcAddressARB((GrGLubyte*)"glXCreateContextAttribsARB"); in CreateBestContext()
/external/skqp/tools/gpu/gl/glx/
DCreatePlatformGLTestContext_glx.cpp301 glXGetProcAddressARB((GrGLubyte*)"glXCreateContextAttribsARB"); in CreateBestContext()
/external/mesa3d/docs/relnotes/
D6.5.1.rst90 glXGetProcAddressARB()).
D4.1142 is a wrapper for glXGetProcAddressARB() and wglGetProcAddress(). It
/external/mesa3d/include/GL/
Dglx.h313 extern __GLXextFuncPtr glXGetProcAddressARB (const GLubyte *);
Dglxext.h214 __GLXextFuncPtr glXGetProcAddressARB (const GLubyte *procName);
/external/libepoxy/src/
Ddispatch_common.c862 return glXGetProcAddressARB((const GLubyte *)name); in epoxy_get_proc_address()
/external/mesa3d/docs/
DlibGL.txt164 glXGetProcAddressARB() function.
Dversions.rst942 - glXGetProcAddressARB() didn't always return the right address
1120 - use glXGetProcAddressARB in GLUT to avoid extension linking problems
/external/swiftshader/include/GL/
Dglxext.h214 __GLXextFuncPtr glXGetProcAddressARB (const GLubyte *procName);
/external/OpenCL-CTS/test_conformance/gl/GLEW/GL/
Dglxew.h478 extern void ( * glXGetProcAddressARB (const GLubyte *procName)) (void);
/external/OpenCL-CTS/test_conformance/gl/GLEW/
Dglew.c179 # define glewGetProcAddress(name) (*glXGetProcAddressARB)(name)