Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/state_trackers/egl/android/
Dnative_android.cpp85 } cache_key; member
239 memset(&asurf->cache_key, 0, sizeof(asurf->cache_key)); in android_surface_clear_cache()
251 if (asurf->cache_key.width != abuf->width || in android_surface_add_cache()
252 asurf->cache_key.height != abuf->height || in android_surface_add_cache()
253 asurf->cache_key.format != abuf->format) in android_surface_add_cache()
279 asurf->cache_key.width = abuf->width; in android_surface_add_cache()
280 asurf->cache_key.height = abuf->height; in android_surface_add_cache()
281 asurf->cache_key.format = abuf->format; in android_surface_add_cache()
/external/autotest/scheduler/
Drdb_cache_manager.py114 cache_key = self.cache.get_key(request.deps, request.acls)
116 kwargs[MEMOIZE_KEY] = self.cache.get_line(cache_key)
120 self.cache.set_line(cache_key, hosts)
/external/toolchain-utils/crosperf/
Dresults_cache.py651 cache_key = ' '.join(list_of_strings)
652 cache_dir = misc.GetFilenameFromString(cache_key)