Home
last modified time | relevance | path

Searched defs:depthSize (Results 1 – 11 of 11) sorted by relevance

/third_party/vk-gl-cts/external/openglcts/modules/common/
DglcConfigListEGL.cpp111 deInt32 depthSize = eglu::getConfigAttribInt(library, display, *cfgIter, EGL_DEPTH_SIZE); in getDefaultEglConfigList() local
/third_party/vk-gl-cts/framework/opengl/
DgluRenderConfig.cpp75 int depthSize; in parseConfigBitsFromName() member
/third_party/vk-gl-cts/framework/egl/
DegluConfigInfo.hpp55 deInt32 depthSize; member in eglu::ConfigInfo
DegluConfigFilter.cpp79 int CandidateConfig::depthSize (void) const { return get(EGL_DEPTH_SIZE); } in depthSize() function in eglu::CandidateConfig
/third_party/skia/third_party/externals/angle2/src/libANGLE/
DConfig.h51 EGLint depthSize; // Bits of Z in the depth buffer member
/third_party/vk-gl-cts/framework/qphelper/
DqpTestLog.h182 int depthSize; member
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d9/
DStateManager9.cpp880 void StateManager9::updateDepthSizeIfChanged(bool depthStencilInitialized, unsigned int depthSize) in updateDepthSizeIfChanged()
DRenderer9.cpp1309 unsigned int depthSize = 0; in applyRenderTarget() local
/third_party/vk-gl-cts/framework/platform/lnx/X11/
DtcuLnxX11GlxPlatform.cpp575 int depthSize = visual.getAttrib(GLX_DEPTH_SIZE); in configRank() local
/third_party/vk-gl-cts/executor/
DxeTestCaseResult.hpp375 int depthSize; member in xe::ri::EglConfig
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
Dvk_helpers.cpp7246 const VkDeviceSize depthSize = depthBytesPerPixel * sourceArea.width * sourceArea.height * in copyImageDataToBuffer() local