Searched refs:GLX_STENCIL_SIZE (Results 1 - 11 of 11) sorted by relevance
/third_party/vk-gl-cts/framework/platform/lnx/X11/ |
H A 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/skia/tools/sk_app/unix/ |
H A D | GLWindowContext_unix.cpp | 145 glXGetConfig(fDisplay, fVisualInfo, GLX_STENCIL_SIZE, &fStencilBits); in onInitializeContext()
|
H A D | Window_unix.cpp | 71 GLX_STENCIL_SIZE, 8, in initWindow() 78 GLX_STENCIL_SIZE, 8, in initWindow()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/glx/ |
H A D | platform_glx.h | 26 # define GLX_STENCIL_SIZE 13 macro
|
H A 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/mesa3d/src/glx/ |
H A D | glxconfig.c | 88 case GLX_STENCIL_SIZE: in glx_config_get()
|
H A D | glxext.c | 503 case GLX_STENCIL_SIZE: in __glXInitializeVisualConfigFromTags()
|
/third_party/mesa3d/include/GL/ |
H A D | glx.h | 64 #define GLX_STENCIL_SIZE 13 macro
|
/third_party/glfw/src/ |
H A D | glx_context.c | 114 u->stencilBits = getGLXFBConfigAttrib(n, GLX_STENCIL_SIZE); in chooseGLXFBConfig()
|
H A D | x11_platform.h | 67 #define GLX_STENCIL_SIZE 13 macro
|
/third_party/mesa3d/src/gallium/frontends/glx/xlib/ |
H A D | glx_api.c | 844 case GLX_STENCIL_SIZE: in choose_visual() 1513 case GLX_STENCIL_SIZE: in get_config()
|
Completed in 15 milliseconds