Home | History | Annotate | Download | only in image

Lines Matching refs:testCtx

45 	tcu::TestContext&	testCtx		= imageTests->getTestContext();
47 imageTests->addChild(createImageStoreTests(testCtx));
48 imageTests->addChild(createImageLoadStoreTests(testCtx));
49 imageTests->addChild(createImageMultisampleLoadStoreTests(testCtx));
50 imageTests->addChild(createImageMutableTests(testCtx));
51 imageTests->addChild(createImageFormatReinterpretTests(testCtx));
52 imageTests->addChild(createImageQualifiersTests(testCtx));
53 imageTests->addChild(createImageSizeTests(testCtx));
54 imageTests->addChild(createImageAtomicOperationTests(testCtx));
55 imageTests->addChild(createImageCompressionTranscodingTests(testCtx));
56 imageTests->addChild(createImageTranscodingSupportTests(testCtx));
61 tcu::TestCaseGroup* createTests (tcu::TestContext& testCtx)
63 return createTestGroup(testCtx, "image", "Image tests", createChildren);