Home
last modified time | relevance | path

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

/external/deqp/external/openglcts/modules/gl/
Dgl4cDirectStateAccessTests.hpp4573 class ElementBufferErrorsTest : public deqp::TestCase class
4577 ElementBufferErrorsTest(deqp::Context& context);
4583 ElementBufferErrorsTest(const ElementBufferErrorsTest& other);
4584 ElementBufferErrorsTest& operator=(const ElementBufferErrorsTest& other);
Dgl4cDirectStateAccessVertexArraysTests.cpp4366 ElementBufferErrorsTest::ElementBufferErrorsTest(deqp::Context& context) in ElementBufferErrorsTest() function in gl4cts::DirectStateAccess::VertexArrays::ElementBufferErrorsTest
4375 tcu::TestNode::IterateResult ElementBufferErrorsTest::iterate() in iterate()
4477 bool ElementBufferErrorsTest::CheckError(const glw::GLenum expected, const glw::GLchar* log_message) in CheckError()
Dgl4cDirectStateAccessTests.cpp151 addChild(new VertexArrays::ElementBufferErrorsTest(m_context)); in init()