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);
12791 ImageQueryErrorsTest::ImageQueryErrorsTest(deqp::Context &context) in ImageQueryErrorsTest() function in gl4cts::DirectStateAccess::Textures::ImageQueryErrorsTest12798 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 …]
724 addChild(new Textures::ImageQueryErrorsTest(m_context)); in init()