Home
last modified time | relevance | path

Searched refs:depthClampGroup (Results 1 – 1 of 1) sorted by relevance

/external/deqp/modules/gles3/functional/
Des3fFboDepthbufferTests.cpp338 …tcu::TestCaseGroup* depthClampGroup = new tcu::TestCaseGroup(m_testCtx, "depth_write_clamp", "Dept… in init() local
339 addChild(depthClampGroup); in init()
342depthClampGroup->addChild(new DepthWriteClampCase(m_context, getFormatName(depthFormats[fmtNdx]), … in init()
347 …tcu::TestCaseGroup* depthClampGroup = new tcu::TestCaseGroup(m_testCtx, "depth_test_clamp", "Depth… in init() local
348 addChild(depthClampGroup); in init()
351depthClampGroup->addChild(new DepthTestClampCase(m_context, getFormatName(depthFormats[fmtNdx]), "… in init()