Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/external/openglcts/modules/gles32/
Des32cCopyImageTests.cpp59 class IntegerTexTest : public deqp::TestCase class
62IntegerTexTest(deqp::Context& context, const char* name, glw::GLint internal_format, glw::GLuint t…
64 virtual ~IntegerTexTest() in ~IntegerTexTest()
88 IntegerTexTest::IntegerTexTest(deqp::Context& context, const char* name, glw::GLint internal_format… in IntegerTexTest() function in glcts::IntegerTexTest
103 GLuint IntegerTexTest::createTexture(const GLvoid* data, GLint minFilter, GLint magFilter) in createTexture()
131 tcu::TestNode::IterateResult IntegerTexTest::iterate() in iterate()
181 bool IntegerTexTest::verify(glw::GLuint texture_name, glw::GLuint sampler_type) in verify()
267 void IntegerTexTest::clean() in clean()
289 addChild(new IntegerTexTest(m_context, "r32i_texture", GL_R32I, GL_INT)); in init()
290 addChild(new IntegerTexTest(m_context, "r32ui_texture", GL_R32UI, GL_UNSIGNED_INT)); in init()
/third_party/vk-gl-cts/external/openglcts/modules/gl/
Dgl4cCopyImageTests.hpp669 class IntegerTexTest : public deqp::TestCase class
672 IntegerTexTest(deqp::Context& context);
673 virtual ~IntegerTexTest() in ~IntegerTexTest()
Dgl4cCopyImageTests.cpp5743 IntegerTexTest::IntegerTexTest(deqp::Context& context) in IntegerTexTest() function in gl4cts::CopyImage::IntegerTexTest
5759 tcu::TestNode::IterateResult IntegerTexTest::iterate() in iterate()
5832 unsigned int IntegerTexTest::createTexture(int width, int height, GLint internalFormat, GLuint type… in createTexture()
5860 void IntegerTexTest::clean() in clean()
5908 addChild(new CopyImage::IntegerTexTest(m_context)); in init()