Lines Matching refs:formatGroup
1912 de::MovePtr<tcu::TestCaseGroup> formatGroup (new tcu::TestCaseGroup(testCtx, in createAllFormatsSamplerTests() local
1922 formatGroup->addChild(minFilterTests.release()); in createAllFormatsSamplerTests()
1923 formatGroup->addChild(minReduceFilterTests.release()); in createAllFormatsSamplerTests()
1927 formatGroup->addChild(magFilterTests.release()); in createAllFormatsSamplerTests()
1934 formatGroup->addChild(magReduceFilterTests.release()); in createAllFormatsSamplerTests()
1935 formatGroup->addChild(mipmapTests.release()); in createAllFormatsSamplerTests()
1941 formatGroup->addChild(addressModesTests.release()); in createAllFormatsSamplerTests()
1944 formatTests->addChild(formatGroup.release()); in createAllFormatsSamplerTests()
2032 …de::MovePtr<tcu::TestCaseGroup> formatGroup(new tcu::TestCaseGroup(testCtx, formatName.c_str(), de… in createExactSamplingTests() local
2053 formatGroup->addChild(solidColorGroup.release()); in createExactSamplingTests()
2056 exactSamplingTests->addChild(formatGroup.release()); in createExactSamplingTests()