Home
last modified time | relevance | path

Searched refs:DiscardRectanglesTestCase (Results 1 – 1 of 1) sorted by relevance

/external/deqp/external/vulkancts/modules/vulkan/draw/
DvktDrawDiscardRectanglesTests.cpp613 class DiscardRectanglesTestCase : public TestCase class
616 DiscardRectanglesTestCase (tcu::TestContext &context,
620 virtual ~DiscardRectanglesTestCase (void) {}; in ~DiscardRectanglesTestCase()
630 DiscardRectanglesTestCase::DiscardRectanglesTestCase (tcu::TestContext &context, in DiscardRectanglesTestCase() function in vkt::Draw::__anondc1e27d40111::DiscardRectanglesTestCase
639 void DiscardRectanglesTestCase::initPrograms(SourceCollections& programCollection) const in initPrograms()
677 void DiscardRectanglesTestCase::checkSupport (Context& context) const in checkSupport()
682 TestInstance* DiscardRectanglesTestCase::createInstance (Context& context) const in createInstance()
712 testGroup->addChild(new DiscardRectanglesTestCase(testCtx, name.str().c_str(), "", params)); in createTests()