Lines Matching refs:npot

735 					IntersectingQuadsTest			(Context& context, const FboConfig& config, bool npot = false);
756 IntersectingQuadsTest::IntersectingQuadsTest (Context& context, const FboConfig& config, bool npot) in IntersectingQuadsTest() argument
757 …: FboRenderCase (context, (string(npot ? "npot_" : "") + config.getName()).c_str(), "Intersecting … in IntersectingQuadsTest()
758 , m_fboWidth (npot ? 127 : 128) in IntersectingQuadsTest()
759 , m_fboHeight (npot ? 95 : 128) in IntersectingQuadsTest()
828 MixTest (Context& context, const FboConfig& config, bool npot = false);
851 MixTest::MixTest (Context& context, const FboConfig& config, bool npot) in MixTest() argument
852 …: FboRenderCase (context, (string(npot ? "mix_npot_" : "mix_") + config.getName()).c_str(), "Use t… in MixTest()
853 , m_fboAWidth (npot ? 127 : 128) in MixTest()
854 , m_fboAHeight (npot ? 95 : 128) in MixTest()
855 , m_fboBWidth (npot ? 55 : 64) in MixTest()
856 , m_fboBHeight (npot ? 63 : 64) in MixTest()
923 BlendTest (Context& context, const FboConfig& config, bool npot = false);
944 BlendTest::BlendTest (Context& context, const FboConfig& config, bool npot) in BlendTest() argument
945 …: FboRenderCase (context, (string(npot ? "blend_npot_" : "blend_") + config.getName()).c_str(), "B… in BlendTest()
946 , m_fboWidth (npot ? 111 : 128) in BlendTest()
947 , m_fboHeight (npot ? 122 : 128) in BlendTest()
1094 StencilTest (Context& context, const FboConfig& config, bool npot = false);
1115 StencilTest::StencilTest (Context& context, const FboConfig& config, bool npot) in StencilTest() argument
1116 …: FboRenderCase (context, (string(npot ? "npot_" : "") + config.getName()).c_str(), "Stencil ops",… in StencilTest()
1117 , m_fboWidth (npot ? 99 : 128) in StencilTest()
1118 , m_fboHeight (npot ? 110 : 128) in StencilTest()