Lines Matching refs:DrawIndexed
52 class DrawIndexed : public DrawTestsBaseClass class
57 DrawIndexed (Context &context, TestSpec testSpec);
64 class DrawInstancedIndexed : public DrawIndexed
71 DrawIndexed::DrawIndexed (Context &context, TestSpec testSpec) in DrawIndexed() function in vkt::Draw::__anon9ff9e1ff0211::DrawIndexed
135 tcu::TestStatus DrawIndexed::iterate (void) in iterate()
213 : DrawIndexed (context, testSpec) in DrawInstancedIndexed()
319 void checkSupport(Context& context, DrawIndexed::TestSpec testSpec) in checkSupport()
339 DrawIndexed::TestSpec testSpec; in init()
345 addChild(new InstanceFactory<DrawIndexed, FunctionSupport1<DrawIndexed::TestSpec> > in init()
346 …angle_list", "Draws indexed triangle list", testSpec, FunctionSupport1<DrawIndexed::TestSpec>::Arg… in init()
348 addChild(new InstanceFactory<DrawIndexed, FunctionSupport1<DrawIndexed::TestSpec> > in init()
349 …gle_strip", "Draws indexed triangle strip", testSpec, FunctionSupport1<DrawIndexed::TestSpec>::Arg… in init()