Searched refs:disk_cache_put (Results 1 – 3 of 3) sorted by relevance
/external/mesa3d/src/compiler/glsl/tests/ |
D | cache_test.c | 216 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/ |
D | disk_cache.h | 90 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
|
D | disk_cache.c | 549 disk_cache_put(struct disk_cache *cache, in disk_cache_put() function
|