Lines Matching refs:ycbcrTests
43 void populateTestGroup (tcu::TestCaseGroup* ycbcrTests)
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));