Home
last modified time | relevance | path

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

/external/deqp/external/openglcts/modules/gl/
Dgl4cDirectStateAccessTests.hpp4775 class GetVertexArrayErrorsTest : public deqp::TestCase class
4779 GetVertexArrayErrorsTest(deqp::Context& context);
4785 GetVertexArrayErrorsTest(const GetVertexArrayErrorsTest& other);
4786 GetVertexArrayErrorsTest& operator=(const GetVertexArrayErrorsTest& other);
Dgl4cDirectStateAccessVertexArraysTests.cpp5307 GetVertexArrayErrorsTest::GetVertexArrayErrorsTest(deqp::Context& context) in GetVertexArrayErrorsTest() function in gl4cts::DirectStateAccess::VertexArrays::GetVertexArrayErrorsTest
5316 tcu::TestNode::IterateResult GetVertexArrayErrorsTest::iterate() in iterate()
5408 bool GetVertexArrayErrorsTest::CheckError(const glw::GLenum expected, const glw::GLchar* log_messag… in CheckError()
Dgl4cDirectStateAccessTests.cpp157 addChild(new VertexArrays::GetVertexArrayErrorsTest(m_context)); in init()