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

  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
u_cache.c 65 struct util_cache struct
85 ensure_sanity(const struct util_cache *cache);
89 struct util_cache *
95 struct util_cache *cache;
97 cache = CALLOC_STRUCT(util_cache);
122 util_cache_entry_get(struct util_cache *cache,
159 util_cache_entry_destroy(struct util_cache *cache,
181 util_cache_set(struct util_cache *cache,
217 util_cache_get(struct util_cache *cache,
239 util_cache_clear(struct util_cache *cache
    [all...]
  /external/mesa3d/src/gallium/auxiliary/util/
u_cache.c 65 struct util_cache struct
85 ensure_sanity(const struct util_cache *cache);
89 struct util_cache *
95 struct util_cache *cache;
97 cache = CALLOC_STRUCT(util_cache);
122 util_cache_entry_get(struct util_cache *cache,
159 util_cache_entry_destroy(struct util_cache *cache,
181 util_cache_set(struct util_cache *cache,
217 util_cache_get(struct util_cache *cache,
239 util_cache_clear(struct util_cache *cache
    [all...]

Completed in 87 milliseconds