Searched refs:bindMaxAttributeGroup (Results 1 - 2 of 2) sorted by relevance

/external/deqp/modules/gles2/functional/
H A Des2fAttribLocationTests.cpp78 TestCaseGroup* const bindMaxAttributeGroup = new TestCaseGroup(context, "bind_max_attributes", "Test using maximum attributes with bind."); local
80 root->addChild(bindMaxAttributeGroup);
85 bindMaxAttributeGroup->addChild(new gls::BindMaxAttributesTest(context.getTestContext(), context.getRenderContext(), type));
/external/deqp/modules/gles3/functional/
H A Des3fAttribLocationTests.cpp105 TestCaseGroup* const bindMaxAttributeGroup = new TestCaseGroup(context, "bind_max_attributes", "Use bind with maximum number of attributes."); local
107 root->addChild(bindMaxAttributeGroup);
112 bindMaxAttributeGroup->addChild(new gls::BindMaxAttributesTest(context.getTestContext(), context.getRenderContext(), type));

Completed in 201 milliseconds