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

  /external/chromium_org/net/base/
cache_type.h 16 SHADER_CACHE, // Backing store for the GL shader cache.
  /external/chromium_org/net/disk_cache/
histogram_macros.h 115 case net::SHADER_CACHE:\
backend_unittest.cc 341 SetCacheType(net::SHADER_CACHE);
406 SetCacheType(net::SHADER_CACHE);
828 SetCacheType(net::SHADER_CACHE);
863 SetCacheType(net::SHADER_CACHE);
972 SetCacheType(net::SHADER_CACHE);
1026 SetCacheType(net::SHADER_CACHE);
    [all...]
backend_impl.cc 262 } else if (cache_type() == net::SHADER_CACHE) {
456 UpdateRank(cache_entry, cache_type() == net::SHADER_CACHE);
708 if (read_only_ || (!modified && cache_type() == net::SHADER_CACHE))
    [all...]
entry_unittest.cc 790 } else if (type_ == net::SHADER_CACHE) {
818 SetCacheType(net::SHADER_CACHE);
    [all...]
  /external/chromium_org/net/disk_cache/v3/
backend_worker.cc 204 } else if (cache_type() == net::SHADER_CACHE) {
backend_impl_v3.cc 198 if (read_only_ || (!modified && cache_type() == net::SHADER_CACHE))
793 UpdateRank(cache_entry, cache_type() == net::SHADER_CACHE);
    [all...]
  /external/chromium_org/content/browser/gpu/
shader_disk_cache.cc 526 net::SHADER_CACHE,

Completed in 123 milliseconds