Home
last modified time | relevance | path

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

/aosp_15_r20/external/deqp/external/openglcts/modules/gl/
H A Dgl4cDirectStateAccessTests.hpp4463 class GetVertexArrayIndexedTest : public deqp::TestCase class
4467 GetVertexArrayIndexedTest(deqp::Context &context);
4473 GetVertexArrayIndexedTest(const GetVertexArrayIndexedTest &other);
4474 GetVertexArrayIndexedTest &operator=(const GetVertexArrayIndexedTest &other);
H A Dgl4cDirectStateAccessVertexArraysTests.cpp3616 GetVertexArrayIndexedTest::GetVertexArrayIndexedTest(deqp::Context &context) in GetVertexArrayIndexedTest() function in gl4cts::DirectStateAccess::VertexArrays::GetVertexArrayIndexedTest
3630 tcu::TestNode::IterateResult GetVertexArrayIndexedTest::iterate() in iterate()
3750 void GetVertexArrayIndexedTest::PrepareVAO() in PrepareVAO()
3832 bool GetVertexArrayIndexedTest::Check(const glw::GLenum pname, const glw::GLuint index, const glw::… in Check()
3872 bool GetVertexArrayIndexedTest::Check64(const glw::GLenum pname, const glw::GLuint index, const glw… in Check64()
H A Dgl4cDirectStateAccessTests.cpp148 addChild(new VertexArrays::GetVertexArrayIndexedTest(m_context)); in init()