Searched refs:TextureAttachmentErrorsTest (Results 1 – 3 of 3) sorted by relevance
3136 class TextureAttachmentErrorsTest : public deqp::TestCase class3140 TextureAttachmentErrorsTest(deqp::Context& context);3146 TextureAttachmentErrorsTest(const TextureAttachmentErrorsTest& other);3147 TextureAttachmentErrorsTest& operator=(const TextureAttachmentErrorsTest& other);
5013 TextureAttachmentErrorsTest::TextureAttachmentErrorsTest(deqp::Context& context) in TextureAttachmentErrorsTest() function in gl4cts::DirectStateAccess::Framebuffers::TextureAttachmentErrorsTest5039 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()
120 addChild(new Framebuffers::TextureAttachmentErrorsTest(m_context)); in init()