Home
last modified time | relevance | path

Searched refs:uniformGroup (Results 1 – 3 of 3) sorted by relevance

/external/deqp/modules/gles3/functional/
Des3fShaderIndexingTests.cpp1006 …TestCaseGroup* uniformGroup = new TestCaseGroup(m_context, "uniform_array", "Uniform array access … in init() local
1007 addChild(uniformGroup); in init()
1022uniformGroup->addChild(createUniformArrayCase(m_context, name.c_str(), desc.c_str(), isVertexCase,… in init()
/external/deqp/modules/gles2/functional/
Des2fShaderIndexingTests.cpp1041 …TestCaseGroup* uniformGroup = new TestCaseGroup(m_context, "uniform_array", "Uniform array access … in init() local
1042 addChild(uniformGroup); in init()
1057uniformGroup->addChild(createUniformArrayCase(m_context, name.c_str(), desc.c_str(), isVertexCase,… in init()
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/
DvktShaderRenderIndexingTests.cpp1100 …de::MovePtr<TestCaseGroup> uniformGroup(new TestCaseGroup(m_testCtx, "uniform_array", "Uniform arr… in init() local
1116 uniformGroup->addChild(testCase.release()); in init()
1121 addChild(uniformGroup.release()); in init()