Searched refs:IntersectingQuadsTest (Results 1 – 1 of 1) sorted by relevance
722 class IntersectingQuadsTest : public FboRenderCase class725 IntersectingQuadsTest (Context& context, const FboConfig& config, bool npot = false);726 virtual ~IntersectingQuadsTest (void) {} in ~IntersectingQuadsTest()737 class IntersectingQuadsNpotTest : public IntersectingQuadsTest741 : IntersectingQuadsTest(context, config, true) in IntersectingQuadsNpotTest()746 IntersectingQuadsTest::IntersectingQuadsTest (Context& context, const FboConfig& config, bool npot) in IntersectingQuadsTest() function in deqp::gles2::Functional::FboCases::IntersectingQuadsTest753 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()