Home
last modified time | relevance | path

Searched refs:valueGroup (Results 1 – 4 of 4) sorted by relevance

/external/angle/src/libANGLE/serializer/
DJsonSerializer.cpp142 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/
Des31fShaderHelperInvocationTests.cpp687 …tcu::TestCaseGroup* const valueGroup = new tcu::TestCaseGroup(m_testCtx, "value", "gl_HelperInvoca… in init() local
688 addChild(valueGroup); in init()
698valueGroup->addChild(new HelperInvocationValueCase(m_context, name.c_str(), "", primType, numSampl… in init()
/external/deqp/modules/gles2/functional/
Des2fUniformApiTests.cpp2206 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/
Des3fUniformApiTests.cpp2730 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()