| /xsrc/external/mit/libepoxy/dist/src/ |
| H A D | dispatch_glx.c | 45 glXQueryContext(dpy, ctx, GLX_SCREEN, &screen); 117 glXQueryContext(dpy, ctx, GLX_SCREEN, &screen);
|
| /xsrc/external/mit/MesaLib.old/dist/include/GL/ |
| H A D | glx_mangle.h | 73 #define glXQueryContext mglXQueryContext macro
|
| H A D | glx.h | 281 extern int glXQueryContext( Display *dpy, GLXContext ctx, int attribute,
|
| H A D | glxext.h | 142 int glXQueryContext (Display *dpy, GLXContext ctx, int attribute, int *value);
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/glx/xlib/ |
| H A D | glx_getproc.c | 89 { "glXQueryContext", (__GLXextFuncPtr) glXQueryContext },
|
| H A D | glx_api.c | 2212 glXQueryContext( Display *dpy, GLXContext ctx, int attribute, int *value ) function in typeref:typename:PUBLIC int
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/frontends/glx/xlib/ |
| H A D | glx_getproc.c | 89 { "glXQueryContext", (__GLXextFuncPtr) glXQueryContext },
|
| H A D | glx_api.c | 2162 glXQueryContext( Display *dpy, GLXContext ctx, int attribute, int *value ) function in typeref:typename:PUBLIC int
|
| /xsrc/external/mit/MesaLib/dist/docs/relnotes/ |
| H A D | 7.6.1.rst | 40 - glXQueryContext(GLX_RENDER_TYPE) returned wrong values (bug 24211)
|
| H A D | 21.3.1.rst | 106 - glx/dri3: fix glXQueryContext does not return GLX_RENDER_TYPE value
|
| /xsrc/external/mit/MesaLib/dist/include/GL/ |
| H A D | glx.h | 276 extern int glXQueryContext( Display *dpy, GLXContext ctx, int attribute,
|
| H A D | glxext.h | 142 int glXQueryContext (Display *dpy, GLXContext ctx, int attribute, int *value);
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/x11/ |
| H A D | glxapi.c | 547 glXQueryContext(Display *dpy, GLXContext ctx, int attribute, int *value) function in typeref:typename:int PUBLIC 1106 { "glXQueryContext", (__GLXextFuncPtr) glXQueryContext },
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/drivers/x11/ |
| H A D | glxapi.c | 543 glXQueryContext(Display *dpy, GLXContext ctx, int attribute, int *value) function in typeref:typename:int PUBLIC 1102 { "glXQueryContext", (__GLXextFuncPtr) glXQueryContext },
|
| /xsrc/external/mit/MesaLib.old/dist/src/glx/ |
| H A D | glxcmds.c | 1541 glXQueryContext(Display * dpy, GLXContext ctx_user, int attribute, int *value) function in typeref:typename:_GLX_PUBLIC int 1570 (dpy, ctx, attribute, value), glXQueryContext) 2487 GLX_FUNCTION(glXQueryContext), 2508 GLX_FUNCTION2(glXQueryContextInfoEXT, glXQueryContext),
|
| /xsrc/external/mit/MesaLib/dist/src/glx/ |
| H A D | glxcmds.c | 1528 glXQueryContext(Display * dpy, GLXContext ctx_user, int attribute, int *value) function in typeref:typename:_GLX_PUBLIC int 1557 (dpy, ctx, attribute, value), glXQueryContext) 2577 GLX_FUNCTION(glXQueryContext), 2612 GLX_FUNCTION2(glXQueryContextInfoEXT, glXQueryContext),
|
| /xsrc/external/mit/libepoxy/src/ |
| H A D | glx_generated.h | 964 #define glXQueryContext epoxy_glXQueryContext macro
|
| H A D | glx_generated_dispatch.c | 2325 0, // glXQueryContext 3970 return glx_single_resolver(PROVIDER_GLX_13, 2008 /* glXQueryContext */); 4309 GEN_THUNKS_RET(int, glXQueryContext, (Display * dpy, GLXContext ctx, int attribute, int * value), (dpy, ctx, attribute, value)) 4444 epoxy_glXQueryContext_dispatch_table_rewrite_ptr, /* glXQueryContext */
|
| /xsrc/external/mit/MesaLib/dist/ |
| H A D | .pick_status.json | 28237 "description": "glx/dri3: fix glXQueryContext does not return GLX_RENDER_TYPE value", [all...] |