Home
last modified time | relevance | path

Searched refs:depthSize (Results 1 – 25 of 57) sorted by relevance

123

/third_party/vk-gl-cts/framework/egl/
DegluConfigInfo.hpp55 deInt32 depthSize; member in eglu::ConfigInfo
101 , depthSize (0) in ConfigInfo()
DegluConfigInfo.cpp53 case EGL_DEPTH_SIZE: return depthSize; in getAttribute()
102 egl.getConfigAttrib(display, config, EGL_DEPTH_SIZE, &dst->depthSize); in queryCoreConfigInfo()
DegluConfigFilter.hpp56 int depthSize (void) const;
DegluConfigFilter.cpp79 int CandidateConfig::depthSize (void) const { return get(EGL_DEPTH_SIZE); } in depthSize() function in eglu::CandidateConfig
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/egl/android/
DDisplayAndroid.cpp341 getConfigAttrib(configs[i], EGL_DEPTH_SIZE, &config.depthSize); 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/
DgluRenderConfig.cpp75 int depthSize; in parseConfigBitsFromName() member
87 config->depthBits = depthCfgs[ndx].depthSize; in parseConfigBitsFromName()
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/
DConfig.cpp41 depthSize(0), in Config()
171 SORT(depthSize); in operator ()()
264 match = config.depthSize >= attributeValue; in filter()
DConfig_unittest.cpp32 config.depthSize = 24; in GenerateGenericConfig()
128 {EGL_DEPTH_SIZE, &egl::Config::depthSize}, {EGL_STENCIL_SIZE, &egl::Config::stencilSize}, in TEST()
DConfig.h50 EGLint depthSize; // Bits of Z in the depth buffer member
/third_party/skia/third_party/externals/angle2/src/libANGLE/
DConfig.cpp42 depthSize(0), in Config()
174 SORT(depthSize); in operator ()()
267 match = config.depthSize >= attributeValue; in filter()
DConfig_unittest.cpp32 config.depthSize = 24; in GenerateGenericConfig()
128 {EGL_DEPTH_SIZE, &egl::Config::depthSize}, {EGL_STENCIL_SIZE, &egl::Config::stencilSize}, in TEST()
DConfig.h51 EGLint depthSize; // Bits of Z in the depth buffer member
/third_party/vk-gl-cts/external/openglcts/modules/common/
DglcConfigListEGL.cpp111 deInt32 depthSize = eglu::getConfigAttribInt(library, display, *cfgIter, EGL_DEPTH_SIZE); in getDefaultEglConfigList() local
136 alphaSize, depthSize, stencilSize, numSamples)); in getDefaultEglConfigList()
/third_party/vk-gl-cts/modules/egl/
DteglSimpleConfigCase.cpp136 static bool hasDepth (const eglu::CandidateConfig& c) { return c.depthSize() > 0; } in hasDepth()
137 static bool noDepth (const eglu::CandidateConfig& c) { return c.depthSize() == 0; } in noDepth()
/third_party/vk-gl-cts/executor/
DxeTestCaseResult.hpp374 int depthSize; member in xe::ri::EglConfig
405 , depthSize (0) in EglConfig()
/third_party/vk-gl-cts/framework/platform/lnx/X11/
DtcuLnxX11GlxPlatform.cpp575 int depthSize = visual.getAttrib(GLX_DEPTH_SIZE); in configRank() local
595 rank.add(1, depthSize > 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.h63 void updateDepthSizeIfChanged(bool depthStencilInitialized, unsigned int depthSize);
DStateManager9.cpp880 void StateManager9::updateDepthSizeIfChanged(bool depthStencilInitialized, unsigned int depthSize) in updateDepthSizeIfChanged() argument
882 if (!depthStencilInitialized || depthSize != mCurDepthSize) in updateDepthSizeIfChanged()
884 mCurDepthSize = depthSize; in updateDepthSizeIfChanged()
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d9/
DStateManager9.h63 void updateDepthSizeIfChanged(bool depthStencilInitialized, unsigned int depthSize);
DStateManager9.cpp879 void StateManager9::updateDepthSizeIfChanged(bool depthStencilInitialized, unsigned int depthSize) in updateDepthSizeIfChanged() argument
881 if (!depthStencilInitialized || depthSize != mCurDepthSize) in updateDepthSizeIfChanged()
883 mCurDepthSize = depthSize; in updateDepthSizeIfChanged()
/third_party/vk-gl-cts/framework/qphelper/
DqpTestLog.h181 int depthSize; member
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/glx/
DDisplayGLX.cpp580 config.depthSize = getGLXFBConfigAttrib(glxConfig, GLX_DEPTH_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/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/null/
DDisplayNULL.cpp62 config.depthSize = 24; in generateConfigs()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/glx/
DDisplayGLX.cpp624 config.depthSize = getGLXFBConfigAttrib(glxConfig, GLX_DEPTH_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.cpp68 config.depthSize = 24; in generateConfigs()

123