Home
last modified time | relevance | path

Searched refs:cacheMaxResourceBytes (Results 1 – 10 of 10) sorted by relevance

/third_party/flutter/skia/include/core/
DSkSurfaceCharacterization.h66 size_t cacheMaxResourceBytes() const { return fCacheMaxResourceBytes; } in cacheMaxResourceBytes() function
101 size_t cacheMaxResourceBytes, in SkSurfaceCharacterization() argument
113 , fCacheMaxResourceBytes(cacheMaxResourceBytes) in SkSurfaceCharacterization()
128 size_t cacheMaxResourceBytes, in set() argument
148 fCacheMaxResourceBytes = cacheMaxResourceBytes; in set()
194 size_t cacheMaxResourceBytes() const { return 0; } in cacheMaxResourceBytes() function
/third_party/skia/include/core/
DSkSurfaceCharacterization.h91 size_t cacheMaxResourceBytes() const { return fCacheMaxResourceBytes; } in cacheMaxResourceBytes() function
130 size_t cacheMaxResourceBytes, in SkSurfaceCharacterization() argument
143 , fCacheMaxResourceBytes(cacheMaxResourceBytes) in SkSurfaceCharacterization()
163 size_t cacheMaxResourceBytes, in set() argument
180 fCacheMaxResourceBytes = cacheMaxResourceBytes; in set()
241 size_t cacheMaxResourceBytes() const { return 0; } in cacheMaxResourceBytes() function
/third_party/flutter/skia/src/gpu/
DGrContextThreadSafeProxy.cpp36 size_t cacheMaxResourceBytes, in createCharacterization() argument
99 cacheMaxResourceBytes, ii, backendFormat, in createCharacterization()
/third_party/skia/src/gpu/
DGrContextThreadSafeProxy.cpp50 size_t cacheMaxResourceBytes, in createCharacterization() argument
129 cacheMaxResourceBytes, ii, backendFormat, in createCharacterization()
/third_party/flutter/skia/include/gpu/
DGrContextThreadSafeProxy.h59 size_t cacheMaxResourceBytes,
/third_party/skia/include/gpu/
DGrContextThreadSafeProxy.h86 size_t cacheMaxResourceBytes,
/third_party/flutter/skia/src/gpu/vk/
DGrVkSecondaryCBDrawContext.cpp152 characterization.cacheMaxResourceBytes() <= maxResourceBytes && in isCompatible()
/third_party/skia/src/gpu/vk/
DGrVkSecondaryCBDrawContext.cpp176 characterization.cacheMaxResourceBytes() <= maxResourceBytes && in isCompatible()
/third_party/skia/src/image/
DSkSurface_Gpu.cpp364 characterization.cacheMaxResourceBytes() <= maxResourceBytes && in onIsCompatible()
/third_party/flutter/skia/src/image/
DSkSurface_Gpu.cpp307 characterization.cacheMaxResourceBytes() <= maxResourceBytes && in onIsCompatible()