Lines Matching refs:IntegerTexTest
59 class IntegerTexTest : public deqp::TestCase
62 IntegerTexTest(deqp::Context& context, const char* name, glw::GLint internal_format, glw::GLuint type);
64 virtual ~IntegerTexTest()
88 IntegerTexTest::IntegerTexTest(deqp::Context& context, const char* name, glw::GLint internal_format, glw::GLuint type)
103 GLuint IntegerTexTest::createTexture(const GLvoid* data, GLint minFilter, GLint magFilter)
131 tcu::TestNode::IterateResult IntegerTexTest::iterate()
181 bool IntegerTexTest::verify(glw::GLuint texture_name, glw::GLuint sampler_type)
267 void IntegerTexTest::clean()
289 addChild(new IntegerTexTest(m_context, "r32i_texture", GL_R32I, GL_INT));
290 addChild(new IntegerTexTest(m_context, "r32ui_texture", GL_R32UI, GL_UNSIGNED_INT));