Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/angle2/src/common/serializer/
DJsonSerializer.cpp150 rapidjson::Value valueGroup(js::kObjectType); in makeValueGroup() local
154 valueGroup.AddMember(tag, it.second, mAllocator); in makeValueGroup()
156 return valueGroup; in makeValueGroup()
/third_party/vk-gl-cts/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()
/third_party/vk-gl-cts/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()
/third_party/vk-gl-cts/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()