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

  /external/chromium_org/gpu/command_buffer/service/
texture_manager.cc 255 TextureManager::ComputeMipMapCount(target_, width, height, depth);
351 int levels_needed = TextureManager::ComputeMipMapCount(
659 int levels_needed = TextureManager::ComputeMipMapCount(
724 int levels_needed = TextureManager::ComputeMipMapCount(
879 max_levels_(ComputeMipMapCount(GL_TEXTURE_2D,
883 max_cube_map_levels_(ComputeMipMapCount(GL_TEXTURE_CUBE_MAP,
    [all...]
mailbox_manager_unittest.cc 213 const GLsizei levels_needed = TextureManager::ComputeMipMapCount(
texture_definition.cc 367 const size_t levels_needed = TextureManager::ComputeMipMapCount(
texture_manager.h 527 static GLsizei ComputeMipMapCount(GLenum target,
gles2_cmd_decoder.cc     [all...]

Completed in 83 milliseconds