HomeSort by relevance Sort by last modified time
    Searched defs:cache (Results 426 - 450 of 1400) sorted by null

<<11121314151617181920>>

  /external/skia/src/effects/gradients/
SkLinearGradient.cpp 184 *dstC++ = cache[toggle + fi]; \
191 SkPMColor* dstC, const SkPMColor* cache,
199 const SkPMColor* SK_RESTRICT cache,
213 SkPMColor lerp = SkFastFourByteInterp(cache[index1], cache[index0], remainder);
216 SkPMColor dlerp = SkFastFourByteInterp(cache[index1], cache[index0], remainder);
222 const SkPMColor* SK_RESTRICT cache,
230 cache[toggle + range.fV0],
231 cache[next_dither_toggle(toggle) + range.fV0]
304 const SkPMColor* SK_RESTRICT cache = fCache->getCache32(); local
    [all...]
  /external/skia/tests/
ResourceCacheTest.cpp 58 // Set the cache limits so we can fit 10 "src" images and the
91 GrTextureProvider* cache = context->textureProvider(); local
94 SkAutoTUnref<GrTexture> smallRT0(cache->createTexture(smallDesc, SkBudgeted::kYes));
99 SkAutoTUnref<GrTexture> smallRT1(cache->createTexture(smallDesc, SkBudgeted::kYes));
111 SkAutoTUnref<GrTexture> smallRT2(cache->createTexture(smallDesc, SkBudgeted::kNo));
128 SkAutoTUnref<GrTexture> bigRT(cache->createTexture(bigDesc, SkBudgeted::kNo));
142 SkAutoTUnref<GrTexture> smallMSAART0(cache->createTexture(smallMSAADesc, SkBudgeted::kNo));
158 SkAutoTUnref<GrTexture> smallMSAART1(cache->createTexture(smallMSAADesc, SkBudgeted::kNo));
174 smallMSAART1.reset(cache->createTexture(smallMSAADesc, SkBudgeted::kNo));
176 cache->createTexture(smallMSAADesc, SkBudgeted::kNo))
340 GrResourceCache* cache = fContext->getResourceCache(); local
345 GrResourceCache* cache() { return fContext->getResourceCache(); } function in class:Mock
356 GrResourceCache* cache = mock.cache(); local
412 GrResourceCache* cache = mock.cache(); local
496 GrResourceCache* cache = mock.cache(); local
561 GrResourceCache* cache = mock.cache(); local
620 GrResourceCache* cache = mock.cache(); local
665 GrResourceCache* cache = mock.cache(); local
724 GrResourceCache* cache = mock.cache(); local
783 GrResourceCache* cache = mock.cache(); local
879 GrResourceCache* cache = mock.cache(); local
947 GrResourceCache* cache = mock.cache(); local
989 GrResourceCache* cache = mock.cache(); local
1018 GrResourceCache* cache = mock.cache(); local
1057 GrResourceCache* cache = mock.cache(); local
1113 GrResourceCache* cache = mock.cache(); local
1200 GrResourceCache* cache = mock.cache(); local
    [all...]
  /external/squashfs-tools/squashfs-tools/
unsquashfs.h 125 /* Cache status struct. Caches are used to keep
127 struct cache { struct
141 /* struct describing a cache entry passed between threads */
143 struct cache *cache; member in struct:cache_entry
243 extern struct cache *fragment_cache, *data_cache;
252 extern void dump_cache(struct cache *);
  /external/v8/src/crankshaft/
lithium.cc 134 LSubKindOperand<kOperandKind, kNumCachedOperands>::cache = NULL; member in class:v8::internal::LSubKindOperand
139 if (cache) return;
140 cache = new LSubKindOperand[kNumCachedOperands];
142 cache[i].ConvertTo(kOperandKind, i);
149 delete[] cache;
150 cache = NULL;
  /external/vulkan-validation-layers/tests/
vktestbinding.cpp 647 VkPipelineCache cache; local
651 VkResult err = vkCreatePipelineCache(dev.handle(), &ci, NULL, &cache);
653 NON_DISPATCHABLE_HANDLE_INIT(vkCreateGraphicsPipelines, dev, cache, 1,
655 vkDestroyPipelineCache(dev.handle(), cache, NULL);
662 VkPipelineCache cache; local
666 VkResult err = vkCreatePipelineCache(dev.handle(), &ci, NULL, &cache);
669 err = vkCreateGraphicsPipelines(dev.handle(), cache, 1, &info, NULL,
674 vkDestroyPipelineCache(dev.handle(), cache, NULL);
682 VkPipelineCache cache; local
686 VkResult err = vkCreatePipelineCache(dev.handle(), &ci, NULL, &cache);
    [all...]
  /frameworks/multidex/library/src/android/support/multidex/
MultiDex.java 369 File cache = new File(applicationInfo.dataDir, CODE_CACHE_NAME); local
371 mkdirChecked(cache);
377 cache = new File(context.getFilesDir(), CODE_CACHE_NAME);
378 mkdirChecked(cache);
380 File dexDir = new File(cache, CODE_CACHE_SECONDARY_FOLDER_NAME);
  /libcore/ojluni/src/main/java/sun/util/calendar/
BaseCalendar.java 162 // Cache for the fixed date of January 1 and year length of the
164 // improvement with >90% cache hit. The initial values are for Gregorian.
364 public long getFixedDate(int year, int month, int dayOfMonth, BaseCalendar.Date cache) {
367 // Look up the one year cache
368 if (cache != null && cache.hit(year)) {
370 return cache.getCachedJan1();
372 return cache.getCachedJan1() + getDayOfYear(year, month, dayOfMonth) - 1;
379 if (cache != null) {
380 cache.setCache(year, jan1, isLeapYear(year) ? 366 : 365)
    [all...]
  /libcore/ojluni/src/main/native/
zip_util.h 219 cencache cencache; /* CEN header cache */
230 jzentry *cache; /* we cache the most recently freed jzentry */ member in struct:jzfile
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/cache/
ImageLoader.java 17 package com.android.gallery3d.filtershow.cache;
254 public static Bitmap loadRegionBitmap(Context context, BitmapCache cache,
276 Bitmap reuse = cache.getBitmap(imageBounds.width(),
281 cache.cache(reuse); // not reused, put back in cache
416 BitmapCache cache,
433 return loadRegionBitmap(context, cache, uri, options, bounds);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
line-map.h 258 unsigned int cache; variable
348 (LINEMAPS_MAP_INFO (SET, MAP_KIND))->cache
  /external/icu/android_icu4j/src/main/java/android/icu/util/
MeasureUnit.java 40 // Used to pre-fill the cache. These same constants appear in MeasureFormat too.
43 private static final Map<String, Map<String,MeasureUnit>> cache field in class:MeasureUnit
125 return Collections.unmodifiableSet(cache.keySet());
134 Map<String, MeasureUnit> units = cache.get(type);
292 Map<String, MeasureUnit> tmp = cache.get(type);
294 cache.put(type, tmp = new HashMap<String, MeasureUnit>());
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
MeasureUnit.java 40 // Used to pre-fill the cache. These same constants appear in MeasureFormat too.
43 private static final Map<String, Map<String,MeasureUnit>> cache field in class:MeasureUnit
134 return Collections.unmodifiableSet(cache.keySet());
144 Map<String, MeasureUnit> units = cache.get(type);
299 Map<String, MeasureUnit> tmp = cache.get(type);
301 cache.put(type, tmp = new HashMap<String, MeasureUnit>());
    [all...]