Home
last modified time | relevance | path

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

/external/deqp/modules/gles2/functional/
Des2fFboRenderTest.cpp722 class IntersectingQuadsTest : public FboRenderCase class
725 IntersectingQuadsTest (Context& context, const FboConfig& config, bool npot = false);
726 virtual ~IntersectingQuadsTest (void) {} in ~IntersectingQuadsTest()
737 class IntersectingQuadsNpotTest : public IntersectingQuadsTest
741 : IntersectingQuadsTest(context, config, true) in IntersectingQuadsNpotTest()
746 IntersectingQuadsTest::IntersectingQuadsTest (Context& context, const FboConfig& config, bool npot) in IntersectingQuadsTest() function in deqp::gles2::Functional::FboCases::IntersectingQuadsTest
753 bool IntersectingQuadsTest::isConfigSupported (const FboConfig& config) in isConfigSupported()
760 void IntersectingQuadsTest::render (sglr::Context& ctx, Surface& dst) in render()
2155 addChildVariants<FboCases::IntersectingQuadsTest> (depthGroup); in init()