HomeSort by relevance Sort by last modified time
    Searched defs:disk_cache_has_key (Results 1 - 2 of 2) sorted by null

  /external/mesa3d/src/util/
disk_cache.h 59 * and disk_cache_has_key().
112 * Later this key can be checked with disk_cache_has_key(), (unless the key
127 * Note: disk_cache_has_key() will only return true for keys passed to
129 * disk_cache_has_key() to return true for the same key.
132 disk_cache_has_key(struct disk_cache *cache, cache_key key);
167 disk_cache_has_key(struct disk_cache *cache, cache_key key) function
disk_cache.c 715 disk_cache_has_key(struct disk_cache *cache, cache_key key) function

Completed in 95 milliseconds