Lines Matching refs:DrawTestCase
102 class DrawTestCase : public TestCase class
105 …DrawTestCase (tcu::TestContext& context, const char* name, const char* desc, const DrawParams dat…
106 ~DrawTestCase (void);
115 DrawTestCase::DrawTestCase (tcu::TestContext& context, const char* name, const char* desc, const Dr… in DrawTestCase() function in vkt::Draw::__anona4157ac60111::DrawTestCase
121 DrawTestCase::~DrawTestCase (void) in ~DrawTestCase()
125 void DrawTestCase::initPrograms (SourceCollections& programCollection) const in initPrograms()
165 void DrawTestCase::checkSupport(Context& context) const in checkSupport()
171 TestInstance* DrawTestCase::createInstance (Context& context) const in createInstance()
475 …testGroup->addChild(new DrawTestCase(testCtx, "flat_0", "Mismatching flat interpolation testcase 0… in createTests()
476 …testGroup->addChild(new DrawTestCase(testCtx, "flat_1", "Mismatching flat interpolation testcase 1… in createTests()
478 …testGroup->addChild(new DrawTestCase(testCtx, "noperspective_0", "Mismatching noperspective interp… in createTests()
479 …testGroup->addChild(new DrawTestCase(testCtx, "noperspective_1", "Mismatching noperspective interp… in createTests()