Searched defs:npot (Results 1 - 1 of 1) sorted by relevance

/external/deqp/modules/gles2/functional/
H A Des2fFboRenderTest.cpp725 IntersectingQuadsTest (Context& context, const FboConfig& config, bool npot = false);
746 IntersectingQuadsTest::IntersectingQuadsTest (Context& context, const FboConfig& config, bool npot) argument
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) argument
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
934 BlendTest(Context& context, const FboConfig& config, bool npot) argument
1093 StencilTest(Context& context, const FboConfig& config, bool npot) argument
[all...]

Completed in 56 milliseconds