HomeSort by relevance Sort by last modified time
    Searched refs:npot (Results 1 - 4 of 4) sorted by null

  /external/deqp/modules/gles2/functional/
es2fFboRenderTest.cpp 435 // Set wrap mode to clamp for NPOT FBOs
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
    [all...]
  /external/chromium_org/gpu/command_buffer/service/
texture_manager.h 182 // renderable if NPOT support is in the context, otherwise not, e.g. texture
183 // with a NPOT level). ALWAYS means it doesn't depend on context features
239 bool npot() const { function in class:gpu::gles2::Texture
456 // This class keeps track of the textures and their sizes so we can do NPOT and
texture_manager.cc 189 else if (npot())
301 if ((npot() && !feature_info->feature_flags().npot_ok) ||
636 // Update npot status.
637 // Assume GL_TEXTURE_EXTERNAL_OES textures are npot, all others
646 // checks that the first mip of any face is npot.
    [all...]
texture_manager_unittest.cc 36 return texture->npot();
311 // Check NPOT width on level 0
313 // Check NPOT height on level 0
315 // Check NPOT width on level 1
317 // Check NPOT height on level 1
376 // Check NPOT width on level 0
378 // Check NPOT height on level 0
380 // Check NPOT width on level 1
382 // Check NPOT height on level 1
796 // Check Setting level 0 to NPOT
    [all...]

Completed in 198 milliseconds