Home
last modified time | relevance | path

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

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