Lines Matching defs:npot

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