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 296 TextureManager::ComputeMipMapCount(target_, width, height, depth);
391 int levels_needed = TextureManager::ComputeMipMapCount(
668 int levels_needed = TextureManager::ComputeMipMapCount(
733 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 201 const GLsizei levels_needed = TextureManager::ComputeMipMapCount(
texture_definition.cc 396 const size_t levels_needed = TextureManager::ComputeMipMapCount(
texture_manager.h 545 static GLsizei ComputeMipMapCount(GLenum target,
gles2_cmd_decoder.cc     [all...]

Completed in 3785 milliseconds