Home
last modified time | relevance | path

Searched defs:cacheType (Results 1 – 4 of 4) sorted by relevance

/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/
DSimpleCache.java33 public SimpleCache(int cacheType) { in SimpleCache()
37 public SimpleCache(int cacheType, int initialCapacity) { in SimpleCache()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
DProgramExecutableVk.cpp103 DescriptorSetIndex CacheTypeToDescriptorSetIndex(VulkanCacheType cacheType) in CacheTypeToDescriptorSetIndex()
2017 void ProgramExecutableVk::accumulateCacheStats(VulkanCacheType cacheType, in accumulateCacheStats()
DRendererVk.cpp3602 int cacheType = 0; in logCacheStats() local
/third_party/flutter/skia/dm/
DDMSrcSink.cpp1517 int cacheType) in GPUPersistentCacheTestingSink()