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

  /external/chromium_org/gpu/command_buffer/service/
texture_manager.cc 298 int num_mips = TextureManager::ComputeMipMapCount(width, height, depth);
393 int levels_needed = TextureManager::ComputeMipMapCount(
670 int levels_needed = TextureManager::ComputeMipMapCount(
735 int levels_needed = TextureManager::ComputeMipMapCount(
866 max_levels_(ComputeMipMapCount(max_texture_size,
869 max_cube_map_levels_(ComputeMipMapCount(max_cube_map_texture_size,
    [all...]
texture_manager.h 517 static GLsizei ComputeMipMapCount(
gles2_cmd_decoder.cc     [all...]

Completed in 37 milliseconds