Searched refs:vecGroup (Results 1 – 4 of 4) sorted by relevance
/external/deqp/modules/gles2/functional/ |
D | es2fShaderIndexingTests.cpp | 1094 …TestCaseGroup* vecGroup = new TestCaseGroup(m_context, "vector_subscript", "Vector subscript index… in init() local 1095 addChild(vecGroup); in init() 1121 …vecGroup->addChild(createVectorSubscriptCase(m_context, name.c_str(), desc.c_str(), isVertexCase, … in init()
|
/external/deqp/modules/gles3/functional/ |
D | es3fShaderIndexingTests.cpp | 1060 …TestCaseGroup* vecGroup = new TestCaseGroup(m_context, "vector_subscript", "Vector subscript index… in init() local 1061 addChild(vecGroup); in init() 1087 …vecGroup->addChild(createVectorSubscriptCase(m_context, name.c_str(), desc.c_str(), isVertexCase, … in init()
|
/external/deqp/external/openglcts/modules/common/ |
D | glcShaderIndexingTests.cpp | 1202 …TestCaseGroup* vecGroup = new TestCaseGroup(m_context, "vector_subscript", "Vector subscript index… in init() local 1203 addChild(vecGroup); in init() 1229 vecGroup->addChild(createVectorSubscriptCase( in init()
|
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/ |
D | vktShaderRenderIndexingTests.cpp | 1157 …de::MovePtr<TestCaseGroup> vecGroup(new TestCaseGroup(m_testCtx, "vector_subscript", "Vector subsc… in init() local 1184 vecGroup->addChild(testCase.release()); in init() 1190 addChild(vecGroup.release()); in init()
|