/third_party/skia/third_party/externals/opengl-registry/extensions/EXT/ |
D | EXT_swap_control.txt | 80 exposed through glXQueryDrawable. 141 glXQueryDrawable with the attributes GLX_SWAP_INTERVAL_EXT and 143 glXQueryDrawable is undefined if the drawable is not a GLXWindow 190 glXQueryDrawable(dpy, drawable, GLX_SWAP_INTERVAL_EXT, &swap); 191 glXQueryDrawable(dpy, drawable, GLX_MAX_SWAP_INTERVAL_EXT,
|
D | GLX_EXT_swap_control_tear.txt | 122 glXQueryDrawable with the attributes GLX_SWAP_INTERVAL_EXT and 125 swaps to occur by calling glXQueryDrawable with the attribute 128 glXQueryDrawable is undefined if the drawable is not a GLXWindow
|
D | GLX_EXT_stereo_tree.txt | 89 Accepted by the <attribute> parameter of glXQueryDrawable and 220 glXQueryDrawable accepts need to be extended to include X
|
D | GLX_EXT_texture_from_pixmap.txt | 258 glXCreatePixmap, and by the <attribute> parameter of glXQueryDrawable: 265 and returned in the <value> parameter of glXQueryDrawable when 279 and returned in the <value> parameter of glXQueryDrawable when 466 Modify paragraph 1 of the description of glXQueryDrawable: 473 Modify paragraph 3 of the description of glXQueryDrawable:
|
D | GLX_EXT_buffer_age.txt | 96 Add the following text to the description for glXQueryDrawable 173 glXQueryDrawable describing error conditions.
|
D | GLX_EXT_libglvnd.txt | 167 glXQueryDrawable to look up a screen number is sufficient.
|
/third_party/openGLES/extensions/EXT/ |
D | EXT_swap_control.txt | 80 exposed through glXQueryDrawable. 141 glXQueryDrawable with the attributes GLX_SWAP_INTERVAL_EXT and 143 glXQueryDrawable is undefined if the drawable is not a GLXWindow 190 glXQueryDrawable(dpy, drawable, GLX_SWAP_INTERVAL_EXT, &swap); 191 glXQueryDrawable(dpy, drawable, GLX_MAX_SWAP_INTERVAL_EXT,
|
D | GLX_EXT_swap_control_tear.txt | 122 glXQueryDrawable with the attributes GLX_SWAP_INTERVAL_EXT and 125 swaps to occur by calling glXQueryDrawable with the attribute 128 glXQueryDrawable is undefined if the drawable is not a GLXWindow
|
D | GLX_EXT_get_drawable_type.txt | 40 glXQueryDrawable. While this is primarily a convenience for the client 54 glXQueryDrawable:
|
D | GLX_EXT_stereo_tree.txt | 89 Accepted by the <attribute> parameter of glXQueryDrawable and 220 glXQueryDrawable accepts need to be extended to include X
|
D | GLX_EXT_texture_from_pixmap.txt | 258 glXCreatePixmap, and by the <attribute> parameter of glXQueryDrawable: 265 and returned in the <value> parameter of glXQueryDrawable when 279 and returned in the <value> parameter of glXQueryDrawable when 466 Modify paragraph 1 of the description of glXQueryDrawable: 473 Modify paragraph 3 of the description of glXQueryDrawable:
|
D | GLX_EXT_buffer_age.txt | 96 Add the following text to the description for glXQueryDrawable 173 glXQueryDrawable describing error conditions.
|
D | GLX_EXT_libglvnd.txt | 167 glXQueryDrawable to look up a screen number is sufficient.
|
/third_party/flutter/skia/third_party/externals/sdl/src/video/x11/ |
D | SDL_x11opengl.h | 49 void (*glXQueryDrawable) (Display*,GLXDrawable,int,unsigned int*); member
|
D | SDL_x11opengl.c | 206 _this->gl_data->glXQueryDrawable = in X11_GL_LoadLibrary() 774 _this->gl_data->glXQueryDrawable(display, drawable, in X11_GL_GetSwapInterval() 779 _this->gl_data->glXQueryDrawable(display, drawable, in X11_GL_GetSwapInterval()
|
/third_party/mesa3d/src/gallium/frontends/glx/xlib/ |
D | glx_getproc.c | 90 { "glXQueryDrawable", (__GLXextFuncPtr) glXQueryDrawable },
|
/third_party/mesa3d/docs/relnotes/ |
D | 7.6.1.rst | 44 - Fake glXQueryDrawable() didn't return good values (bug 24320)
|
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/glx/ |
D | FunctionsGLX.cpp | 224 GET_FNPTR_OR_ERROR(&mFnPtrs->queryDrawablePtr, glXQueryDrawable); in initialize()
|
/third_party/mesa3d/include/GL/ |
D | glx.h | 264 extern void glXQueryDrawable( Display *dpy, GLXDrawable draw, int attribute,
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/glx/ |
D | FunctionsGLX.cpp | 240 GET_FNPTR_OR_ERROR(&mFnPtrs->queryDrawablePtr, glXQueryDrawable); in initialize()
|
/third_party/vk-gl-cts/framework/platform/lnx/X11/ |
D | tcuLnxX11GlxPlatform.cpp | 428 glXQueryDrawable(getXDisplay(), getGLXDrawable(), attrib, &value); in getAttrib()
|
/third_party/mesa3d/src/glx/ |
D | glx_pbuffer.c | 822 glXQueryDrawable(Display * dpy, GLXDrawable drawable, in glXQueryDrawable() function
|
/third_party/flutter/skia/third_party/externals/opencl-lib/3-0/include/GL/ |
D | glxew.h | 313 #define glXQueryDrawable GLXEW_GET_FUN(__glewXQueryDrawable) macro
|
/third_party/openGLES/api/GL/ |
D | glxext.h | 119 void glXQueryDrawable (Display *dpy, GLXDrawable draw, int attribute, unsigned int *value);
|
/third_party/skia/third_party/externals/swiftshader/include/GL/ |
D | glxext.h | 138 void glXQueryDrawable (Display *dpy, GLXDrawable draw, int attribute, unsigned int *value);
|