Searched refs:bindTimeGroup (Results 1 – 2 of 2) sorted by relevance
/external/deqp/modules/gles2/functional/ |
D | es2fAttribLocationTests.cpp | 131 …TestCaseGroup* const bindTimeGroup = new TestCaseGroup(context, "bind_time", "Bind time tests. Tes… in createAttributeLocationTests() local 133 root->addChild(bindTimeGroup); in createAttributeLocationTests() 135 …bindTimeGroup->addChild(new gls::PreAttachBindAttributeTest(context.getTestContext(), context.getR… in createAttributeLocationTests() 136 …bindTimeGroup->addChild(new gls::PreLinkBindAttributeTest(context.getTestContext(), context.getRen… in createAttributeLocationTests() 137 …bindTimeGroup->addChild(new gls::PostLinkBindAttributeTest(context.getTestContext(), context.getRe… in createAttributeLocationTests() 138 …bindTimeGroup->addChild(new gls::BindRelinkAttributeTest(context.getTestContext(), context.getRend… in createAttributeLocationTests() 139 …bindTimeGroup->addChild(new gls::BindReattachAttributeTest(context.getTestContext(), context.getRe… in createAttributeLocationTests()
|
/external/deqp/modules/gles3/functional/ |
D | es3fAttribLocationTests.cpp | 158 …TestCaseGroup* const bindTimeGroup = new TestCaseGroup(context, "bind_time", "Bind time tests. Tes… in createAttributeLocationTests() local 160 root->addChild(bindTimeGroup); in createAttributeLocationTests() 162 …bindTimeGroup->addChild(new gls::PreAttachBindAttributeTest(context.getTestContext(), context.getR… in createAttributeLocationTests() 163 …bindTimeGroup->addChild(new gls::PreLinkBindAttributeTest(context.getTestContext(), context.getRen… in createAttributeLocationTests() 164 …bindTimeGroup->addChild(new gls::PostLinkBindAttributeTest(context.getTestContext(), context.getRe… in createAttributeLocationTests() 165 …bindTimeGroup->addChild(new gls::BindRelinkAttributeTest(context.getTestContext(), context.getRend… in createAttributeLocationTests() 166 …bindTimeGroup->addChild(new gls::BindReattachAttributeTest(context.getTestContext(), context.getRe… in createAttributeLocationTests()
|