Searched refs:renderGroup (Results 1 – 4 of 4) sorted by relevance
624 tcu::TestCaseGroup* renderGroup = new tcu::TestCaseGroup(m_testCtx, "render", "Rendering tests"); in init() local625 addChild(renderGroup); in init()629 renderGroup->addChild(group); in init()
655 …TestCaseGroup* const renderGroup = new TestCaseGroup(context, "render", "Setup texture buffer with… in createTextureBufferTests() local656 root->addChild(renderGroup); in createTextureBufferTests()663 renderGroup->addChild(renderTypeGroup); in createTextureBufferTests()
3051 …tcu::TestCaseGroup* const renderGroup = new tcu::TestCaseGroup(m_testCtx, "render", "Various ren… in init() local3055 addChild(renderGroup); in init()3065 renderGroup->addChild(passthroughGroup); in init()3066 renderGroup->addChild(limitGroup); in init()3067 renderGroup->addChild(scatterGroup); in init()
1911 …de::MovePtr<tcu::TestCaseGroup> renderGroup(new tcu::TestCaseGroup(testCtx, render.name.c_str(), "… in createChildren() local1961 renderGroup->addChild(sizeGroup.release()); in createChildren()1963 viewGroup->addChild(renderGroup.release()); in createChildren()