OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:bindAttributeGroup
(Results
1 - 2
of
2
) sorted by null
/external/deqp/modules/gles2/functional/
es2fAttribLocationTests.cpp
65
TestCaseGroup* const
bindAttributeGroup
= new TestCaseGroup(context, "bind", "Basic attribute binding tests.");
67
root->addChild(
bindAttributeGroup
);
72
bindAttributeGroup
->addChild(new gls::BindAttributeTest(context.getTestContext(), context.getRenderContext(), type));
/external/deqp/modules/gles3/functional/
es3fAttribLocationTests.cpp
92
TestCaseGroup* const
bindAttributeGroup
= new TestCaseGroup(context, "bind", "Basic bind attribute location tests.");
94
root->addChild(
bindAttributeGroup
);
99
bindAttributeGroup
->addChild(new gls::BindAttributeTest(context.getTestContext(), context.getRenderContext(), type));
Completed in 650 milliseconds