Searched refs:CreationErrorTest (Results 1 – 3 of 3) sorted by relevance
4522 class CreationErrorTest : public deqp::TestCase class4526 CreationErrorTest(deqp::Context& context);4532 CreationErrorTest(const CreationErrorTest& other);4533 CreationErrorTest& operator=(const CreationErrorTest& other);
4116 CreationErrorTest::CreationErrorTest(deqp::Context& context) in CreationErrorTest() function in gl4cts::DirectStateAccess::VertexArrays::CreationErrorTest4125 tcu::TestNode::IterateResult CreationErrorTest::iterate() in iterate()4190 bool CreationErrorTest::CheckError(const glw::GLenum expected, const glw::GLchar* log_message) in CheckError()
149 addChild(new VertexArrays::CreationErrorTest(m_context)); in init()