Searched refs:ssboTestGroup (Results 1 – 1 of 1) sorted by relevance
1311 …de::MovePtr<tcu::TestCaseGroup> ssboTestGroup (new tcu::TestCaseGroup(testCtx, "ssbo", "Shader Sto… in createTests() local1313 ssboTestGroup->addChild(new SSBOLayoutTests(testCtx)); in createTests()1315 return ssboTestGroup.release(); in createTests()