Home
last modified time | relevance | path

Searched refs:suppressGpuCacheBelowCertainRatio (Results 1 - 4 of 4) sorted by relevance

/third_party/skia/src/gpu/
H A DGrResourceCache.h358 void suppressGpuCacheBelowCertainRatio(const std::function<bool(void)>& nextFrameHasArrived);
H A DGrDirectContext.cpp662 void GrDirectContext::suppressGpuCacheBelowCertainRatio(const std::function<bool(void)>& nextFrameHasArrived) in suppressGpuCacheBelowCertainRatio() function in GrDirectContext
671 fResourceCache->suppressGpuCacheBelowCertainRatio(nextFrameHasArrived); in suppressGpuCacheBelowCertainRatio()
H A DGrResourceCache.cpp1380 void GrResourceCache::suppressGpuCacheBelowCertainRatio(const std::function<bool(void)>& nextFrameHasArrived) { in suppressGpuCacheBelowCertainRatio() function in GrResourceCache
/third_party/skia/include/gpu/
H A DGrDirectContext.h898 void suppressGpuCacheBelowCertainRatio(const std::function<bool(void)>& nextFrameHasArrived);

Completed in 8 milliseconds