Home
last modified time | relevance | path

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

/aosp_15_r20/external/deqp/external/openglcts/modules/gl/
H A Dgl4cDirectStateAccessTests.hpp4817 class GetVertexArrayIndexedErrorsTest : public deqp::TestCase class
4821 GetVertexArrayIndexedErrorsTest(deqp::Context &context);
4827 GetVertexArrayIndexedErrorsTest(const GetVertexArrayIndexedErrorsTest &other);
4828 GetVertexArrayIndexedErrorsTest &operator=(const GetVertexArrayIndexedErrorsTest &other);
H A Dgl4cDirectStateAccessVertexArraysTests.cpp5433 GetVertexArrayIndexedErrorsTest::GetVertexArrayIndexedErrorsTest(deqp::Context &context) in GetVertexArrayIndexedErrorsTest() function in gl4cts::DirectStateAccess::VertexArrays::GetVertexArrayIndexedErrorsTest
5442 tcu::TestNode::IterateResult GetVertexArrayIndexedErrorsTest::iterate() in iterate()
5575 bool GetVertexArrayIndexedErrorsTest::CheckError(const glw::GLenum expected, const glw::GLchar *log… in CheckError()
H A Dgl4cDirectStateAccessTests.cpp158 addChild(new VertexArrays::GetVertexArrayIndexedErrorsTest(m_context)); in init()