Home
last modified time | relevance | path

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

/aosp_15_r20/external/deqp/external/openglcts/modules/gl/
H A Dgl4cDirectStateAccessTests.hpp6734 class GenerateMipmapErrorsTest : public deqp::TestCase, ErrorsUtilities class
6738 GenerateMipmapErrorsTest(deqp::Context &context);
6744 GenerateMipmapErrorsTest(const GenerateMipmapErrorsTest &other);
6745 GenerateMipmapErrorsTest &operator=(const GenerateMipmapErrorsTest &other);
H A Dgl4cDirectStateAccessTexturesTests.cpp12588 GenerateMipmapErrorsTest::GenerateMipmapErrorsTest(deqp::Context &context) in GenerateMipmapErrorsTest() function in gl4cts::DirectStateAccess::Textures::GenerateMipmapErrorsTest
12598 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;
H A Dgl4cDirectStateAccessTests.cpp722 addChild(new Textures::GenerateMipmapErrorsTest(m_context)); in init()