Searched refs:imageTests (Results 1 – 5 of 5) sorted by relevance
39 void createChildren (tcu::TestCaseGroup* imageTests) in createChildren() argument41 tcu::TestContext& testCtx = imageTests->getTestContext(); in createChildren()43 imageTests->addChild(createImageStoreTests(testCtx)); in createChildren()44 imageTests->addChild(createImageLoadStoreTests(testCtx)); in createChildren()45 imageTests->addChild(createImageFormatReinterpretTests(testCtx)); in createChildren()46 imageTests->addChild(createImageQualifiersTests(testCtx)); in createChildren()47 imageTests->addChild(createImageSizeTests(testCtx)); in createChildren()48 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()
542 …de::MovePtr<tcu::TestCaseGroup> imageTests (new tcu::TestCaseGroup(testCtx, "image", "Image test… in createImageTests() local576 imageTests->addChild(viewTypeTests.release()); in createImageTests()578 return imageTests.release(); in createImageTests()
752 …de::MovePtr<tcu::TestCaseGroup> imageTests (new tcu::TestCaseGroup(testCtx, "image_view", "Image… in createImageViewTests() local788 imageTests->addChild(viewTypeTests.release()); in createImageViewTests()790 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()