/third_party/skia/third_party/externals/opengl-registry/extensions/SGIX/ |
D | GLX_SGIX_visual_select_group.txt | 35 priorities that glXChooseVisual or glXChooseFBConfig defines. 41 of glXChooseVisual or glXChooseFBConfig. The new attribute is 101 the best match and will not continue searching, while glXChooseFBConfig 108 parameter of glXChooseVisual, or glXChooseFBConfig, or glXGetConfig, or
|
/third_party/openGLES/extensions/SGIX/ |
D | GLX_SGIX_visual_select_group.txt | 35 priorities that glXChooseVisual or glXChooseFBConfig defines. 41 of glXChooseVisual or glXChooseFBConfig. The new attribute is 101 the best match and will not continue searching, while glXChooseFBConfig 108 parameter of glXChooseVisual, or glXChooseFBConfig, or glXGetConfig, or
|
/third_party/skia/third_party/externals/opengl-registry/extensions/OML/ |
D | GLX_OML_swap_method.txt | 54 Accepted in the <attrib_list> parameter array of glXChooseFBConfig 59 Accepted as a value in the <attrib_list> parameter of glXChooseFBConfig
|
/third_party/openGLES/extensions/OML/ |
D | GLX_OML_swap_method.txt | 54 Accepted in the <attrib_list> parameter array of glXChooseFBConfig 59 Accepted as a value in the <attrib_list> parameter of glXChooseFBConfig
|
/third_party/flutter/skia/third_party/externals/sdl/src/video/x11/ |
D | SDL_x11opengl.h | 45 GLXFBConfig *(*glXChooseFBConfig) (Display*,int,const int *,int *); member
|
D | SDL_x11opengl.c | 366 _this->gl_data->glXChooseFBConfig = in X11_GL_InitExtensions() 641 if (!_this->gl_data->glXChooseFBConfig in X11_GL_CreateContext() 643 _this->gl_data->glXChooseFBConfig(display, in X11_GL_CreateContext()
|
/third_party/mesa3d/src/gallium/frontends/glx/xlib/ |
D | glx_getproc.c | 75 { "glXChooseFBConfig", (__GLXextFuncPtr) glXChooseFBConfig },
|
/third_party/flutter/skia/tools/sk_app/unix/ |
D | Window_unix.cpp | 92 fFBConfig = glXChooseFBConfig(fDisplay, DefaultScreen(fDisplay), msaaChooseFBConfigAtt, &n); in initWindow() 112 fFBConfig = glXChooseFBConfig(fDisplay, DefaultScreen(fDisplay), kChooseFBConfigAtt, &n); in initWindow()
|
/third_party/mesa3d/docs/relnotes/ |
D | 7.0.1.rst | 46 - glXChooseFBConfig() in Xlib driver didn't handle GLX_STEREO flag
|
D | 6.4.rst | 36 - GLX_X_RENDERABLE token wasn't accepted by glXChooseFBConfig
|
D | 9.0.3.rst | 109 - xlib: allow GLX_DONT_CARE for glXChooseFBConfig() attribute values 110 - st/glx: allow GLX_DONT_CARE for glXChooseFBConfig() attribute values
|
D | 9.1.3.rst | 52 glXChooseFBConfig with GLX_DRAWABLE_TYPE, GLX_DONT_CARE fails
|
/third_party/skia/tools/sk_app/unix/ |
D | Window_unix.cpp | 93 fFBConfig = glXChooseFBConfig(fDisplay, DefaultScreen(fDisplay), msaaChooseFBConfigAtt, &n); in initWindow() 113 fFBConfig = glXChooseFBConfig(fDisplay, DefaultScreen(fDisplay), kChooseFBConfigAtt, &n); in initWindow()
|
/third_party/flutter/skia/tools/gpu/gl/glx/ |
D | CreatePlatformGLTestContext_glx.cpp | 144 GLXFBConfig *fbc = glXChooseFBConfig(fDisplay, DefaultScreen(fDisplay), in GLXGLTestContext()
|
/third_party/skia/tools/gpu/gl/glx/ |
D | CreatePlatformGLTestContext_glx.cpp | 144 GLXFBConfig *fbc = glXChooseFBConfig(fDisplay, DefaultScreen(fDisplay), in GLXGLTestContext()
|
/third_party/openGLES/extensions/NV/ |
D | NV_multisample_coverage.txt | 73 of glXChooseFBConfig, and the <attribute> parameter of 370 1) How do we provide backward compatibility for glXChooseFBConfig 380 format. In this case, glXChooseFBConfig and
|
/third_party/skia/third_party/externals/opengl-registry/extensions/NV/ |
D | NV_multisample_coverage.txt | 73 of glXChooseFBConfig, and the <attribute> parameter of 370 1) How do we provide backward compatibility for glXChooseFBConfig 380 format. In this case, glXChooseFBConfig and
|
/third_party/mesa3d/include/GL/ |
D | glx.h | 237 extern GLXFBConfig *glXChooseFBConfig( Display *dpy, int screen,
|
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/glx/ |
D | FunctionsGLX.cpp | 217 GET_FNPTR_OR_ERROR(&mFnPtrs->chooseFBConfigPtr, glXChooseFBConfig); in initialize()
|
/third_party/mesa3d/src/glx/ |
D | glxcmds.c | 1592 glXChooseFBConfig(Display * dpy, int screen, in glXChooseFBConfig() function 1966 glXChooseFBConfig) 2563 GLX_FUNCTION(glXChooseFBConfig), 2583 GLX_FUNCTION2(glXChooseFBConfigSGIX, glXChooseFBConfig),
|
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/x11/ |
D | gstglcontext_glx.c | 812 context_glx->priv->fbconfigs = glXChooseFBConfig (device, in gst_gl_context_glx_choose_format() 1018 fbconfigs = glXChooseFBConfig (device, DefaultScreen (device), attrs, in gst_gl_context_glx_fill_info()
|
/third_party/mesa3d/src/mesa/drivers/x11/ |
D | glxapi.c | 391 glXChooseFBConfig(Display *dpy, int screen, const int *attribList, int *nitems) in glXChooseFBConfig() function 1088 { "glXChooseFBConfig", (__GLXextFuncPtr) glXChooseFBConfig },
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/glx/ |
D | FunctionsGLX.cpp | 233 GET_FNPTR_OR_ERROR(&mFnPtrs->chooseFBConfigPtr, glXChooseFBConfig); in initialize()
|
/third_party/skia/third_party/externals/opengl-registry/extensions/3DFX/ |
D | 3DFX_multisample.txt | 111 Accepted by the <attrib_list> parameter of glXChooseFBConfig and 449 glXChooseFBConfig accepts GLX_SAMPLE_BUFFERS_3DFX in attrib_list, 456 glXChooseFBConfig accepts GLX_SAMPLES_3DFX in attrib_list, followed
|
/third_party/openGLES/extensions/3DFX/ |
D | 3DFX_multisample.txt | 111 Accepted by the <attrib_list> parameter of glXChooseFBConfig and 449 glXChooseFBConfig accepts GLX_SAMPLE_BUFFERS_3DFX in attrib_list, 456 glXChooseFBConfig accepts GLX_SAMPLES_3DFX in attrib_list, followed
|