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