Lines Matching refs:VertexIDCase
713 class VertexIDCase : public TestCase class
716 VertexIDCase (Context& context);
717 ~VertexIDCase (void);
743 VertexIDCase::VertexIDCase (Context& context) in VertexIDCase() function in deqp::gles3::Functional::VertexIDCase
754 VertexIDCase::~VertexIDCase (void) in ~VertexIDCase()
756 VertexIDCase::deinit(); in ~VertexIDCase()
759 void VertexIDCase::init (void) in init()
879 void VertexIDCase::deinit (void) in deinit()
953 void VertexIDCase::renderReference (const tcu::PixelBufferAccess& dst, const int numVertices, const… in renderReference()
983 VertexIDCase::IterateResult VertexIDCase::iterate (void) in iterate()
1147 addChild(new VertexIDCase (m_context)); in init()