Lines Matching defs:testCtx
38 tcu::TestCaseGroup* createUniformTexelBufferTests (tcu::TestContext& testCtx)
40 de::MovePtr<tcu::TestCaseGroup> uniform (new tcu::TestCaseGroup(testCtx, "uniform"));
44 tcu::TestCaseGroup* const srgb = new tcu::TestCaseGroup(testCtx, "srgb");
96 cts_amber::createAmberTestCase(testCtx, cases[i].testName.c_str(),
107 tcu::TestCaseGroup* const packed = new tcu::TestCaseGroup(testCtx, "packed");
126 cts_amber::AmberTestCase* testCase = cts_amber::createAmberTestCase(testCtx, cases[i].c_str(), dataDir, fileName);
136 tcu::TestCaseGroup* const snorm = new tcu::TestCaseGroup(testCtx, "snorm", "Test uniform texel buffer with SNORM formats");
167 cts_amber::AmberTestCase* testCase = cts_amber::createAmberTestCase(testCtx, c.testName.c_str(),
183 tcu::TestCaseGroup* createTextureTexelBufferTests (tcu::TestContext& testCtx)
185 de::MovePtr<tcu::TestCaseGroup> texelBuffer (new tcu::TestCaseGroup(testCtx, "texel_buffer", "Test texel buffer"));
187 texelBuffer->addChild(createUniformTexelBufferTests(testCtx));