Searched refs:glXIsDirect (Results 1 – 13 of 13) sorted by relevance
/third_party/mesa3d/src/gallium/frontends/glx/xlib/ |
D | glx_getproc.c | 57 { "glXIsDirect", (__GLXextFuncPtr) glXIsDirect },
|
D | glx_api.c | 1405 glXIsDirect( Display *dpy, GLXContext ctx ) in glXIsDirect() function
|
/third_party/mesa3d/src/glx/apple/ |
D | RELEASE_NOTES | 67 created will appear to glXIsDirect as an indirect context, but it
|
/third_party/flutter/skia/tools/gpu/gl/glx/ |
D | CreatePlatformGLTestContext_glx.cpp | 228 if (!glXIsDirect(fDisplay, fContext)) { in GLXGLTestContext()
|
/third_party/skia/tools/gpu/gl/glx/ |
D | CreatePlatformGLTestContext_glx.cpp | 228 if (!glXIsDirect(fDisplay, fContext)) { in GLXGLTestContext()
|
/third_party/mesa3d/docs/relnotes/ |
D | 9.1.4.rst | 104 - st/glx/xlib: check for null ctx pointer in glXIsDirect() 105 - xlib: check for null ctx pointer in glXIsDirect()
|
D | 21.2.0.rst | 270 - glx: Simplify glXIsDirect
|
/third_party/mesa3d/include/GL/ |
D | glx.h | 207 extern Bool glXIsDirect( Display *dpy, GLXContext ctx );
|
/third_party/mesa3d/src/mesa/drivers/x11/ |
D | glxapi.c | 246 glXIsDirect(Display *dpy, GLXContext ctx) in glXIsDirect() function 1070 { "glXIsDirect", (__GLXextFuncPtr) glXIsDirect },
|
/third_party/mesa3d/src/glx/ |
D | glxcmds.c | 682 glXIsDirect(Display * dpy, GLXContext gc_user) in glXIsDirect() function 2545 GLX_FUNCTION(glXIsDirect),
|
/third_party/flutter/skia/third_party/externals/opencl-lib/3-0/include/GL/ |
D | glxew.h | 151 extern Bool glXIsDirect (Display *dpy, GLXContext ctx);
|
/third_party/openGLES/extensions/ARB/ |
D | GLX_ARB_create_context.txt | 142 Use glXIsDirect (see below) to determine whether or not a request
|
/third_party/skia/third_party/externals/opengl-registry/extensions/ARB/ |
D | GLX_ARB_create_context.txt | 132 Use glXIsDirect (see below) to determine whether or not a request
|