Searched refs:AttributeFormatErrorsTest (Results 1 – 3 of 3) sorted by relevance
4666 class AttributeFormatErrorsTest : public deqp::TestCase class4670 AttributeFormatErrorsTest(deqp::Context& context);4676 AttributeFormatErrorsTest(const AttributeFormatErrorsTest& other);4677 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()
153 addChild(new VertexArrays::AttributeFormatErrorsTest(m_context)); in init()