Searched refs:ImageQueryErrorsTest (Results 1 – 3 of 3) sorted by relevance
6849 class ImageQueryErrorsTest : public deqp::TestCase, ErrorsUtilities class6853 ImageQueryErrorsTest(deqp::Context& context);6859 ImageQueryErrorsTest(const ImageQueryErrorsTest& other);6860 ImageQueryErrorsTest& operator=(const ImageQueryErrorsTest& other);
13081 ImageQueryErrorsTest::ImageQueryErrorsTest(deqp::Context& context) in ImageQueryErrorsTest() function in gl4cts::DirectStateAccess::Textures::ImageQueryErrorsTest13088 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 …]
484 addChild(new Textures::ImageQueryErrorsTest(m_context)); in init()