Searched refs:cache (Results 451 - 475 of 1307) sorted by relevance

<<11121314151617181920>>

/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dbrw_vs_surface_state.c109 .cache = CACHE_NEW_VS_PROG,
133 .cache = 0,
180 .cache = CACHE_NEW_VS_PROG
H A Dgen6_sol.c74 .cache = 0
128 .cache = 0
151 .cache = 0
200 * least the GS stage of the pipeline, and flush out the render cache. For
H A Dbrw_clip_state.c115 brw->state.dirty.cache |= CACHE_NEW_CLIP_UNIT;
125 .cache = CACHE_NEW_CLIP_PROG
H A Dbrw_vs_state.c166 brw->state.dirty.cache |= CACHE_NEW_VS_UNIT;
177 .cache = CACHE_NEW_VS_PROG
H A Dgen6_depthstencil.c91 brw->state.dirty.cache |= CACHE_NEW_DEPTH_STENCIL_STATE;
98 .cache = 0,
/external/chromium_org/content/browser/appcache/
H A Dappcache_request_handler.cc285 // AppCacheHost loads and holds a reference to the main resource cache
286 // for two reasons, firstly to preload the cache into the working set
320 // We have to wait until cache selection is complete and the
321 // selected cache is loaded.
347 AppCache* cache = host_->associated_cache(); local
356 found_cache_id_ = cache->cache_id();
357 found_group_id_ = cache->owning_group()->group_id();
358 found_manifest_url_ = cache->owning_group()->manifest_url();
370 found_cache_id_ = cache->cache_id();
371 found_manifest_url_ = cache
[all...]
/external/chromium_org/third_party/WebKit/Source/web/
H A DWebDocument.cpp302 AXObjectCache* cache = document->axObjectCache(); local
303 return cache ? WebAXObject(cache->getOrCreate(document->renderView())) : WebAXObject();
309 AXObjectCache* cache = document->axObjectCache(); local
310 return cache ? WebAXObject(cache->objectFromAXID(axID)) : WebAXObject();
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/draw/
H A Ddraw_pipe_vbuf.c81 struct translate_cache *cache; member in struct:vbuf_stage
261 vbuf->translate = translate_cache_find(vbuf->cache, &hw_key);
415 if (vbuf->cache)
416 translate_cache_destroy(vbuf->cache);
450 vbuf->cache = translate_cache_create();
451 if (!vbuf->cache)
H A Ddraw_pt_fetch_emit.c86 struct translate_cache *cache; member in struct:fetch_emit_middle_end
157 feme->translate = translate_cache_find(feme->cache,
359 if (feme->cache)
360 translate_cache_destroy(feme->cache);
372 fetch_emit->cache = translate_cache_create();
373 if (!fetch_emit->cache) {
/external/chromium_org/third_party/skia/src/effects/gradients/
H A DSkSweepGradient.cpp99 const SkPMColor* SK_RESTRICT cache = fCache->getCache32(); local
122 *dstC++ = cache[toggle + SkATan2_255(fy, fx)];
131 *dstC++ = cache[toggle + SkATan2_255(srcPt.fY, srcPt.fX)];
141 const uint16_t* SK_RESTRICT cache = fCache->getCache16(); local
165 *dstC++ = cache[toggle + index];
177 *dstC++ = cache[toggle + index];
/external/mesa3d/src/gallium/auxiliary/draw/
H A Ddraw_pipe_vbuf.c81 struct translate_cache *cache; member in struct:vbuf_stage
261 vbuf->translate = translate_cache_find(vbuf->cache, &hw_key);
415 if (vbuf->cache)
416 translate_cache_destroy(vbuf->cache);
450 vbuf->cache = translate_cache_create();
451 if (!vbuf->cache)
H A Ddraw_pt_fetch_emit.c86 struct translate_cache *cache; member in struct:fetch_emit_middle_end
157 feme->translate = translate_cache_find(feme->cache,
359 if (feme->cache)
360 translate_cache_destroy(feme->cache);
372 fetch_emit->cache = translate_cache_create();
373 if (!fetch_emit->cache) {
/external/skia/src/effects/gradients/
H A DSkSweepGradient.cpp88 const SkPMColor* SK_RESTRICT cache = fCache->getCache32(); local
111 *dstC++ = cache[toggle + SkATan2_255(fy, fx)];
120 *dstC++ = cache[toggle + SkATan2_255(srcPt.fY, srcPt.fX)];
130 const uint16_t* SK_RESTRICT cache = fCache->getCache16(); local
154 *dstC++ = cache[toggle + index];
166 *dstC++ = cache[toggle + index];
/external/chromium_org/third_party/WebKit/Source/core/inspector/
H A DInjectedScriptCanvasModuleSource.js487 * @param {!Cache.<!ReplayableResource>} cache
490 toReplayable: function(cache)
493 var thisObject = /** @type {!ReplayableResource} */ (Resource.toReplayable(this._thisObject, cache));
494 var result = Resource.toReplayable(this._result, cache);
496 return Resource.toReplayable(obj, cache);
504 * @param {!Cache.<!Resource>} cache
507 replay: function(replayableCall, cache)
510 if (replayableResult instanceof ReplayableResource && !cache.has(replayableResult.id())) {
511 var resource = replayableResult.replay(cache);
516 var replayObject = ReplayableResource.replay(replayableCall.replayableResource(), cache);
[all...]
/external/chromium_org/chrome/browser/ui/views/profiles/
H A Dnew_avatar_menu_button_browsertest.cc62 ProfileInfoCache& cache = profile_manager->GetProfileInfoCache(); local
63 cache.SetUserNameOfProfileAtIndex(0, base::UTF8ToUTF16("user_name"));
/external/chromium_org/third_party/WebKit/Source/core/css/
H A DCSSStyleRule.cpp38 DEFINE_STATIC_LOCAL(SelectorTextCache, cache, ());
39 return cache;
/external/chromium_org/third_party/WebKit/Source/platform/plugins/
H A DPluginData.cpp63 DEFINE_STATIC_LOCAL(PluginCache, cache, ());
64 return cache;
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
H A Dbrw_clip_state.c115 brw->state.dirty.cache |= CACHE_NEW_CLIP_UNIT;
125 .cache = CACHE_NEW_CLIP_PROG
H A Dbrw_vs_state.c166 brw->state.dirty.cache |= CACHE_NEW_VS_UNIT;
177 .cache = CACHE_NEW_VS_PROG
H A Dgen6_depthstencil.c91 brw->state.dirty.cache |= CACHE_NEW_DEPTH_STENCIL_STATE;
98 .cache = 0,
/external/chromium_org/third_party/webrtc/base/
H A Ddiskcache.h26 // DiskCache - An LRU cache of streams, stored on disk.
30 // resources are flushed from the cache, all streams associated with those
99 CacheLock(DiskCache* cache, const std::string& id, bool rollback = false) argument
100 : cache_(cache), id_(id), rollback_(rollback)
/external/e2fsprogs/lib/blkid/
H A DblkidP.h38 struct list_head bid_devs; /* All devices in the cache */
40 blkid_cache bid_cache; /* Dev belongs to this cache */
73 * from the cache. This is to avoid re-probing all devices which were
74 * just probed by another program that does not share the cache.
79 * Time in seconds an entry remains verified in the in-memory cache
81 * keep a cache in memory and continue to use it for a long time).
85 /* This describes an entire blkid cache file and probed devices.
97 unsigned int bic_flags; /* Status flags of the cache */
98 char *bic_filename; /* filename of cache */
166 extern void blkid_read_cache(blkid_cache cache);
[all...]
/external/linux-tools-perf/perf-3.12.0/tools/perf/
H A Dcommand-list.txt8 perf-buildid-cache mainporcelain common
/external/skia/experimental/webtry/setup/
H A Dcontinue_install32 mkdir /home/webtry/cache
/external/valgrind/main/coregrind/m_debuginfo/
H A Dpriv_tytypes.h187 /* A fast-lookup cache for ML_(TyEnts__index_by_cuOff). Nothing
210 void ML_(TyEntIndexCache__invalidate) ( TyEntIndexCache* cache );
217 TyEntIndexCache* cache,

Completed in 1431 milliseconds

<<11121314151617181920>>