Searched refs:attachGroup (Results 1 – 1 of 1) sorted by relevance
/external/deqp/modules/gles3/functional/ |
D | es3fFboStencilbufferTests.cpp | 274 …tcu::TestCaseGroup* attachGroup = new tcu::TestCaseGroup(m_testCtx, "attach", "Attaching depth ste… in init() local 275 addChild(attachGroup); in init() 277 …attachGroup->addChild(new DepthStencilAttachCase(m_context, "depth_only", "Only depth part of d… in init() 278 …attachGroup->addChild(new DepthStencilAttachCase(m_context, "stencil_only", "Only stencil part … in init() 279 …attachGroup->addChild(new DepthStencilAttachCase(m_context, "depth_stencil_separate", "Depth and s… in init() 280 …attachGroup->addChild(new DepthStencilAttachCase(m_context, "depth_stencil_attachment", "Depth and… in init()
|