/third_party/vk-gl-cts/framework/egl/ |
D | egluConfigInfo.hpp | 67 deInt32 stencilSize; member in eglu::ConfigInfo 113 , stencilSize (0) in ConfigInfo()
|
D | egluConfigInfo.cpp | 65 case EGL_STENCIL_SIZE: return stencilSize; in getAttribute() 114 egl.getConfigAttrib(display, config, EGL_STENCIL_SIZE, &dst->stencilSize); in queryCoreConfigInfo()
|
D | egluConfigFilter.hpp | 57 int stencilSize (void) const;
|
D | egluConfigFilter.cpp | 80 int CandidateConfig::stencilSize (void) const { return get(EGL_STENCIL_SIZE); } in stencilSize() function in eglu::CandidateConfig
|
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/egl/android/ |
D | DisplayAndroid.cpp | 354 getConfigAttrib(configs[i], EGL_STENCIL_SIZE, &config.stencilSize); in generateConfigs() 404 if (config.depthSize == 0 && config.stencilSize == 0) in generateConfigs() 408 else if (config.depthSize == 16 && config.stencilSize == 0) in generateConfigs() 412 else if (config.depthSize == 24 && config.stencilSize == 0) in generateConfigs() 416 else if (config.depthSize == 24 && config.stencilSize == 8) in generateConfigs() 420 else if (config.depthSize == 0 && config.stencilSize == 8) in generateConfigs()
|
/third_party/vk-gl-cts/framework/opengl/ |
D | gluRenderConfig.cpp | 97 int stencilSize; in parseConfigBitsFromName() member 108 config->stencilBits = stencilCfgs[ndx].stencilSize; in parseConfigBitsFromName()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
D | Config.cpp | 56 stencilSize(0), in Config() 175 SORT(stencilSize); in operator ()() 270 match = config.stencilSize >= attributeValue; in filter()
|
D | Config_unittest.cpp | 46 config.stencilSize = 8; in GenerateGenericConfig() 128 {EGL_DEPTH_SIZE, &egl::Config::depthSize}, {EGL_STENCIL_SIZE, &egl::Config::stencilSize}, in TEST()
|
D | Config.h | 65 EGLint stencilSize; // Bits of Stencil in the stencil buffer member
|
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/ |
D | Config.cpp | 55 stencilSize(0), in Config() 172 SORT(stencilSize); in operator ()() 267 match = config.stencilSize >= attributeValue; in filter()
|
D | Config_unittest.cpp | 46 config.stencilSize = 8; in GenerateGenericConfig() 128 {EGL_DEPTH_SIZE, &egl::Config::depthSize}, {EGL_STENCIL_SIZE, &egl::Config::stencilSize}, in TEST()
|
D | Config.h | 64 EGLint stencilSize; // Bits of Stencil in the stencil buffer member
|
/third_party/vk-gl-cts/modules/egl/ |
D | teglSimpleConfigCase.cpp | 138 static bool hasStencil (const eglu::CandidateConfig& c) { return c.stencilSize() > 0; } in hasStencil() 139 static bool noStencil (const eglu::CandidateConfig& c) { return c.stencilSize() == 0; } in noStencil()
|
/third_party/vk-gl-cts/external/openglcts/modules/common/ |
D | glcConfigListEGL.cpp | 112 deInt32 stencilSize = eglu::getConfigAttribInt(library, display, *cfgIter, EGL_STENCIL_SIZE); in getDefaultEglConfigList() local 136 alphaSize, depthSize, stencilSize, numSamples)); in getDefaultEglConfigList()
|
/third_party/vk-gl-cts/executor/ |
D | xeTestCaseResult.hpp | 386 int stencilSize; member in xe::ri::EglConfig 416 , stencilSize (0) in EglConfig()
|
/third_party/vk-gl-cts/framework/platform/lnx/X11/ |
D | tcuLnxX11GlxPlatform.cpp | 576 int stencilSize = visual.getAttrib(GLX_STENCIL_SIZE); in configRank() local 598 rank.add(1, stencilSize > 0); in configRank() 610 rank.add(6, deUint32(depthSize + stencilSize)); in configRank()
|
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/glx/ |
D | DisplayGLX.cpp | 581 config.stencilSize = getGLXFBConfigAttrib(glxConfig, GLX_STENCIL_SIZE); in generateConfigs() 594 config.depthSize == contextDepthSize && config.stencilSize == contextStencilSize; in generateConfigs() 595 bool hasNoDepthStencil = config.depthSize == 0 && config.stencilSize == 0; in generateConfigs()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d9/ |
D | StateManager9.h | 64 void updateStencilSizeIfChanged(bool depthStencilInitialized, unsigned int stencilSize);
|
D | StateManager9.cpp | 106 unsigned int stencilSize) in updateStencilSizeIfChanged() argument 108 if (!depthStencilInitialized || stencilSize != mCurStencilSize) in updateStencilSizeIfChanged() 110 mCurStencilSize = stencilSize; in updateStencilSizeIfChanged()
|
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d9/ |
D | StateManager9.h | 64 void updateStencilSizeIfChanged(bool depthStencilInitialized, unsigned int stencilSize);
|
D | StateManager9.cpp | 105 unsigned int stencilSize) in updateStencilSizeIfChanged() argument 107 if (!depthStencilInitialized || stencilSize != mCurStencilSize) in updateStencilSizeIfChanged() 109 mCurStencilSize = stencilSize; in updateStencilSizeIfChanged()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/glx/ |
D | DisplayGLX.cpp | 625 config.stencilSize = getGLXFBConfigAttrib(glxConfig, GLX_STENCIL_SIZE); in generateConfigs() 638 config.depthSize == contextDepthSize && config.stencilSize == contextStencilSize; in generateConfigs() 639 bool hasNoDepthStencil = config.depthSize == 0 && config.stencilSize == 0; in generateConfigs()
|
/third_party/vk-gl-cts/framework/qphelper/ |
D | qpTestLog.h | 193 int stencilSize; member
|
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/null/ |
D | DisplayNULL.cpp | 76 config.stencilSize = 8; in generateConfigs()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/null/ |
D | DisplayNULL.cpp | 82 config.stencilSize = 8; in generateConfigs()
|