Lines Matching refs:DrawTest
79 class DrawTest : public DrawTestsBaseClass
83 DrawTest (Context &context, TestSpec testSpec);
108 DrawTest::DrawTest (Context &context, TestSpec testSpec)
184 void DrawTest::setIndirectCommand (const T (&pCmdData)[N])
195 void DrawTest::drawReferenceImage (const tcu::PixelBufferAccess& refImage) const
227 tcu::TestStatus DrawTest::iterate (void)
311 void DrawTest::beginSecondaryCmdBuffer(vk::VkRenderingFlagsKHR renderingFlags)
343 void DrawTest::draw(vk::VkCommandBuffer cmdBuffer)
402 void checkSupport (Context& context, DrawTest::TestSpec testSpec)
443 void addDrawCase (tcu::TestCaseGroup* group, DrawTest::TestSpec testSpec, const TestFlags flags)
455 group->addChild(new InstanceFactory<DrawTest, FunctionSupport1<DrawTest::TestSpec>>(group->getTestContext(), name.str(), testSpec, FunctionSupport1<DrawTest::TestSpec>::Args(checkSupport, testSpec)));
469 DrawTest::TestSpec testSpec(m_groupParams);
483 DrawTest::TestSpec testSpec(m_groupParams);
499 DrawTest::TestSpec testSpec(m_groupParams);