Lines Matching refs:DrawTestCase
92 class DrawTestCase : public TestCase class
95 …DrawTestCase (tcu::TestContext& context, const char* name, const char* desc, const DrawParams dat…
96 ~DrawTestCase (void);
104 DrawTestCase::DrawTestCase (tcu::TestContext& context, const char* name, const char* desc, const Dr… in DrawTestCase() function in vkt::Draw::__anona4017ca80111::DrawTestCase
110 DrawTestCase::~DrawTestCase (void) in ~DrawTestCase()
114 void DrawTestCase::initPrograms (SourceCollections& programCollection) const in initPrograms()
154 TestInstance* DrawTestCase::createInstance (Context& context) const in createInstance()
346 …testGroup->addChild(new DrawTestCase(testCtx, "flat_0", "Mismatching flat interpolation testcase 0… in createTests()
347 …testGroup->addChild(new DrawTestCase(testCtx, "flat_1", "Mismatching flat interpolation testcase 1… in createTests()
349 …testGroup->addChild(new DrawTestCase(testCtx, "noperspective_0", "Mismatching noperspective interp… in createTests()
350 …testGroup->addChild(new DrawTestCase(testCtx, "noperspective_1", "Mismatching noperspective interp… in createTests()