Lines Matching defs:DrawTestCase
136 class DrawTestCase : public TestCase
139 DrawTestCase (tcu::TestContext& testCtx,
142 ~DrawTestCase (void);
150 DrawTestCase::DrawTestCase (tcu::TestContext& testCtx,
158 DrawTestCase::~DrawTestCase (void)
162 void DrawTestCase::initPrograms (vk::SourceCollections& programCollection) const
305 void DrawTestCase::checkSupport (Context& context) const
317 TestInstance* DrawTestCase::createInstance (Context& context) const
951 sampleGroup->addChild(new DrawTestCase(testCtx, testVariant.name, params));