Searched refs:glXGetProcAddressARB (Results 1 – 21 of 21) sorted by relevance
/third_party/skia/third_party/externals/opengl-registry/extensions/ARB/ |
D | GLX_ARB_get_proc_address.txt | 60 extern GLfunction glXGetProcAddressARB(const GLubyte *procName); 64 void (*glXGetProcAddressARB(const GLubyte *procName))(); 75 Implementations must export the glXGetProcAddressARB entry point 150 void (*glXGetProcAddressARB(const GLubyte *procName))(...) 193 void (*glXGetProcAddressARB(const ubyte *procName)(); 201 A non-NULL return value for glXGetProcAddressARB does not guarantee 207 GL function pointers returned by glXGetProcAddressARB are 211 glXGetProcAddressARB may be queried for all of the following functions:
|
/third_party/openGLES/extensions/ARB/ |
D | GLX_ARB_get_proc_address.txt | 70 extern GLfunction glXGetProcAddressARB(const GLubyte *procName); 74 void (*glXGetProcAddressARB(const GLubyte *procName))(); 85 Implementations must export the glXGetProcAddressARB entry point 160 void (*glXGetProcAddressARB(const GLubyte *procName))(...) 203 void (*glXGetProcAddressARB(const ubyte *procName)(); 211 A non-NULL return value for glXGetProcAddressARB does not guarantee 217 GL function pointers returned by glXGetProcAddressARB are 221 glXGetProcAddressARB may be queried for all of the following functions:
|
/third_party/mesa3d/src/gallium/frontends/glx/xlib/ |
D | glx_getproc.c | 163 { "glXGetProcAddressARB", (__GLXextFuncPtr) glXGetProcAddressARB }, 193 glXGetProcAddressARB(const GLubyte *procName) in glXGetProcAddressARB() function 211 return glXGetProcAddressARB(procName); in glXGetProcAddress()
|
/third_party/skia/tools/sk_app/unix/ |
D | GLWindowContext_unix.cpp | 73 CreateContextAttribsFn* createContextAttribs = (CreateContextAttribsFn*)glXGetProcAddressARB( in onInitializeContext() 134 (PFNGLXSWAPINTERVALEXTPROC)glXGetProcAddressARB( in onInitializeContext()
|
/third_party/mesa3d/src/glx/ |
D | glxglvnd.c | 17 return glXGetProcAddressARB(procName); in __glXGLVNDGetProcAddress()
|
D | glxcmds.c | 2592 GLX_FUNCTION(glXGetProcAddressARB), 2595 GLX_FUNCTION2(glXGetProcAddress, glXGetProcAddressARB), 2692 _GLX_PUBLIC void (*glXGetProcAddressARB(const GLubyte * procName)) (void) in glXGetProcAddressARB() function 2732 (procName), glXGetProcAddressARB)
|
/third_party/skia/tools/gpu/gl/glx/ |
D | CreatePlatformGLTestContext_glx.cpp | 308 glXGetProcAddressARB((GrGLubyte*)"glXCreateContextAttribsARB"); in CreateBestContext()
|
/third_party/skia/third_party/externals/opengl-registry/extensions/EXT/ |
D | GLX_EXT_swap_control_tear.txt | 33 required, for glXQueryExtensionString and glXGetProcAddressARB
|
D | EXT_swap_control.txt | 37 required, for glXQueryExtensionString and glXGetProcAddressARB
|
/third_party/openGLES/extensions/EXT/ |
D | GLX_EXT_swap_control_tear.txt | 33 required, for glXQueryExtensionString and glXGetProcAddressARB
|
D | EXT_swap_control.txt | 37 required, for glXQueryExtensionString and glXGetProcAddressARB
|
/third_party/mesa3d/docs/relnotes/ |
D | 6.5.1.rst | 90 glXGetProcAddressARB()).
|
D | 4.1 | 142 is a wrapper for glXGetProcAddressARB() and wglGetProcAddress(). It
|
/third_party/mesa3d/include/GL/ |
D | glx.h | 313 extern __GLXextFuncPtr glXGetProcAddressARB (const GLubyte *);
|
D | glxext.h | 214 __GLXextFuncPtr glXGetProcAddressARB (const GLubyte *procName);
|
/third_party/mesa3d/docs/ |
D | libGL.txt | 164 glXGetProcAddressARB() function.
|
/third_party/skia/third_party/externals/swiftshader/include/GL/ |
D | glxext.h | 214 __GLXextFuncPtr glXGetProcAddressARB (const GLubyte *procName);
|
/third_party/skia/third_party/externals/opengl-registry/api/GL/ |
D | glxext.h | 214 __GLXextFuncPtr glXGetProcAddressARB (const GLubyte *procName);
|
/third_party/openGLES/api/GL/ |
D | glxext.h | 195 __GLXextFuncPtr glXGetProcAddressARB (const GLubyte *procName);
|
/third_party/skia/third_party/externals/opengl-registry/extensions/AMD/ |
D | GLX_AMD_gpu_association.txt | 343 The addresses returned from glXGetProcAddressARB are only valid for the
|
/third_party/openGLES/extensions/AMD/ |
D | GLX_AMD_gpu_association.txt | 343 The addresses returned from glXGetProcAddressARB are only valid for the
|