Searched refs:glXGetProcAddress (Results 1 – 22 of 22) sorted by relevance
/external/mesa3d/src/gallium/targets/libgl-xlib/ |
D | xlib.c | 102 extern void (*glXGetProcAddress(const unsigned char *procName))(); 106 return glXGetProcAddress(procName); in linker_foo()
|
/external/mesa3d/src/gallium/frontends/glx/xlib/ |
D | glx_getproc.c | 94 { "glXGetProcAddress", (__GLXextFuncPtr) glXGetProcAddress }, 209 void (*glXGetProcAddress(const GLubyte *procName))() in glXGetProcAddress() function
|
/external/libepoxy/test/ |
D | glx_glxgetprocaddress_nocontext.c | 52 func = glXGetProcAddress((const GLubyte *)"glGetString"); in main()
|
/external/skia/src/gpu/gl/glx/ |
D | GrGLMakeGLXInterface.cpp | 25 return glXGetProcAddress(reinterpret_cast<const GLubyte*>(name)); in glx_get()
|
/external/skqp/src/gpu/gl/glx/ |
D | GrGLMakeNativeInterface_glx.cpp | 26 return glXGetProcAddress(reinterpret_cast<const GLubyte*>(name)); in glx_get()
|
/external/autotest/client/site_tests/graphics_SanAngeles/src/ |
D | importvbo.c | 12 #define GLEXT_GetProcAddress glXGetProcAddress
|
/external/deqp/framework/platform/lnx/X11/ |
D | tcuLnxX11GlxPlatform.cpp | 222 glXGetProcAddress( in GlxContextFactory() 704 return glXGetProcAddress(reinterpret_cast<const GLubyte*>(name)); in get() 753 return glXGetProcAddress(reinterpret_cast<const GLubyte*>(name)); in getProcAddress() 763 glXGetProcAddress( in swapInterval() 773 glXGetProcAddress( in swapInterval()
|
/external/mesa3d/src/glx/apple/ |
D | RELEASE_NOTES | 26 o glXGetProcAddress (a GLX 1.4 feature and ARB extension) 28 glXGetProcAddress should work and allow getting the address of any
|
/external/skia/tools/gpu/dawn/ |
D | DawnTestContext.cpp | 111 glXGetProcAddress in Create()
|
/external/mesa3d/docs/relnotes/ |
D | 4.0 | 104 glXGetProcAddress() is the only new function in GLX 1.4.
|
/external/skia/tools/gpu/gl/glx/ |
D | CreatePlatformGLTestContext_glx.cpp | 375 return glXGetProcAddress(reinterpret_cast<const GLubyte*>(procName)); in onPlatformGetProcAddress()
|
/external/skqp/tools/gpu/gl/glx/ |
D | CreatePlatformGLTestContext_glx.cpp | 369 return glXGetProcAddress(reinterpret_cast<const GLubyte*>(procName)); in onPlatformGetProcAddress()
|
/external/libepoxy/ |
D | README.md | 7 It hides the complexity of `dlopen()`, `dlsym()`, `glXGetProcAddress()`,
|
/external/mesa3d/include/GL/ |
D | glx.h | 320 extern void (*glXGetProcAddress(const GLubyte *procname))( void );
|
D | glxext.h | 155 __GLXextFuncPtr glXGetProcAddress (const GLubyte *procName);
|
/external/mesa3d/docs/ |
D | dispatch.rst | 22 function, including the pointers returned by ``glXGetProcAddress``, are 237 To implement ``glXGetProcAddress``, Mesa stores a table that associates
|
D | versions.rst | 1116 - fixed a few glXGetProcAddress() errors (texture compression, etc)
|
/external/mesa3d/src/mesa/drivers/x11/ |
D | glxapi.c | 1107 { "glXGetProcAddress", (__GLXextFuncPtr) glXGetProcAddress }, 1232 (*glXGetProcAddress(const GLubyte *procName))() in glXGetProcAddress() function
|
/external/angle/src/libANGLE/renderer/gl/glx/ |
D | FunctionsGLX.cpp | 166 getProc = reinterpret_cast<PFNGETPROCPROC>(glXGetProcAddress); in initialize()
|
/external/mesa3d/src/glx/ |
D | glxcmds.c | 2510 GLX_FUNCTION2(glXGetProcAddress, glXGetProcAddressARB), 2647 GLX_ALIAS(__GLXextFuncPtr, glXGetProcAddress,
|
/external/swiftshader/include/GL/ |
D | glxext.h | 155 __GLXextFuncPtr glXGetProcAddress (const GLubyte *procName);
|
/external/OpenCL-CTS/test_conformance/gl/GLEW/GL/ |
D | glxew.h | 328 extern void ( * glXGetProcAddress (const GLubyte *procName)) (void);
|