Searched refs:drawTypeGroup (Results 1 – 2 of 2) sorted by relevance
951 …tcu::TestCaseGroup* drawTypeGroup = new tcu::TestCaseGroup(m_testCtx, drawTypeStr.c_str(), ("Draws… in init() local971 drawTypeGroup->addChild(indirectDrawGroup); in init()972 drawTypeGroup->addChild(indirectDrawCountGroup); in init()994 drawTypeGroup->addChild(indirectDrawFirstInstanceGroup); in init()995 drawTypeGroup->addChild(indirectDrawCountFirstInstanceGroup); in init()1047 drawTypeGroup->addChild(indirectDrawInstancedGroup); in init()1048 drawTypeGroup->addChild(indirectDrawCountInstancedGroup); in init()1051 addChild(drawTypeGroup); in init()
1013 …TestCaseGroup* drawTypeGroup = new TestCaseGroup(m_context, (string(dynamicIndices ? "dynamic_" : … in init() local1015 addChild(drawTypeGroup); in init()1028 drawTypeGroup->addChild(callCountGroup); in init()