Home
last modified time | relevance | path

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

/external/deqp/external/openglcts/modules/gl/
Dgl4cDirectStateAccessTests.hpp4434 class GetVertexArrayIndexedTest : public deqp::TestCase class
4438 GetVertexArrayIndexedTest(deqp::Context& context);
4444 GetVertexArrayIndexedTest(const GetVertexArrayIndexedTest& other);
4445 GetVertexArrayIndexedTest& operator=(const GetVertexArrayIndexedTest& other);
Dgl4cDirectStateAccessVertexArraysTests.cpp3618 GetVertexArrayIndexedTest::GetVertexArrayIndexedTest(deqp::Context& context) in GetVertexArrayIndexedTest() function in gl4cts::DirectStateAccess::VertexArrays::GetVertexArrayIndexedTest
3631 tcu::TestNode::IterateResult GetVertexArrayIndexedTest::iterate() in iterate()
3751 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()
Dgl4cDirectStateAccessTests.cpp147 addChild(new VertexArrays::GetVertexArrayIndexedTest(m_context)); in init()