Searched refs:ElementBufferTest (Results 1 – 3 of 3) sorted by relevance
796 ElementBufferTest::ElementBufferTest(deqp::Context& context) in ElementBufferTest() function in gl4cts::DirectStateAccess::VertexArrays::ElementBufferTest811 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"
4104 class ElementBufferTest : public deqp::TestCase class4108 ElementBufferTest(deqp::Context& context);4114 ElementBufferTest(const ElementBufferTest& other);4115 ElementBufferTest& operator=(const ElementBufferTest& other);
141 addChild(new VertexArrays::ElementBufferTest(m_context)); in init()