Home
last modified time | relevance | path

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

/external/deqp/external/openglcts/modules/gl/
Dgl4cDirectStateAccessTests.hpp3136 class TextureAttachmentErrorsTest : public deqp::TestCase class
3140 TextureAttachmentErrorsTest(deqp::Context& context);
3146 TextureAttachmentErrorsTest(const TextureAttachmentErrorsTest& other);
3147 TextureAttachmentErrorsTest& operator=(const TextureAttachmentErrorsTest& other);
Dgl4cDirectStateAccessFramebuffersAndRenderbuffersTests.cpp5013 TextureAttachmentErrorsTest::TextureAttachmentErrorsTest(deqp::Context& context) in TextureAttachmentErrorsTest() function in gl4cts::DirectStateAccess::Framebuffers::TextureAttachmentErrorsTest
5039 tcu::TestNode::IterateResult TextureAttachmentErrorsTest::iterate() in iterate()
5198 void TextureAttachmentErrorsTest::PrepareObjects() in PrepareObjects()
5315 bool TextureAttachmentErrorsTest::ExpectError(glw::GLenum expected_error, const glw::GLchar* functi… in ExpectError()
5348 void TextureAttachmentErrorsTest::Clean() in Clean()
Dgl4cDirectStateAccessTests.cpp120 addChild(new Framebuffers::TextureAttachmentErrorsTest(m_context)); in init()