Searched refs:ElementBufferErrorsTest (Results 1 – 3 of 3) sorted by relevance
4573 class ElementBufferErrorsTest : public deqp::TestCase class4577 ElementBufferErrorsTest(deqp::Context& context);4583 ElementBufferErrorsTest(const ElementBufferErrorsTest& other);4584 ElementBufferErrorsTest& operator=(const ElementBufferErrorsTest& other);
4366 ElementBufferErrorsTest::ElementBufferErrorsTest(deqp::Context& context) in ElementBufferErrorsTest() function in gl4cts::DirectStateAccess::VertexArrays::ElementBufferErrorsTest4375 tcu::TestNode::IterateResult ElementBufferErrorsTest::iterate() in iterate()4477 bool ElementBufferErrorsTest::CheckError(const glw::GLenum expected, const glw::GLchar* log_message) in CheckError()
151 addChild(new VertexArrays::ElementBufferErrorsTest(m_context)); in init()