Home
last modified time | relevance | path

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

/external/deqp/external/openglcts/modules/gl/
Dgl4cDirectStateAccessTests.hpp4695 class AttributeBindingErrorsTest : public deqp::TestCase class
4699 AttributeBindingErrorsTest(deqp::Context& context);
4705 AttributeBindingErrorsTest(const AttributeBindingErrorsTest& other);
4706 AttributeBindingErrorsTest& operator=(const AttributeBindingErrorsTest& other);
Dgl4cDirectStateAccessVertexArraysTests.cpp5026 AttributeBindingErrorsTest::AttributeBindingErrorsTest(deqp::Context& context) in AttributeBindingErrorsTest() function in gl4cts::DirectStateAccess::VertexArrays::AttributeBindingErrorsTest
5035 tcu::TestNode::IterateResult AttributeBindingErrorsTest::iterate() in iterate()
5149 bool AttributeBindingErrorsTest::CheckError(const glw::GLenum expected, const glw::GLchar* log_mess… in CheckError()
Dgl4cDirectStateAccessTests.cpp154 addChild(new VertexArrays::AttributeBindingErrorsTest(m_context)); in init()