Searched refs:cacheMaxResourceBytes (Results 1 – 10 of 10) sorted by relevance
/third_party/flutter/skia/include/core/ |
D | SkSurfaceCharacterization.h | 66 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/ |
D | SkSurfaceCharacterization.h | 91 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/ |
D | GrContextThreadSafeProxy.cpp | 36 size_t cacheMaxResourceBytes, in createCharacterization() argument 99 cacheMaxResourceBytes, ii, backendFormat, in createCharacterization()
|
/third_party/skia/src/gpu/ |
D | GrContextThreadSafeProxy.cpp | 50 size_t cacheMaxResourceBytes, in createCharacterization() argument 129 cacheMaxResourceBytes, ii, backendFormat, in createCharacterization()
|
/third_party/flutter/skia/include/gpu/ |
D | GrContextThreadSafeProxy.h | 59 size_t cacheMaxResourceBytes,
|
/third_party/skia/include/gpu/ |
D | GrContextThreadSafeProxy.h | 86 size_t cacheMaxResourceBytes,
|
/third_party/flutter/skia/src/gpu/vk/ |
D | GrVkSecondaryCBDrawContext.cpp | 152 characterization.cacheMaxResourceBytes() <= maxResourceBytes && in isCompatible()
|
/third_party/skia/src/gpu/vk/ |
D | GrVkSecondaryCBDrawContext.cpp | 176 characterization.cacheMaxResourceBytes() <= maxResourceBytes && in isCompatible()
|
/third_party/skia/src/image/ |
D | SkSurface_Gpu.cpp | 364 characterization.cacheMaxResourceBytes() <= maxResourceBytes && in onIsCompatible()
|
/third_party/flutter/skia/src/image/ |
D | SkSurface_Gpu.cpp | 307 characterization.cacheMaxResourceBytes() <= maxResourceBytes && in onIsCompatible()
|