Home
last modified time | relevance | path

Searched refs:AttributeFormatErrorsTest (Results 1 – 3 of 3) sorted by relevance

/external/deqp/external/openglcts/modules/gl/
Dgl4cDirectStateAccessTests.hpp4666 class AttributeFormatErrorsTest : public deqp::TestCase class
4670 AttributeFormatErrorsTest(deqp::Context& context);
4676 AttributeFormatErrorsTest(const AttributeFormatErrorsTest& other);
4677 AttributeFormatErrorsTest& operator=(const AttributeFormatErrorsTest& other);
Dgl4cDirectStateAccessVertexArraysTests.cpp4713 AttributeFormatErrorsTest::AttributeFormatErrorsTest(deqp::Context& context) in AttributeFormatErrorsTest() function in gl4cts::DirectStateAccess::VertexArrays::AttributeFormatErrorsTest
4722 tcu::TestNode::IterateResult AttributeFormatErrorsTest::iterate() in iterate()
5002 bool AttributeFormatErrorsTest::CheckError(const glw::GLenum expected, const glw::GLchar* log_messa… in CheckError()
Dgl4cDirectStateAccessTests.cpp153 addChild(new VertexArrays::AttributeFormatErrorsTest(m_context)); in init()