Home
last modified time | relevance | path

Searched refs:CopyErrorsTest (Results 1 – 3 of 3) sorted by relevance

/external/deqp/external/openglcts/modules/gl/
Dgl4cDirectStateAccessTests.hpp6580 class CopyErrorsTest : public deqp::TestCase, ErrorsUtilities class
6584 CopyErrorsTest(deqp::Context& context);
6590 CopyErrorsTest(const CopyErrorsTest& other);
6591 CopyErrorsTest& operator=(const CopyErrorsTest& other);
Dgl4cDirectStateAccessTexturesTests.cpp11372 CopyErrorsTest::CopyErrorsTest(deqp::Context& context) in CopyErrorsTest() function in gl4cts::DirectStateAccess::Textures::CopyErrorsTest
11391 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 …]
Dgl4cDirectStateAccessTests.cpp479 addChild(new Textures::CopyErrorsTest(m_context)); in init()