Home
last modified time | relevance | path

Searched refs:GLX_STENCIL_SIZE (Results 1 – 25 of 26) sorted by relevance

12

/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/glx/
Dplatform_glx.h26 # define GLX_STENCIL_SIZE 13 macro
DDisplayGLX.cpp199 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/
Dplatform_glx.h26 # define GLX_STENCIL_SIZE 13 macro
DDisplayGLX.cpp205 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/
DWindow_unix.cpp70 GLX_STENCIL_SIZE, 8, in initWindow()
77 GLX_STENCIL_SIZE, 8, in initWindow()
DGLWindowContext_unix.cpp146 glXGetConfig(fDisplay, fVisualInfo, GLX_STENCIL_SIZE, &fStencilBits); in onInitializeContext()
/third_party/vk-gl-cts/framework/platform/lnx/X11/
DtcuLnxX11GlxPlatform.cpp483 { 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/
Dglx_context.h45 #define GLX_STENCIL_SIZE 13 macro
Dglx_context.c98 u->stencilBits = getGLXFBConfigAttrib(n, GLX_STENCIL_SIZE); in chooseGLXFBConfig()
/third_party/skia/tools/sk_app/unix/
DGLWindowContext_unix.cpp145 glXGetConfig(fDisplay, fVisualInfo, GLX_STENCIL_SIZE, &fStencilBits); in onInitializeContext()
DWindow_unix.cpp71 GLX_STENCIL_SIZE, 8, in initWindow()
78 GLX_STENCIL_SIZE, 8, in initWindow()
/third_party/mesa3d/src/glx/
Dglxconfig.c88 case GLX_STENCIL_SIZE: in glx_config_get()
Dglxext.c503 case GLX_STENCIL_SIZE: in __glXInitializeVisualConfigFromTags()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/x11/
Dgstglcontext_glx.c236 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/
Dglx.h64 #define GLX_STENCIL_SIZE 13 macro
/third_party/flutter/skia/third_party/externals/sdl/src/video/x11/
DSDL_x11opengl.c434 attribs[i++] = GLX_STENCIL_SIZE; in X11_GL_GetAttributes()
/third_party/openGLES/extensions/SGIX/
DGLX_SGIX_pbuffer.txt225 GLX_STENCIL_SIZE integer number of bits in the stencil
284 GLX_STENCIL_SIZE 0 minimum
DGLX_SGIX_fbconfig.txt377 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/
DGLX_SGIX_pbuffer.txt225 GLX_STENCIL_SIZE integer number of bits in the stencil
284 GLX_STENCIL_SIZE 0 minimum
DGLX_SGIX_fbconfig.txt377 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/
DGLX_EXT_visual_info.txt158 GLX_STENCIL_SIZE integer number of bits in the stencil buffer
/third_party/openGLES/extensions/EXT/
DGLX_EXT_visual_info.txt158 GLX_STENCIL_SIZE integer number of bits in the stencil buffer
/third_party/mesa3d/src/gallium/frontends/glx/xlib/
Dglx_api.c844 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/
Dglxew.h120 #define GLX_STENCIL_SIZE 13 macro
/third_party/openGLES/extensions/NV/
DNV_multisample_coverage.txt247 (modify the GLX_DEPTH_SIZE, GLX_STENCIL_SIZE, GLX_ACCUM_*_SIZE,

12