Home
last modified time | relevance | path

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

/external/deqp/modules/gles3/functional/
Des3fFboStencilbufferTests.cpp274 …tcu::TestCaseGroup* attachGroup = new tcu::TestCaseGroup(m_testCtx, "attach", "Attaching depth ste… in init() local
275 addChild(attachGroup); in init()
277attachGroup->addChild(new DepthStencilAttachCase(m_context, "depth_only", "Only depth part of d… in init()
278attachGroup->addChild(new DepthStencilAttachCase(m_context, "stencil_only", "Only stencil part … in init()
279attachGroup->addChild(new DepthStencilAttachCase(m_context, "depth_stencil_separate", "Depth and s… in init()
280attachGroup->addChild(new DepthStencilAttachCase(m_context, "depth_stencil_attachment", "Depth and… in init()