Searched refs:CopyErrorsTest (Results 1 – 3 of 3) sorted by relevance
6580 class CopyErrorsTest : public deqp::TestCase, ErrorsUtilities class6584 CopyErrorsTest(deqp::Context& context);6590 CopyErrorsTest(const CopyErrorsTest& other);6591 CopyErrorsTest& operator=(const CopyErrorsTest& other);
11372 CopyErrorsTest::CopyErrorsTest(deqp::Context& context) in CopyErrorsTest() function in gl4cts::DirectStateAccess::Textures::CopyErrorsTest11391 tcu::TestNode::IterateResult CopyErrorsTest::iterate() in iterate()11447 void CopyErrorsTest::Prepare() in Prepare()11543 bool CopyErrorsTest::Test1D() in Test1D()11637 bool CopyErrorsTest::Test2D() in Test2D()11741 bool CopyErrorsTest::Test3D() in Test3D()11851 void CopyErrorsTest::Clean() in Clean()11920 const glw::GLuint CopyErrorsTest::s_width = 4;11921 const glw::GLuint CopyErrorsTest::s_height = 4;11922 const glw::GLuint CopyErrorsTest::s_depth = 4;[all …]
479 addChild(new Textures::CopyErrorsTest(m_context)); in init()