Searched refs:SubImageErrorsTest (Results 1 – 3 of 3) sorted by relevance
9631 SubImageErrorsTest::SubImageErrorsTest(deqp::Context& context) in SubImageErrorsTest() function in gl4cts::DirectStateAccess::Textures::SubImageErrorsTest9674 tcu::TestNode::IterateResult SubImageErrorsTest::iterate() in iterate()9733 void SubImageErrorsTest::Prepare() in Prepare()10139 bool SubImageErrorsTest::Test1D() in Test1D()10352 bool SubImageErrorsTest::Test2D() in Test2D()10593 bool SubImageErrorsTest::Test3D() in Test3D()10847 bool SubImageErrorsTest::Test1DCompressed() in Test1DCompressed()10957 bool SubImageErrorsTest::Test2DCompressed() in Test2DCompressed()11088 bool SubImageErrorsTest::Test3DCompressed() in Test3DCompressed()11198 void SubImageErrorsTest::Clean() in Clean()[all …]
6465 class SubImageErrorsTest : public deqp::TestCase, ErrorsUtilities class6469 SubImageErrorsTest(deqp::Context& context);6475 SubImageErrorsTest(const SubImageErrorsTest& other);6476 SubImageErrorsTest& operator=(const SubImageErrorsTest& other);
479 addChild(new Textures::SubImageErrorsTest(m_context)); in init()