/third_party/vk-gl-cts/framework/egl/ |
H A D | egluConfigInfo.hpp | 55 deInt32 depthSize; member in eglu::ConfigInfo 104 , depthSize (0) in ConfigInfo()
|
H A D | egluConfigInfo.cpp | 53 case EGL_DEPTH_SIZE: return depthSize; in getAttribute() 105 egl.getConfigAttrib(display, config, EGL_DEPTH_SIZE, &dst->depthSize); in queryCoreConfigInfo()
|
H A D | egluConfigFilter.hpp | 56 int depthSize (void) const;
|
H A D | egluConfigFilter.cpp | 79 int CandidateConfig::depthSize (void) const { return get(EGL_DEPTH_SIZE); } in depthSize() function in eglu::CandidateConfig
|
/third_party/vk-gl-cts/framework/opengl/ |
H A D | gluRenderConfig.cpp | 75 int depthSize; in parseConfigBitsFromName() member 87 config->depthBits = depthCfgs[ndx].depthSize; in parseConfigBitsFromName()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
H A D | Config.cpp | 42 depthSize(0), in Config() 174 SORT(depthSize); in operator ()() 267 match = config.depthSize >= attributeValue;
|
H A D | Config_unittest.cpp | 32 config.depthSize = 24; in GenerateGenericConfig() 128 {EGL_DEPTH_SIZE, &egl::Config::depthSize}, {EGL_STENCIL_SIZE, &egl::Config::stencilSize}, in TEST()
|
H A D | Config.h | 51 EGLint depthSize; // Bits of Z in the depth buffer member
|
/third_party/vk-gl-cts/external/openglcts/modules/common/ |
H A D | glcConfigListEGL.cpp | 111 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/ |
H A D | teglSimpleConfigCase.cpp | 136 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()
|
H A D | teglConfigList.cpp | 124 info.depthSize = val; in iterate()
|
H A D | teglCreateContextExtTests.cpp | 1022 static bool hasDepth (const eglu::CandidateConfig& c) { return c.depthSize() > 0; } in hasDepth() 1023 static bool noDepth (const eglu::CandidateConfig& c) { return c.depthSize() == 0; } in noDepth()
|
/third_party/vk-gl-cts/executor/ |
H A D | xeTestCaseResult.hpp | 375 int depthSize; member in xe::ri::EglConfig 406 , depthSize (0) in EglConfig()
|
H A D | xeTestLogWriter.cpp | 402 << Writer::Attribute("DepthSize", de::toString(config.depthSize)) in writeResultItem()
|
H A D | xeTestResultParser.cpp | 644 config->depthSize = toInt(getAttribute("DepthSize")); in handleElementStart()
|
/third_party/vk-gl-cts/framework/platform/lnx/X11/ |
H A D | tcuLnxX11GlxPlatform.cpp | 575 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/ |
H A D | StateManager9.h | 63 void updateDepthSizeIfChanged(bool depthStencilInitialized, unsigned int depthSize);
|
H A D | StateManager9.cpp | 880 void StateManager9::updateDepthSizeIfChanged(bool depthStencilInitialized, unsigned int depthSize) in updateDepthSizeIfChanged() argument 882 if (!depthStencilInitialized || depthSize != mCurDepthSize) in updateDepthSizeIfChanged() 884 mCurDepthSize = depthSize; in updateDepthSizeIfChanged()
|
H A D | Renderer9.cpp | 544 config.depthSize = depthStencilBufferFormatInfo.depthBits; in generateConfigs() 1309 unsigned int depthSize = 0; in applyRenderTarget() local 1324 depthSize = format.depthBits; in applyRenderTarget() 1332 mStateManager.updateDepthSizeIfChanged(mDepthStencilInitialized, depthSize); in applyRenderTarget()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/glx/ |
H A D | DisplayGLX.cpp | 624 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/ |
H A D | DisplayNULL.cpp | 68 config.depthSize = 24; in generateConfigs()
|
/third_party/vk-gl-cts/framework/qphelper/ |
H A D | qpTestLog.h | 183 int depthSize; member
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/wgl/ |
H A D | D3DTextureSurfaceWGL.cpp | 490 if (mState.config->depthSize > 0) in createDefaultFramebuffer()
|
H A D | DisplayWGL.cpp | 519 config.depthSize = pixelFormatDescriptor.cDepthBits; in generateConfigs()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/egl/ |
H A D | DisplayEGL.cpp | 623 getConfigAttrib(configs[i], EGL_DEPTH_SIZE, &config.depthSize); in generateConfigs()
|