Searched refs:AttributeFormatErrorsTest (Results 1 – 3 of 3) sorted by relevance
4695 class AttributeFormatErrorsTest : public deqp::TestCase class4699 AttributeFormatErrorsTest(deqp::Context& context);4705 AttributeFormatErrorsTest(const AttributeFormatErrorsTest& other);4706 AttributeFormatErrorsTest& operator=(const AttributeFormatErrorsTest& other);
4713 AttributeFormatErrorsTest::AttributeFormatErrorsTest(deqp::Context& context) in AttributeFormatErrorsTest() function in gl4cts::DirectStateAccess::VertexArrays::AttributeFormatErrorsTest4722 tcu::TestNode::IterateResult AttributeFormatErrorsTest::iterate() in iterate()5002 bool AttributeFormatErrorsTest::CheckError(const glw::GLenum expected, const glw::GLchar* log_messa… in CheckError()
154 addChild(new VertexArrays::AttributeFormatErrorsTest(m_context)); in init()