Searched refs:glXQueryDrawable (Results 1 - 20 of 20) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/include/GL/
H A Dglx_mangle.h69 #define glXQueryDrawable mglXQueryDrawable macro
H A Dglx.h269 extern void glXQueryDrawable( Display *dpy, GLXDrawable draw, int attribute,
H A Dglxext.h138 void glXQueryDrawable (Display *dpy, GLXDrawable draw, int attribute, unsigned int *value);
/xsrc/external/mit/mesa-demos/dist/src/xdemos/
H A Dpbdemo.c217 glXQueryDrawable( gDpy, gPBuffer, GLX_WIDTH, &v);
219 glXQueryDrawable( gDpy, gPBuffer, GLX_HEIGHT, &v);
221 glXQueryDrawable( gDpy, gPBuffer, GLX_PRESERVED_CONTENTS, &v);
223 glXQueryDrawable( gDpy, gPBuffer, GLX_LARGEST_PBUFFER, &v);
225 glXQueryDrawable( gDpy, gPBuffer, GLX_FBCONFIG_ID, &v);
H A Dglxgears.c604 glXQueryDrawable(dpy, drawable, GLX_SWAP_INTERVAL_EXT, &tmp);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/glx/xlib/
H A Dglx_getproc.c90 { "glXQueryDrawable", (__GLXextFuncPtr) glXQueryDrawable },
H A Dglx_api.c2148 glXQueryDrawable(Display *dpy, GLXDrawable draw, int attribute, function in typeref:typename:PUBLIC void
/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/glx/xlib/
H A Dglx_getproc.c90 { "glXQueryDrawable", (__GLXextFuncPtr) glXQueryDrawable },
H A Dglx_api.c2098 glXQueryDrawable(Display *dpy, GLXDrawable draw, int attribute, function in typeref:typename:PUBLIC void
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D7.6.1.rst44 - Fake glXQueryDrawable() didn't return good values (bug 24320)
/xsrc/external/mit/MesaLib/dist/include/GL/
H A Dglx.h264 extern void glXQueryDrawable( Display *dpy, GLXDrawable draw, int attribute,
H A Dglxext.h138 void glXQueryDrawable (Display *dpy, GLXDrawable draw, int attribute, unsigned int *value);
/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/x11/
H A Dglxapi.c559 glXQueryDrawable(Display *dpy, GLXDrawable draw, int attribute, unsigned int *value) function in typeref:typename:void PUBLIC
1107 { "glXQueryDrawable", (__GLXextFuncPtr) glXQueryDrawable },
/xsrc/external/mit/MesaLib/dist/src/mesa/drivers/x11/
H A Dglxapi.c555 glXQueryDrawable(Display *dpy, GLXDrawable draw, int attribute, unsigned int *value) function in typeref:typename:void PUBLIC
1103 { "glXQueryDrawable", (__GLXextFuncPtr) glXQueryDrawable },
/xsrc/external/mit/MesaLib.old/dist/src/glx/
H A Dglx_pbuffer.c789 glXQueryDrawable(Display * dpy, GLXDrawable drawable, function in typeref:typename:_GLX_PUBLIC void
H A Dglxcmds.c2488 GLX_FUNCTION(glXQueryDrawable),
/xsrc/external/mit/MesaLib/dist/src/glx/
H A Dglx_pbuffer.c773 glXQueryDrawable(Display * dpy, GLXDrawable drawable, function in typeref:typename:_GLX_PUBLIC void
H A Dglxcmds.c2578 GLX_FUNCTION(glXQueryDrawable),
/xsrc/external/mit/libepoxy/src/
H A Dglx_generated.h968 #define glXQueryDrawable epoxy_glXQueryDrawable macro
H A Dglx_generated_dispatch.c2434 0, // glXQueryDrawable
3994 return glx_single_resolver(PROVIDER_GLX_13, 2116 /* glXQueryDrawable */);
4313 GEN_THUNKS(glXQueryDrawable, (Display * dpy, GLXDrawable draw, int attribute, unsigned int * value), (dpy, draw, attribute, value))
4448 epoxy_glXQueryDrawable_dispatch_table_rewrite_ptr, /* glXQueryDrawable */

Completed in 51 milliseconds