Searched refs:imageTests (Results 1 – 5 of 5) sorted by relevance
40 void createChildren (tcu::TestCaseGroup* imageTests) in createChildren() argument42 tcu::TestContext& testCtx = imageTests->getTestContext(); in createChildren()44 imageTests->addChild(createImageStoreTests(testCtx)); in createChildren()45 imageTests->addChild(createImageLoadStoreTests(testCtx)); in createChildren()46 imageTests->addChild(createImageMultisampleLoadStoreTests(testCtx)); in createChildren()47 imageTests->addChild(createImageFormatReinterpretTests(testCtx)); in createChildren()48 imageTests->addChild(createImageQualifiersTests(testCtx)); in createChildren()49 imageTests->addChild(createImageSizeTests(testCtx)); in createChildren()50 imageTests->addChild(createImageAtomicOperationTests(testCtx)); in createChildren()
144 private JSONArray imageTests = new JSONArray(); field in TestSelector171 tests = imageTests; in populateTests()260 imageTests = tests; in setImageTests()264 return imageTests.size() > 0; in usingTestsFromBuild()
779 …de::MovePtr<tcu::TestCaseGroup> imageTests(new tcu::TestCaseGroup(testCtx, "image", "Image tests")… in createImageTests() local782 imageTests->addChild(samplingTypeTests.release()); in createImageTests()784 return imageTests.release(); in createImageTests()
797 …de::MovePtr<tcu::TestCaseGroup> imageTests (new tcu::TestCaseGroup(testCtx, "image_view", "Image… in createImageViewTests() local833 imageTests->addChild(viewTypeTests.release()); in createImageViewTests()835 return imageTests.release(); in createImageViewTests()
4113 TestCaseGroup* imageTests = new TestCaseGroup(ctx, "images", "Image management tests"); in addSimpleTests() local4248 imageTests->addChild(textureSourceTests); in addSimpleTests()4250 group->addChild(imageTests); in addSimpleTests()4901 TestCaseGroup* imageTests = new TestCaseGroup(ctx, "images", "Image management tests"); in addRandomTests() local4957 imageTests->addChild(texImage2DTests); in addRandomTests()5020 imageTests->addChild(texImage2DTests); in addRandomTests()5097 imageTests->addChild(texSubImage2DTests); in addRandomTests()5160 imageTests->addChild(copyTexImage2DTests); in addRandomTests()5238 imageTests->addChild(copyTexSubImage2DTests); in addRandomTests()5241 group->addChild(imageTests); in addRandomTests()