Home
last modified time | relevance | path

Searched refs:glXChooseVisual (Results 1 – 25 of 45) sorted by relevance

12

/third_party/skia/third_party/externals/opengl-registry/extensions/EXT/
DGLX_EXT_visual_rating.txt28 also used by glXChooseVisual to discriminate against visuals with
42 glXChooseVisual may select a visual with caveats. The latter problem can be
51 to use it explicitly. glXChooseVisual always prefers visuals with
69 <attrib_list> parameter of glXChooseVisual:
110 parameter of glXChooseVisual then preference is given to visuals with no
112 GLX_VISUAL_CAVEAT_EXT attribute is specified, then glXChooseVisual will
DGLX_EXT_visual_info.txt49 Should glXChooseVisual ignore GLX_TRANSPARENT_INDEX_VALUE_EXT,
64 <attrib_list> parameter of glXChooseVisual:
75 parameter of glXChooseVisual (following the GLX_X_VISUAL_TYPE_EXT
86 parameter of glXChooseVisual (following the GLX_TRANSPARENT_TYPE_EXT
189 Replace the GLX specification discussion of glXChooseVisual with
192 glXChooseVisual is used to find a visual that matches the client's
195 XVisualInfo* glXChooseVisual( Display *dpy, int screen,
198 glXChooseVisual returns a pointer to an XVisualInfo structure
DEXT_scene_marker.txt81 Accepted by the <attribList> parameter of glXChooseVisual, and by the
151 glXChooseVisual accepts GLX_SCENE_REQUIRED_EXT in <attribList>. Visuals
/third_party/openGLES/extensions/EXT/
DGLX_EXT_visual_rating.txt28 also used by glXChooseVisual to discriminate against visuals with
42 glXChooseVisual may select a visual with caveats. The latter problem can be
51 to use it explicitly. glXChooseVisual always prefers visuals with
69 <attrib_list> parameter of glXChooseVisual:
110 parameter of glXChooseVisual then preference is given to visuals with no
112 GLX_VISUAL_CAVEAT_EXT attribute is specified, then glXChooseVisual will
DGLX_EXT_visual_info.txt49 Should glXChooseVisual ignore GLX_TRANSPARENT_INDEX_VALUE_EXT,
64 <attrib_list> parameter of glXChooseVisual:
75 parameter of glXChooseVisual (following the GLX_X_VISUAL_TYPE_EXT
86 parameter of glXChooseVisual (following the GLX_TRANSPARENT_TYPE_EXT
189 Replace the GLX specification discussion of glXChooseVisual with
192 glXChooseVisual is used to find a visual that matches the client's
195 XVisualInfo* glXChooseVisual( Display *dpy, int screen,
198 glXChooseVisual returns a pointer to an XVisualInfo structure
DEXT_scene_marker.txt81 Accepted by the <attribList> parameter of glXChooseVisual, and by the
151 glXChooseVisual accepts GLX_SCENE_REQUIRED_EXT in <attribList>. Visuals
/third_party/skia/third_party/externals/opengl-registry/extensions/SGIX/
DGLX_SGIX_visual_select_group.txt35 priorities that glXChooseVisual or glXChooseFBConfig defines.
41 of glXChooseVisual or glXChooseFBConfig. The new attribute is
100 visual is found in the i-th category, glXChooseVisual will return
108 parameter of glXChooseVisual, or glXChooseFBConfig, or glXGetConfig, or
/third_party/openGLES/extensions/SGIX/
DGLX_SGIX_visual_select_group.txt35 priorities that glXChooseVisual or glXChooseFBConfig defines.
41 of glXChooseVisual or glXChooseFBConfig. The new attribute is
100 visual is found in the i-th category, glXChooseVisual will return
108 parameter of glXChooseVisual, or glXChooseFBConfig, or glXGetConfig, or
/third_party/flutter/skia/third_party/externals/sdl/src/video/x11/
DSDL_x11opengl.h42 XVisualInfo *(*glXChooseVisual) (Display*,int,int*); member
DSDL_x11opengl.c191 _this->gl_data->glXChooseVisual = in X11_GL_LoadLibrary()
211 !_this->gl_data->glXChooseVisual || in X11_GL_LoadLibrary()
515 vinfo = _this->gl_data->glXChooseVisual(display, screen, attribs); in X11_GL_GetVisual()
/third_party/openGLES/extensions/SGI/
DGLX_SGI_cushion.txt78 Accepted by the <attribList> parameter of glXChooseVisual, and by the
162 The <attribList> parameter of glXChooseVisual may include
165 in the attribute list, then the minimum is zero.) glXChooseVisual gives
DGLX_SGI_transparent_pixel.txt105 No new errors for glXGetConfig or glXChooseVisual.
/third_party/skia/third_party/externals/opengl-registry/extensions/SGI/
DGLX_SGI_cushion.txt78 Accepted by the <attribList> parameter of glXChooseVisual, and by the
162 The <attribList> parameter of glXChooseVisual may include
165 in the attribute list, then the minimum is zero.) glXChooseVisual gives
DGLX_SGI_transparent_pixel.txt105 No new errors for glXGetConfig or glXChooseVisual.
/third_party/mesa3d/src/gallium/frontends/glx/xlib/
Dglx_getproc.c48 { "glXChooseVisual", (__GLXextFuncPtr) glXChooseVisual },
/third_party/flutter/skia/tools/sk_app/unix/
DWindow_unix.cpp106 fVisualInfo = glXChooseVisual(display, DefaultScreen(display), msaaChooseVisualAtt); in initWindow()
116 fVisualInfo = glXChooseVisual(display, DefaultScreen(display), chooseVisualAtt); in initWindow()
/third_party/skia/tools/sk_app/unix/
DWindow_unix.cpp107 fVisualInfo = glXChooseVisual(display, DefaultScreen(display), msaaChooseVisualAtt); in initWindow()
117 fVisualInfo = glXChooseVisual(display, DefaultScreen(display), chooseVisualAtt); in initWindow()
/third_party/mesa3d/docs/
Dxlibdriver.rst23 The glXChooseVisual function tries to choose the best X visual for the
27 a visual is requested, glXChooseVisual will first look if the
Dfaq.rst227 you can modify the parameters to ``glXChooseVisual`` in your code.
237 ``GLUT_DEPTH`` or ``glXChooseVisual`` is being called with a non-zero
/third_party/openGLES/extensions/NV/
DNV_multisample_coverage.txt71 Accepted by the <attribList> parameter of glXChooseVisual, and by
283 criteria used by glXChooseVisual, p.38)
290 by glXChooseVisual, p.38, following the GLX_COVERAGE_SAMPLES_NV
/third_party/skia/third_party/externals/opengl-registry/extensions/NV/
DNV_multisample_coverage.txt71 Accepted by the <attribList> parameter of glXChooseVisual, and by
283 criteria used by glXChooseVisual, p.38)
290 by glXChooseVisual, p.38, following the GLX_COVERAGE_SAMPLES_NV
/third_party/mesa3d/include/GL/
Dglx.h182 extern XVisualInfo* glXChooseVisual( Display *dpy, int screen,
/third_party/mesa3d/src/mesa/drivers/x11/
Dglxapi.c151 glXChooseVisual(Display *dpy, int screen, int *list) in glXChooseVisual() function
1061 { "glXChooseVisual", (__GLXextFuncPtr) glXChooseVisual },
/third_party/openGLES/extensions/SGIS/
DSGIS_shared_multisample.txt221 <attrib_list> parameter of glXChooseVisual:
342 glXChooseVisual accepts GLX_MULTISAMPLE_SUB_RECT_WIDTH_SGI and
/third_party/skia/third_party/externals/opengl-registry/extensions/SGIS/
DSGIS_shared_multisample.txt221 <attrib_list> parameter of glXChooseVisual:
342 glXChooseVisual accepts GLX_MULTISAMPLE_SUB_RECT_WIDTH_SGI and

12