Home
last modified time | relevance | path

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

/external/deqp/external/openglcts/modules/gl/
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);
Dgl4cDirectStateAccessTexturesTests.cpp13081 ImageQueryErrorsTest::ImageQueryErrorsTest(deqp::Context& context) in ImageQueryErrorsTest() function in gl4cts::DirectStateAccess::Textures::ImageQueryErrorsTest
13088 const glw::GLuint ImageQueryErrorsTest::s_reference_data[] = { 0x0, 0x1, 0x2, 0x3, 0x4, 0x5, 0x6, 0…
13092 const glw::GLuint ImageQueryErrorsTest::s_reference_width = 4;
13093 const glw::GLuint ImageQueryErrorsTest::s_reference_height = 4;
13094 const glw::GLuint ImageQueryErrorsTest::s_reference_size = sizeof(s_reference_data);
13095 const glw::GLenum ImageQueryErrorsTest::s_reference_internalformat = GL_R8;
13096 const glw::GLenum ImageQueryErrorsTest::s_reference_internalformat_int = GL_R8I;
13097 const glw::GLenum ImageQueryErrorsTest::s_reference_internalformat_compressed = GL_COMPRESSED_RED_R…
13098 const glw::GLenum ImageQueryErrorsTest::s_reference_format = GL_RED;
13099 const glw::GLenum ImageQueryErrorsTest::s_reference_type = GL_UNSIGNED_INT;
[all …]
Dgl4cDirectStateAccessTests.cpp484 addChild(new Textures::ImageQueryErrorsTest(m_context)); in init()