• Home
  • Raw
  • Download

Lines Matching refs:npot

725 					IntersectingQuadsTest			(Context& context, const FboConfig& config, bool npot = false);
746 IntersectingQuadsTest::IntersectingQuadsTest (Context& context, const FboConfig& config, bool npot) in IntersectingQuadsTest() argument
747 …: FboRenderCase (context, (string(npot ? "npot_" : "") + config.getName()).c_str(), "Intersecting … in IntersectingQuadsTest()
748 , m_fboWidth (npot ? 127 : 128) in IntersectingQuadsTest()
749 , m_fboHeight (npot ? 95 : 128) in IntersectingQuadsTest()
818 MixTest (Context& context, const FboConfig& config, bool npot = false);
841 MixTest::MixTest (Context& context, const FboConfig& config, bool npot) in MixTest() argument
842 …: FboRenderCase (context, (string(npot ? "mix_npot_" : "mix_") + config.getName()).c_str(), "Use t… in MixTest()
843 , m_fboAWidth (npot ? 127 : 128) in MixTest()
844 , m_fboAHeight (npot ? 95 : 128) in MixTest()
845 , m_fboBWidth (npot ? 55 : 64) in MixTest()
846 , m_fboBHeight (npot ? 63 : 64) in MixTest()
913 BlendTest (Context& context, const FboConfig& config, bool npot = false);
934 BlendTest::BlendTest (Context& context, const FboConfig& config, bool npot) in BlendTest() argument
935 …: FboRenderCase (context, (string(npot ? "blend_npot_" : "blend_") + config.getName()).c_str(), "B… in BlendTest()
936 , m_fboWidth (npot ? 111 : 128) in BlendTest()
937 , m_fboHeight (npot ? 122 : 128) in BlendTest()
1072 StencilTest (Context& context, const FboConfig& config, bool npot = false);
1093 StencilTest::StencilTest (Context& context, const FboConfig& config, bool npot) in StencilTest() argument
1094 …: FboRenderCase (context, (string(npot ? "npot_" : "") + config.getName()).c_str(), "Stencil ops",… in StencilTest()
1095 , m_fboWidth (npot ? 99 : 128) in StencilTest()
1096 , m_fboHeight (npot ? 110 : 128) in StencilTest()