Lines Matching defs:testCtx
105 AmberIndexFileParser (tcu::TestContext& testCtx, const char* filename, const char* category)
112 m_str = ShaderSourceProvider::getSource(testCtx.getArchive(), indexFilename.c_str());
119 AmberTestCase* parse (const char* category, tcu::TestContext& testCtx)
155 AmberTestCase *testCase = new AmberTestCase(testCtx, m_testnameField, m_descField, testFilename);
177 void createAmberTestsFromIndexFile (tcu::TestContext& testCtx, tcu::TestCaseGroup* group, const std::string filename, const char* category)
180 AmberIndexFileParser parser(testCtx, filename.c_str(), category);
184 testCase = parser.parse(category, testCtx);
192 AmberTestCase* createAmberTestCase (tcu::TestContext& testCtx,
199 return createAmberTestCase(testCtx, name, "", category, filename, requirements, imageRequirements, bufferRequirements);
202 AmberTestCase* createAmberTestCase (tcu::TestContext& testCtx,
218 AmberTestCase *testCase = new AmberTestCase(testCtx, name, description, readFilename);