Searched refs:valueGroup (Results 1 - 3 of 3) sorted by relevance

/external/deqp/modules/gles31/functional/
H A Des31fShaderHelperInvocationTests.cpp634 tcu::TestCaseGroup* const valueGroup = new tcu::TestCaseGroup(m_testCtx, "value", "gl_HelperInvocation value in rendered pixels"); member in class:deqp::gles31::Functional::tcu
635 addChild(valueGroup);
645 valueGroup->addChild(new HelperInvocationValueCase(m_context, name.c_str(), "", primType, numSamples));
/external/deqp/modules/gles2/functional/
H A Des2fUniformApiTests.cpp2216 TestCaseGroup* const valueGroup = new TestCaseGroup(m_context, "value", "Uniform value tests"); local
2217 addChild(valueGroup);
2225 valueGroup->addChild(initialValuesGroup);
2278 valueGroup->addChild(assignedValuesGroup);
/external/deqp/modules/gles3/functional/
H A Des3fUniformApiTests.cpp2740 TestCaseGroup* const valueGroup = new TestCaseGroup(m_context, "value", "Uniform value tests"); local
2741 addChild(valueGroup);
2749 valueGroup->addChild(initialValuesGroup);
2804 valueGroup->addChild(assignedValuesGroup);

Completed in 209 milliseconds