Home
last modified time | relevance | path

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

/external/deqp/external/openglcts/modules/gl/
Dgl4cDirectStateAccessTests.hpp6705 class GenerateMipmapErrorsTest : public deqp::TestCase, ErrorsUtilities class
6709 GenerateMipmapErrorsTest(deqp::Context& context);
6715 GenerateMipmapErrorsTest(const GenerateMipmapErrorsTest& other);
6716 GenerateMipmapErrorsTest& operator=(const GenerateMipmapErrorsTest& other);
Dgl4cDirectStateAccessTexturesTests.cpp12878 GenerateMipmapErrorsTest::GenerateMipmapErrorsTest(deqp::Context& context) in GenerateMipmapErrorsTest() function in gl4cts::DirectStateAccess::Textures::GenerateMipmapErrorsTest
12888 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;
Dgl4cDirectStateAccessTests.cpp481 addChild(new Textures::GenerateMipmapErrorsTest(m_context)); in init()