Lines Matching defs:DrawTestCase
102 class DrawTestCase : public TestCase
105 DrawTestCase (tcu::TestContext& context, const char* name, const DrawParams data);
106 ~DrawTestCase (void);
115 DrawTestCase::DrawTestCase (tcu::TestContext& context, const char* name, const DrawParams data)
121 DrawTestCase::~DrawTestCase (void)
125 void DrawTestCase::initPrograms (SourceCollections& programCollection) const
165 void DrawTestCase::checkSupport(Context& context) const
171 TestInstance* DrawTestCase::createInstance (Context& context) const
476 testGroup->addChild(new DrawTestCase(testCtx, "flat_0", paramsFlat0));
478 testGroup->addChild(new DrawTestCase(testCtx, "flat_1", paramsFlat1));
481 testGroup->addChild(new DrawTestCase(testCtx, "noperspective_0", paramsNoPerspective0));
483 testGroup->addChild(new DrawTestCase(testCtx, "noperspective_1", paramsNoPerspective1));