Home
last modified time | relevance | path

Searched refs:disk_cache_put (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/compiler/glsl/tests/
Dcache_test.c216 disk_cache_put(cache, blob_key, blob, sizeof(blob)); in test_put_and_get()
226 disk_cache_put(cache, string_key, string, sizeof(string)); in test_put_and_get()
262 disk_cache_put(cache, one_KB_key, one_KB, 1024); in test_put_and_get()
292 disk_cache_put(cache, blob_key, blob, sizeof(blob)); in test_put_and_get()
293 disk_cache_put(cache, string_key, string, sizeof(string)); in test_put_and_get()
313 disk_cache_put(cache, one_MB_key, one_MB, 1024 * 1024); in test_put_and_get()
/external/mesa3d/src/util/
Ddisk_cache.h90 disk_cache_put(struct disk_cache *cache, cache_key key,
148 disk_cache_put(struct disk_cache *cache, cache_key key, in disk_cache_put() function
Ddisk_cache.c549 disk_cache_put(struct disk_cache *cache, in disk_cache_put() function