/external/deqp/external/vulkancts/modules/vulkan/shaderrender/ |
D | vktShaderRenderLoopTests.cpp | 1304 std::string groupDesc = std::string("Loop tests with ") + loopCountName + " loop counter."; in init() local 1305 …TestCaseGroup* genericSubGroup = new TestCaseGroup(m_testCtx, groupName.c_str(), groupDesc.c_str()… in init() 1306 …TestCaseGroup* specialSubGroup = new TestCaseGroup(m_testCtx, groupName.c_str(), groupDesc.c_str()… in init()
|
D | vktShaderRenderOperatorTests.cpp | 1844 std::string groupDesc = std::string("Built-in function ") + shaderFuncName + "() tests."; in init() local 1845 innerGroup = new TestCaseGroup(m_testCtx, funcInfo.caseName, groupDesc.c_str()); in init()
|
/external/deqp/modules/gles3/functional/ |
D | es3fShaderLoopTests.cpp | 1165 string groupDesc = string("Loop tests with ") + loopCountName + " loop counter."; in init() local 1166 TestCaseGroup* group = new TestCaseGroup(m_context, groupName.c_str(), groupDesc.c_str()); in init()
|
D | es3fUniformApiTests.cpp | 2901 const char* const groupDesc = arrayAssignGroups[arrayAssignGroupNdx].description; in init() local 2903 TestCaseGroup* const curArrayAssignGroup = new TestCaseGroup(m_context, groupName, groupDesc); in init()
|
D | es3fShaderTextureFunctionTests.cpp | 1363 static void createCaseGroup (TestCaseGroup* parent, const char* groupName, const char* groupDesc, c… in createCaseGroup() argument 1365 tcu::TestCaseGroup* group = new tcu::TestCaseGroup(parent->getTestContext(), groupName, groupDesc); in createCaseGroup()
|
D | es3fShaderOperatorTests.cpp | 1884 string groupDesc = string("Built-in function ") + shaderFuncName + "() tests."; in init() local 1885 innerGroup = new TestCaseGroup(m_context, funcInfo.caseName, groupDesc.c_str()); in init()
|
/external/deqp/modules/gles2/functional/ |
D | es2fShaderLoopTests.cpp | 1289 string groupDesc = string("Loop tests with ") + loopCountName + " loop counter."; in init() local 1290 TestCaseGroup* group = new TestCaseGroup(m_context, groupName.c_str(), groupDesc.c_str()); in init()
|
D | es2fShaderTextureFunctionTests.cpp | 560 static void createCaseGroup (TestCaseGroup* parent, const char* groupName, const char* groupDesc, c… in createCaseGroup() argument 562 tcu::TestCaseGroup* group = new tcu::TestCaseGroup(parent->getTestContext(), groupName, groupDesc); in createCaseGroup()
|
D | es2fUniformApiTests.cpp | 2366 const char* const groupDesc = arrayAssignGroups[arrayAssignGroupNdx].description; in init() local 2368 TestCaseGroup* const curArrayAssignGroup = new TestCaseGroup(m_context, groupName, groupDesc); in init()
|
D | es2fShaderOperatorTests.cpp | 1247 string groupDesc = string("Built-in function ") + shaderFuncName + "() tests."; in init() local 1248 innerGroup = new TestCaseGroup(m_context, funcInfo.caseName, groupDesc.c_str()); in init()
|
/external/deqp/modules/gles31/functional/ |
D | es31fProgramUniformTests.cpp | 2039 const char* const groupDesc = arrayAssignGroups[arrayAssignGroupNdx].description; in init() local 2041 TestCaseGroup* const curArrayAssignGroup = new TestCaseGroup(m_context, groupName, groupDesc); in init()
|