Home
last modified time | relevance | path

Searched refs:stencilSize (Results 1 – 25 of 40) sorted by relevance

12

/third_party/vk-gl-cts/framework/egl/
DegluConfigInfo.hpp67 deInt32 stencilSize; member in eglu::ConfigInfo
113 , stencilSize (0) in ConfigInfo()
DegluConfigInfo.cpp65 case EGL_STENCIL_SIZE: return stencilSize; in getAttribute()
114 egl.getConfigAttrib(display, config, EGL_STENCIL_SIZE, &dst->stencilSize); in queryCoreConfigInfo()
DegluConfigFilter.hpp57 int stencilSize (void) const;
DegluConfigFilter.cpp80 int CandidateConfig::stencilSize (void) const { return get(EGL_STENCIL_SIZE); } in stencilSize() function in eglu::CandidateConfig
/third_party/vk-gl-cts/framework/opengl/
DgluRenderConfig.cpp97 int stencilSize; in parseConfigBitsFromName() member
108 config->stencilBits = stencilCfgs[ndx].stencilSize; in parseConfigBitsFromName()
/third_party/skia/third_party/externals/angle2/src/libANGLE/
DConfig.cpp56 stencilSize(0), in Config()
175 SORT(stencilSize); in operator ()()
270 match = config.stencilSize >= attributeValue; in filter()
DConfig_unittest.cpp46 config.stencilSize = 8; in GenerateGenericConfig()
128 {EGL_DEPTH_SIZE, &egl::Config::depthSize}, {EGL_STENCIL_SIZE, &egl::Config::stencilSize}, in TEST()
DConfig.h65 EGLint stencilSize; // Bits of Stencil in the stencil buffer member
/third_party/vk-gl-cts/external/openglcts/modules/common/
DglcConfigListEGL.cpp112 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/modules/egl/
DteglSimpleConfigCase.cpp138 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()
DteglConfigList.cpp158 info.stencilSize = val; in iterate()
DteglCreateContextExtTests.cpp1020 static bool hasStencil (const eglu::CandidateConfig& c) { return c.stencilSize() > 0; } in hasStencil()
1021 static bool noStencil (const eglu::CandidateConfig& c) { return c.stencilSize() == 0; } in noStencil()
/third_party/vk-gl-cts/executor/
DxeTestCaseResult.hpp385 int stencilSize; member in xe::ri::EglConfig
415 , stencilSize (0) in EglConfig()
DxeTestLogWriter.cpp415 << Writer::Attribute("StencilSize", de::toString(config.stencilSize)) in writeResultItem()
/third_party/vk-gl-cts/framework/platform/lnx/X11/
DtcuLnxX11GlxPlatform.cpp576 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/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d9/
DStateManager9.h64 void updateStencilSizeIfChanged(bool depthStencilInitialized, unsigned int stencilSize);
DStateManager9.cpp106 unsigned int stencilSize) in updateStencilSizeIfChanged() argument
108 if (!depthStencilInitialized || stencilSize != mCurStencilSize) in updateStencilSizeIfChanged()
110 mCurStencilSize = stencilSize; in updateStencilSizeIfChanged()
DRenderer9.cpp559 config.stencilSize = depthStencilBufferFormatInfo.stencilBits; in generateConfigs()
1310 unsigned int stencilSize = 0; in applyRenderTarget() local
1325 stencilSize = format.stencilBits; in applyRenderTarget()
1333 mStateManager.updateStencilSizeIfChanged(mDepthStencilInitialized, stencilSize); in applyRenderTarget()
/third_party/vk-gl-cts/framework/qphelper/
DqpTestLog.h192 int stencilSize; member
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/glx/
DDisplayGLX.cpp625 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/skia/third_party/externals/angle2/src/libANGLE/renderer/null/
DDisplayNULL.cpp82 config.stencilSize = 8; in generateConfigs()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/metal/
DDisplayMtl.mm566 config.stencilSize = 8;
572 config.stencilSize = 0;
577 config.stencilSize = 8;
583 config.stencilSize = GetStencilSize(config.depthStencilFormat);
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/wgl/
DD3DTextureSurfaceWGL.cpp495 if (mState.config->stencilSize > 0) in createDefaultFramebuffer()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/eagl/
DDisplayEAGL.mm219 config.stencilSize = 8;
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/
DStateManager11.h201 void updateStencilSizeIfChanged(bool depthStencilInitialized, unsigned int stencilSize);

12