Searched refs:GenerateMipmapErrorsTest (Results 1 – 3 of 3) sorted by relevance
6734 class GenerateMipmapErrorsTest : public deqp::TestCase, ErrorsUtilities class6738 GenerateMipmapErrorsTest(deqp::Context &context);6744 GenerateMipmapErrorsTest(const GenerateMipmapErrorsTest &other);6745 GenerateMipmapErrorsTest &operator=(const GenerateMipmapErrorsTest &other);
12588 GenerateMipmapErrorsTest::GenerateMipmapErrorsTest(deqp::Context &context) in GenerateMipmapErrorsTest() function in gl4cts::DirectStateAccess::Textures::GenerateMipmapErrorsTest12598 tcu::TestNode::IterateResult GenerateMipmapErrorsTest::iterate() in iterate()12692 const glw::GLubyte GenerateMipmapErrorsTest::s_reference_data[] = {0x0, 0x1, 0x2, 0x3, 0x4, 0x5, 0x…12696 const glw::GLuint GenerateMipmapErrorsTest::s_reference_width = 4;12697 const glw::GLuint GenerateMipmapErrorsTest::s_reference_height = 4;12698 const glw::GLenum GenerateMipmapErrorsTest::s_reference_internalformat = GL_R8;12699 const glw::GLenum GenerateMipmapErrorsTest::s_reference_format = GL_RED;12700 const glw::GLenum GenerateMipmapErrorsTest::s_reference_type = GL_UNSIGNED_BYTE;
722 addChild(new Textures::GenerateMipmapErrorsTest(m_context)); in init()