Home
last modified time | relevance | path

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

/external/deqp/external/openglcts/modules/gl/
Dgl4cDirectStateAccessVertexArraysTests.cpp796 ElementBufferTest::ElementBufferTest(deqp::Context& context) in ElementBufferTest() function in gl4cts::DirectStateAccess::VertexArrays::ElementBufferTest
811 tcu::TestNode::IterateResult ElementBufferTest::iterate() in iterate()
875 void ElementBufferTest::PrepareProgram() in PrepareProgram()
1030 bool ElementBufferTest::PrepareVAO() in PrepareVAO()
1092 void ElementBufferTest::PrepareXFB() in PrepareXFB()
1116 bool ElementBufferTest::DrawAndCheck() in DrawAndCheck()
1165 void ElementBufferTest::Clean() in Clean()
1211 const glw::GLchar ElementBufferTest::s_vertex_shader[] = "#version 450\n"
1222 const glw::GLchar ElementBufferTest::s_fragment_shader[] = "#version 450\n"
Dgl4cDirectStateAccessTests.hpp4104 class ElementBufferTest : public deqp::TestCase class
4108 ElementBufferTest(deqp::Context& context);
4114 ElementBufferTest(const ElementBufferTest& other);
4115 ElementBufferTest& operator=(const ElementBufferTest& other);
Dgl4cDirectStateAccessTests.cpp141 addChild(new VertexArrays::ElementBufferTest(m_context)); in init()