Home | History | Annotate | Download | only in functional

Lines Matching refs:BlendTest

910 class BlendTest : public FboRenderCase
913 BlendTest (Context& context, const FboConfig& config, bool npot = false);
914 virtual ~BlendTest (void) {}
925 class BlendNpotTest : public BlendTest
929 : BlendTest(context, config, true)
934 BlendTest::BlendTest (Context& context, const FboConfig& config, bool npot)
941 bool BlendTest::isConfigSupported (const FboConfig& config)
947 void BlendTest::render (sglr::Context& context, Surface& dst)
2150 addChildVariants<FboCases::BlendTest> (colorGroup);