Lines Matching refs:DrawIndexed
90 class DrawIndexed : public DrawTestsBaseClass
95 DrawIndexed (Context &context,
109 class DrawInstancedIndexed : public DrawIndexed
116 DrawIndexed::DrawIndexed (Context &context, TestSpec testSpec)
191 void DrawIndexed::cmdBindIndexBufferImpl(vk::VkCommandBuffer commandBuffer,
208 tcu::TestStatus DrawIndexed::iterate (void)
349 : DrawIndexed (context, testSpec)
480 void checkSupport(Context& context, DrawIndexed::TestSpec testSpec)
581 DrawIndexed::TestSpec testSpec
597 addChild(new InstanceFactory<DrawIndexed, FunctionSupport1<DrawIndexed::TestSpec> >
598 (m_testCtx, testName, testSpec, FunctionSupport1<DrawIndexed::TestSpec>::Args(checkSupport, testSpec)));