Searched refs:valueGroup (Results 1 – 4 of 4) sorted by relevance
/external/angle/src/libANGLE/serializer/ |
D | JsonSerializer.cpp | 142 rapidjson::Value valueGroup(js::kObjectType); in makeValueGroup() local 146 valueGroup.AddMember(tag, it.second, mAllocator); in makeValueGroup() 148 return valueGroup; in makeValueGroup()
|
/external/deqp/modules/gles31/functional/ |
D | es31fShaderHelperInvocationTests.cpp | 687 …tcu::TestCaseGroup* const valueGroup = new tcu::TestCaseGroup(m_testCtx, "value", "gl_HelperInvoca… in init() local 688 addChild(valueGroup); in init() 698 …valueGroup->addChild(new HelperInvocationValueCase(m_context, name.c_str(), "", primType, numSampl… in init()
|
/external/deqp/modules/gles2/functional/ |
D | es2fUniformApiTests.cpp | 2206 TestCaseGroup* const valueGroup = new TestCaseGroup(m_context, "value", "Uniform value tests"); in init() local 2207 addChild(valueGroup); in init() 2215 valueGroup->addChild(initialValuesGroup); in init() 2268 valueGroup->addChild(assignedValuesGroup); in init()
|
/external/deqp/modules/gles3/functional/ |
D | es3fUniformApiTests.cpp | 2730 TestCaseGroup* const valueGroup = new TestCaseGroup(m_context, "value", "Uniform value tests"); in init() local 2731 addChild(valueGroup); in init() 2739 valueGroup->addChild(initialValuesGroup); in init() 2794 valueGroup->addChild(assignedValuesGroup); in init()
|