Searched refs:uniformGroup (Results 1 – 4 of 4) sorted by relevance
/external/deqp/modules/gles2/functional/ |
D | es2fShaderIndexingTests.cpp | 1041 …TestCaseGroup* uniformGroup = new TestCaseGroup(m_context, "uniform_array", "Uniform array access … in init() local 1042 addChild(uniformGroup); in init() 1057 …uniformGroup->addChild(createUniformArrayCase(m_context, name.c_str(), desc.c_str(), isVertexCase,… in init()
|
/external/deqp/modules/gles3/functional/ |
D | es3fShaderIndexingTests.cpp | 1007 …TestCaseGroup* uniformGroup = new TestCaseGroup(m_context, "uniform_array", "Uniform array access … in init() local 1008 addChild(uniformGroup); in init() 1023 …uniformGroup->addChild(createUniformArrayCase(m_context, name.c_str(), desc.c_str(), isVertexCase,… in init()
|
/external/deqp/external/openglcts/modules/common/ |
D | glcShaderIndexingTests.cpp | 1140 …TestCaseGroup* uniformGroup = new TestCaseGroup(m_context, "uniform_array", "Uniform array access … in init() local 1141 addChild(uniformGroup); in init() 1157 …uniformGroup->addChild(createUniformArrayCase(m_context, name.c_str(), desc.c_str(), m_glslVersion, in init()
|
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/ |
D | vktShaderRenderIndexingTests.cpp | 1100 …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()
|