Searched refs:CreationErrorTest (Results 1 – 3 of 3) sorted by relevance
4551 class CreationErrorTest : public deqp::TestCase class4555 CreationErrorTest(deqp::Context& context);4561 CreationErrorTest(const CreationErrorTest& other);4562 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()
150 addChild(new VertexArrays::CreationErrorTest(m_context)); in init()