/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/glx/ |
D | platform_glx.h | 26 # define GLX_STENCIL_SIZE 13 macro
|
D | DisplayGLX.cpp | 199 GLX_DEPTH_SIZE, 24, GLX_STENCIL_SIZE, 8, in initialize() 539 int contextStencilSize = getGLXFBConfigAttrib(mContextConfig, GLX_STENCIL_SIZE); in generateConfigs() 581 config.stencilSize = getGLXFBConfigAttrib(glxConfig, GLX_STENCIL_SIZE); in generateConfigs()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/glx/ |
D | platform_glx.h | 26 # define GLX_STENCIL_SIZE 13 macro
|
D | DisplayGLX.cpp | 205 GLX_DEPTH_SIZE, 24, GLX_STENCIL_SIZE, 8, in initialize() 583 int contextStencilSize = getGLXFBConfigAttrib(mContextConfig, GLX_STENCIL_SIZE); in generateConfigs() 625 config.stencilSize = getGLXFBConfigAttrib(glxConfig, GLX_STENCIL_SIZE); in generateConfigs()
|
/third_party/flutter/skia/tools/sk_app/unix/ |
D | Window_unix.cpp | 70 GLX_STENCIL_SIZE, 8, in initWindow() 77 GLX_STENCIL_SIZE, 8, in initWindow()
|
D | GLWindowContext_unix.cpp | 146 glXGetConfig(fDisplay, fVisualInfo, GLX_STENCIL_SIZE, &fStencilBits); in onInitializeContext()
|
/third_party/vk-gl-cts/framework/platform/lnx/X11/ |
D | tcuLnxX11GlxPlatform.cpp | 483 { GLX_STENCIL_SIZE, &RenderConfig::stencilBits }, 576 int stencilSize = visual.getAttrib(GLX_STENCIL_SIZE); in configRank() 721 m_glxVisual.getAttrib(GLX_STENCIL_SIZE), in GlxRenderContext()
|
/third_party/flutter/glfw/src/ |
D | glx_context.h | 45 #define GLX_STENCIL_SIZE 13 macro
|
D | glx_context.c | 98 u->stencilBits = getGLXFBConfigAttrib(n, GLX_STENCIL_SIZE); in chooseGLXFBConfig()
|
/third_party/skia/tools/sk_app/unix/ |
D | GLWindowContext_unix.cpp | 145 glXGetConfig(fDisplay, fVisualInfo, GLX_STENCIL_SIZE, &fStencilBits); in onInitializeContext()
|
D | Window_unix.cpp | 71 GLX_STENCIL_SIZE, 8, in initWindow() 78 GLX_STENCIL_SIZE, 8, in initWindow()
|
/third_party/mesa3d/src/glx/ |
D | glxconfig.c | 88 case GLX_STENCIL_SIZE: in glx_config_get()
|
D | glxext.c | 503 case GLX_STENCIL_SIZE: in __glXInitializeVisualConfigFromTags()
|
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/x11/ |
D | gstglcontext_glx.c | 236 if (Success != glXGetFBConfigAttrib (dpy, fbconfig, GLX_STENCIL_SIZE, &val)) in fb_config_to_structure() 405 if (Success != glXGetFBConfigAttrib (dpy, fbconfig, GLX_STENCIL_SIZE, &s)) in gst_gl_context_glx_dump_fb_config() 542 TRANSFORM_VALUE (STENCIL_SIZE, GLX_STENCIL_SIZE); in fb_config_attributes_from_structure()
|
/third_party/mesa3d/include/GL/ |
D | glx.h | 64 #define GLX_STENCIL_SIZE 13 macro
|
/third_party/flutter/skia/third_party/externals/sdl/src/video/x11/ |
D | SDL_x11opengl.c | 434 attribs[i++] = GLX_STENCIL_SIZE; in X11_GL_GetAttributes()
|
/third_party/openGLES/extensions/SGIX/ |
D | GLX_SGIX_pbuffer.txt | 225 GLX_STENCIL_SIZE integer number of bits in the stencil 284 GLX_STENCIL_SIZE 0 minimum
|
D | GLX_SGIX_fbconfig.txt | 377 GLX_STENCIL_SIZE integer number of bits in the stencil buffer 426 GLX_STENCIL_SIZE 0 larger
|
/third_party/skia/third_party/externals/opengl-registry/extensions/SGIX/ |
D | GLX_SGIX_pbuffer.txt | 225 GLX_STENCIL_SIZE integer number of bits in the stencil 284 GLX_STENCIL_SIZE 0 minimum
|
D | GLX_SGIX_fbconfig.txt | 377 GLX_STENCIL_SIZE integer number of bits in the stencil buffer 426 GLX_STENCIL_SIZE 0 larger
|
/third_party/skia/third_party/externals/opengl-registry/extensions/EXT/ |
D | GLX_EXT_visual_info.txt | 158 GLX_STENCIL_SIZE integer number of bits in the stencil buffer
|
/third_party/openGLES/extensions/EXT/ |
D | GLX_EXT_visual_info.txt | 158 GLX_STENCIL_SIZE integer number of bits in the stencil buffer
|
/third_party/mesa3d/src/gallium/frontends/glx/xlib/ |
D | glx_api.c | 844 case GLX_STENCIL_SIZE: in choose_visual() 1513 case GLX_STENCIL_SIZE: in get_config()
|
/third_party/flutter/skia/third_party/externals/opencl-lib/3-0/include/GL/ |
D | glxew.h | 120 #define GLX_STENCIL_SIZE 13 macro
|
/third_party/openGLES/extensions/NV/ |
D | NV_multisample_coverage.txt | 247 (modify the GLX_DEPTH_SIZE, GLX_STENCIL_SIZE, GLX_ACCUM_*_SIZE,
|