Searched refs:IntegerTexTest (Results 1 - 3 of 3) sorted by relevance
/third_party/vk-gl-cts/external/openglcts/modules/gles32/ |
H A D | es32cCopyImageTests.cpp | 59 class IntegerTexTest : public deqp::TestCase class 62 IntegerTexTest(deqp::Context& context, const char* name, glw::GLint internal_format, glw::GLuint type); 64 virtual ~IntegerTexTest() in ~IntegerTexTest() 88 IntegerTexTest::IntegerTexTest(deqp::Context& context, const char* name, glw::GLint internal_format, glw::GLuint type) 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_contex in init() [all...] |
/third_party/vk-gl-cts/external/openglcts/modules/gl/ |
H A D | gl4cCopyImageTests.hpp | 669 class IntegerTexTest : public deqp::TestCase class 672 IntegerTexTest(deqp::Context& context); 673 virtual ~IntegerTexTest() in ~IntegerTexTest()
|
H A D | gl4cCopyImageTests.cpp | 5743 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, const void* data, in createTexture() 5860 void IntegerTexTest::clean() in clean() 5908 addChild(new CopyImage::IntegerTexTest(m_context)); in init()
|
Completed in 9 milliseconds