Searched refs:holeGroup (Results 1 – 2 of 2) sorted by relevance
/third_party/vk-gl-cts/modules/gles3/functional/ |
D | es3fAttribLocationTests.cpp | 143 …TestCaseGroup* const holeGroup = new TestCaseGroup(context, "bind_hole", "Bind all, but one attrib… in createAttributeLocationTests() local 145 root->addChild(holeGroup); in createAttributeLocationTests() 152 …holeGroup->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() 206 …holeGroup->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() 257 …holeGroup->addChild(new gls::MixedHoleAttributeTest(context.getTestContext(), context.getRenderCon… in createAttributeLocationTests()
|
/third_party/vk-gl-cts/modules/gles2/functional/ |
D | es2fAttribLocationTests.cpp | 116 …TestCaseGroup* const holeGroup = new TestCaseGroup(context, "bind_hole", "Bind all, but one attrib… in createAttributeLocationTests() local 118 root->addChild(holeGroup); in createAttributeLocationTests() 125 …holeGroup->addChild(new gls::BindHoleAttributeTest(context.getTestContext(), context.getRenderCont… in createAttributeLocationTests()
|