OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:bindMaxAttributeGroup
(Results
1 - 2
of
2
) sorted by null
/external/deqp/modules/gles2/functional/
es2fAttribLocationTests.cpp
78
TestCaseGroup* const
bindMaxAttributeGroup
= new TestCaseGroup(context, "bind_max_attributes", "Test using maximum attributes with bind.");
80
root->addChild(
bindMaxAttributeGroup
);
85
bindMaxAttributeGroup
->addChild(new gls::BindMaxAttributesTest(context.getTestContext(), context.getRenderContext(), type));
/external/deqp/modules/gles3/functional/
es3fAttribLocationTests.cpp
105
TestCaseGroup* const
bindMaxAttributeGroup
= new TestCaseGroup(context, "bind_max_attributes", "Use bind with maximum number of attributes.");
107
root->addChild(
bindMaxAttributeGroup
);
112
bindMaxAttributeGroup
->addChild(new gls::BindMaxAttributesTest(context.getTestContext(), context.getRenderContext(), type));
Completed in 1286 milliseconds