Lines Matching defs:testCtx
45 tcu::TestContext& testCtx = ycbcrTests->getTestContext();
47 ycbcrTests->addChild(createFormatTests(testCtx));
48 ycbcrTests->addChild(createFilteringTests(testCtx));
49 ycbcrTests->addChild(createViewTests(testCtx));
50 ycbcrTests->addChild(createImageQueryTests(testCtx));
51 ycbcrTests->addChild(createConversionTests(testCtx));
52 ycbcrTests->addChild(createCopyTests(testCtx));
53 ycbcrTests->addChild(createDimensionsCopyTests(testCtx));
54 ycbcrTests->addChild(createStorageImageWriteTests(testCtx));
55 ycbcrTests->addChild(createImageOffsetTests(testCtx));
60 tcu::TestCaseGroup* createTests (tcu::TestContext& testCtx, const std::string& name)
62 return createTestGroup(testCtx, name.c_str(), populateTestGroup);