Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/modules/gles3/functional/
Des3fAttribLocationTests.cpp143 …TestCaseGroup* const holeGroup = new TestCaseGroup(context, "bind_hole", "Bind all, but one attrib… in createAttributeLocationTests() local
145 root->addChild(holeGroup); in createAttributeLocationTests()
152holeGroup->addChild(new gls::BindHoleAttributeTest(context.getTestContext(), context.getRenderCont… in createAttributeLocationTests()
197 …TestCaseGroup* const holeGroup = new TestCaseGroup(context, "layout_hole", "Define layout location… in createAttributeLocationTests() local
199 root->addChild(holeGroup); in createAttributeLocationTests()
206holeGroup->addChild(new gls::LocationHoleAttributeTest(context.getTestContext(), context.getRender… in createAttributeLocationTests()
249 …TestCaseGroup* const holeGroup = new TestCaseGroup(context, "mixed_hole", "Use layout location qua… in createAttributeLocationTests() local
251 root->addChild(holeGroup); in createAttributeLocationTests()
257holeGroup->addChild(new gls::MixedHoleAttributeTest(context.getTestContext(), context.getRenderCon… in createAttributeLocationTests()
/third_party/vk-gl-cts/modules/gles2/functional/
Des2fAttribLocationTests.cpp116 …TestCaseGroup* const holeGroup = new TestCaseGroup(context, "bind_hole", "Bind all, but one attrib… in createAttributeLocationTests() local
118 root->addChild(holeGroup); in createAttributeLocationTests()
125holeGroup->addChild(new gls::BindHoleAttributeTest(context.getTestContext(), context.getRenderCont… in createAttributeLocationTests()