Home
last modified time | relevance | path

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

/aosp_15_r20/external/deqp/external/openglcts/modules/gl/
H A Dgl4cDirectStateAccessTests.hpp6849 class ImageQueryErrorsTest : public deqp::TestCase, ErrorsUtilities class
6853 ImageQueryErrorsTest(deqp::Context &context);
6859 ImageQueryErrorsTest(const ImageQueryErrorsTest &other);
6860 ImageQueryErrorsTest &operator=(const ImageQueryErrorsTest &other);
H A Dgl4cDirectStateAccessTexturesTests.cpp12791 ImageQueryErrorsTest::ImageQueryErrorsTest(deqp::Context &context) in ImageQueryErrorsTest() function in gl4cts::DirectStateAccess::Textures::ImageQueryErrorsTest
12798 const glw::GLuint ImageQueryErrorsTest::s_reference_data[] = {0x0, 0x1, 0x2, 0x3, 0x4, 0x5, 0x6, 0x…
12802 const glw::GLuint ImageQueryErrorsTest::s_reference_width = 4;
12803 const glw::GLuint ImageQueryErrorsTest::s_reference_height = 4;
12804 const glw::GLuint ImageQueryErrorsTest::s_reference_size = sizeof(s_reference_…
12805 const glw::GLenum ImageQueryErrorsTest::s_reference_internalformat = GL_R8;
12806 const glw::GLenum ImageQueryErrorsTest::s_reference_internalformat_int = GL_R8I;
12807 const glw::GLenum ImageQueryErrorsTest::s_reference_internalformat_compressed = GL_COMPRESSED_RED_R…
12808 const glw::GLenum ImageQueryErrorsTest::s_reference_format = GL_RED;
12809 const glw::GLenum ImageQueryErrorsTest::s_reference_type = GL_UNSIGNED_INT;
[all …]
H A Dgl4cDirectStateAccessTests.cpp724 addChild(new Textures::ImageQueryErrorsTest(m_context)); in init()