Searched defs:clear_cache (Results 1 – 14 of 14) sorted by relevance
21 int (*clear_cache)(void* addr, size_t size); member
18 void TestUserWallpaperDelegate::UpdateWallpaper(bool clear_cache) { in UpdateWallpaper()
29 void DefaultUserWallpaperDelegate::UpdateWallpaper(bool clear_cache) { in UpdateWallpaper()
48 virtual void UpdateWallpaper(bool clear_cache) OVERRIDE { in UpdateWallpaper()
80 virtual void UpdateWallpaper(bool clear_cache) OVERRIDE { in UpdateWallpaper()
41 static void clear_cache( struct intel_context *intel ) in clear_cache() function
108 clear_cache(struct gl_context *ctx, struct gl_program_cache *cache, in clear_cache() function
1226 void WallpaperManager::UpdateWallpaper(bool clear_cache) { in UpdateWallpaper()