Searched refs:glXQueryContext (Results 1 – 19 of 19) sorted by relevance
/third_party/mesa3d/src/gallium/frontends/glx/xlib/ |
D | glx_getproc.c | 89 { "glXQueryContext", (__GLXextFuncPtr) glXQueryContext },
|
D | glx_api.c | 2162 glXQueryContext( Display *dpy, GLXContext ctx, int attribute, int *value ) in glXQueryContext() function
|
/third_party/mesa3d/docs/relnotes/ |
D | 7.6.1.rst | 40 - glXQueryContext(GLX_RENDER_TYPE) returned wrong values (bug 24211)
|
D | 21.3.1.rst | 106 - glx/dri3: fix glXQueryContext does not return GLX_RENDER_TYPE value
|
/third_party/skia/third_party/externals/opengl-registry/extensions/EXT/ |
D | GLX_EXT_no_config_context.txt | 124 In section 3.3.7 "Rendering Contexts" in the discussion of glXQueryContext, 283 - Add the GLX_VISUAL_ID_EXT case to glXQueryContext 288 - Add the GLX_FBCONFIG_ID case to glXQueryContext
|
/third_party/openGLES/extensions/EXT/ |
D | GLX_EXT_no_config_context.txt | 128 In section 3.3.7 "Rendering Contexts" in the discussion of glXQueryContext, 290 - Add the GLX_VISUAL_ID_EXT case to glXQueryContext 295 - Add the GLX_FBCONFIG_ID case to glXQueryContext
|
/third_party/mesa3d/include/GL/ |
D | glx.h | 276 extern int glXQueryContext( Display *dpy, GLXContext ctx, int attribute,
|
D | glxext.h | 142 int glXQueryContext (Display *dpy, GLXContext ctx, int attribute, int *value);
|
/third_party/mesa3d/src/glx/ |
D | glxcmds.c | 1528 glXQueryContext(Display * dpy, GLXContext ctx_user, int attribute, int *value) in glXQueryContext() function 1557 (dpy, ctx, attribute, value), glXQueryContext) 2577 GLX_FUNCTION(glXQueryContext), 2612 GLX_FUNCTION2(glXQueryContextInfoEXT, glXQueryContext),
|
/third_party/mesa3d/src/mesa/drivers/x11/ |
D | glxapi.c | 543 glXQueryContext(Display *dpy, GLXContext ctx, int attribute, int *value) in glXQueryContext() function 1102 { "glXQueryContext", (__GLXextFuncPtr) glXQueryContext },
|
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/x11/ |
D | gstglcontext_glx.c | 1004 if (Success != glXQueryContext (device, glx_context, GLX_FBCONFIG_ID, in gst_gl_context_glx_fill_info()
|
/third_party/flutter/skia/third_party/externals/opencl-lib/3-0/include/GL/ |
D | glxew.h | 312 #define glXQueryContext GLXEW_GET_FUN(__glewXQueryContext) macro
|
/third_party/openGLES/api/GL/ |
D | glxext.h | 123 int glXQueryContext (Display *dpy, GLXContext ctx, int attribute, int *value);
|
/third_party/skia/third_party/externals/swiftshader/include/GL/ |
D | glxext.h | 142 int glXQueryContext (Display *dpy, GLXContext ctx, int attribute, int *value);
|
/third_party/skia/third_party/externals/opengl-registry/api/GL/ |
D | glxext.h | 142 int glXQueryContext (Display *dpy, GLXContext ctx, int attribute, int *value);
|
/third_party/skia/third_party/externals/opengl-registry/extensions/NV/ |
D | NV_present_video.txt | 134 Accepted by the <attribute> parameter of glXQueryContext:
|
D | NV_video_capture.txt | 205 Accepted by the <attribute> parameter of glXQueryContext:
|
/third_party/openGLES/extensions/NV/ |
D | NV_present_video.txt | 134 Accepted by the <attribute> parameter of glXQueryContext:
|
D | NV_video_capture.txt | 205 Accepted by the <attribute> parameter of glXQueryContext:
|