Searched refs:GenerateMipmapErrorsTest (Results 1 – 3 of 3) sorted by relevance
6705 class GenerateMipmapErrorsTest : public deqp::TestCase, ErrorsUtilities class6709 GenerateMipmapErrorsTest(deqp::Context& context);6715 GenerateMipmapErrorsTest(const GenerateMipmapErrorsTest& other);6716 GenerateMipmapErrorsTest& operator=(const GenerateMipmapErrorsTest& other);
12878 GenerateMipmapErrorsTest::GenerateMipmapErrorsTest(deqp::Context& context) in GenerateMipmapErrorsTest() function in gl4cts::DirectStateAccess::Textures::GenerateMipmapErrorsTest12888 tcu::TestNode::IterateResult GenerateMipmapErrorsTest::iterate() in iterate()12982 const glw::GLubyte GenerateMipmapErrorsTest::s_reference_data[] = { 0x0, 0x1, 0x2, 0x3, 0x4, 0x5, 0…12986 const glw::GLuint GenerateMipmapErrorsTest::s_reference_width = 4;12987 const glw::GLuint GenerateMipmapErrorsTest::s_reference_height = 4;12988 const glw::GLenum GenerateMipmapErrorsTest::s_reference_internalformat = GL_R8;12989 const glw::GLenum GenerateMipmapErrorsTest::s_reference_format = GL_RED;12990 const glw::GLenum GenerateMipmapErrorsTest::s_reference_type = GL_UNSIGNED_BYTE;
481 addChild(new Textures::GenerateMipmapErrorsTest(m_context)); in init()