Searched refs:groupDesc (Results 1 - 9 of 9) sorted by relevance

/external/deqp/modules/gles3/functional/
H A Des3fShaderLoopTests.cpp1164 string groupDesc = string("Loop tests with ") + loopCountName + " loop counter."; local
1165 TestCaseGroup* group = new TestCaseGroup(m_context, groupName.c_str(), groupDesc.c_str());
H A Des3fUniformApiTests.cpp2895 const char* const groupDesc = arrayAssignGroups[arrayAssignGroupNdx].description; local
2897 TestCaseGroup* const curArrayAssignGroup = new TestCaseGroup(m_context, groupName, groupDesc);
H A Des3fShaderOperatorTests.cpp1884 string groupDesc = string("Built-in function ") + shaderFuncName + "() tests."; local
1885 innerGroup = new TestCaseGroup(m_context, funcInfo.caseName, groupDesc.c_str());
H A Des3fShaderTextureFunctionTests.cpp1426 static void createCaseGroup (TestCaseGroup* parent, const char* groupName, const char* groupDesc, const TexFuncCaseSpec* cases, int numCases) argument
1428 tcu::TestCaseGroup* group = new tcu::TestCaseGroup(parent->getTestContext(), groupName, groupDesc);
/external/deqp/modules/gles2/functional/
H A Des2fShaderLoopTests.cpp1288 string groupDesc = string("Loop tests with ") + loopCountName + " loop counter."; local
1289 TestCaseGroup* group = new TestCaseGroup(m_context, groupName.c_str(), groupDesc.c_str());
H A Des2fShaderTextureFunctionTests.cpp565 static void createCaseGroup (TestCaseGroup* parent, const char* groupName, const char* groupDesc, const TexFuncCaseSpec* cases, int numCases, bool isVertex) argument
567 tcu::TestCaseGroup* group = new tcu::TestCaseGroup(parent->getTestContext(), groupName, groupDesc);
H A Des2fShaderOperatorTests.cpp1247 string groupDesc = string("Built-in function ") + shaderFuncName + "() tests."; local
1248 innerGroup = new TestCaseGroup(m_context, funcInfo.caseName, groupDesc.c_str());
H A Des2fUniformApiTests.cpp2360 const char* const groupDesc = arrayAssignGroups[arrayAssignGroupNdx].description; local
2362 TestCaseGroup* const curArrayAssignGroup = new TestCaseGroup(m_context, groupName, groupDesc);
/external/deqp/modules/gles31/functional/
H A Des31fProgramUniformTests.cpp2033 const char* const groupDesc = arrayAssignGroups[arrayAssignGroupNdx].description; local
2035 TestCaseGroup* const curArrayAssignGroup = new TestCaseGroup(m_context, groupName, groupDesc);

Completed in 714 milliseconds