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

  /external/chromium_org/gpu/command_buffer/service/
texture_manager.h 188 // renderable if NPOT support is in the context, otherwise not, e.g. texture
189 // with a NPOT level). ALWAYS means it doesn't depend on context features
245 bool npot() const { function in class:gpu::gles2::Texture
471 // This class keeps track of the textures and their sizes so we can do NPOT and
texture_manager.cc 231 else if (npot())
342 if ((npot() && !feature_info->feature_flags().npot_ok) ||
645 // Update npot status.
646 // Assume GL_TEXTURE_EXTERNAL_OES textures are npot, all others
655 // checks that the first mip of any face is npot.
    [all...]
texture_manager_unittest.cc 32 return texture->npot();
262 // Check NPOT width on level 0
264 // Check NPOT height on level 0
266 // Check NPOT width on level 1
268 // Check NPOT height on level 1
324 // Check NPOT width on level 0
326 // Check NPOT height on level 0
328 // Check NPOT width on level 1
330 // Check NPOT height on level 1
746 // Check Setting level 0 to NPOT
    [all...]

Completed in 302 milliseconds