HomeSort by relevance Sort by last modified time
    Searched refs:cacheMaxResourceBytes (Results 1 - 9 of 9) sorted by null

  /external/skia/include/core/
SkSurfaceCharacterization.h 66 size_t cacheMaxResourceBytes() const { return fCacheMaxResourceBytes; }
97 size_t cacheMaxResourceBytes,
107 , fCacheMaxResourceBytes(cacheMaxResourceBytes)
121 size_t cacheMaxResourceBytes,
141 fCacheMaxResourceBytes = cacheMaxResourceBytes;
185 size_t cacheMaxResourceBytes() const { return 0; }
  /external/skqp/include/core/
SkSurfaceCharacterization.h 66 size_t cacheMaxResourceBytes() const { return fCacheMaxResourceBytes; }
96 size_t cacheMaxResourceBytes,
106 , fCacheMaxResourceBytes(cacheMaxResourceBytes)
120 size_t cacheMaxResourceBytes,
140 fCacheMaxResourceBytes = cacheMaxResourceBytes;
184 size_t cacheMaxResourceBytes() const { return 0; }
  /external/skia/include/gpu/
GrContextThreadSafeProxy.h 31 * @param cacheMaxResourceBytes The max resource bytes limit that will be in effect when the
34 * if it had a full 'cacheMaxResourceBytes' to use. If replayed
58 size_t cacheMaxResourceBytes,
  /external/skqp/include/gpu/
GrContextThreadSafeProxy.h 38 * @param cacheMaxResourceBytes The max resource bytes limit that will be in effect when the
41 * if it had a full 'cacheMaxResourceBytes' to use. If replayed
65 size_t cacheMaxResourceBytes,
  /external/skia/src/gpu/
GrContextThreadSafeProxy.cpp 32 size_t cacheMaxResourceBytes,
80 cacheMaxResourceBytes, ii,
  /external/skqp/src/gpu/
GrContextThreadSafeProxy.cpp 35 size_t cacheMaxResourceBytes,
82 cacheMaxResourceBytes, ii,
  /external/skia/src/gpu/vk/
GrVkSecondaryCBDrawContext.cpp 147 characterization.cacheMaxResourceBytes() <= maxResourceBytes &&
  /external/skia/src/image/
SkSurface_Gpu.cpp 256 characterization.cacheMaxResourceBytes() <= maxResourceBytes &&
  /external/skqp/src/image/
SkSurface_Gpu.cpp 243 characterization.cacheMaxResourceBytes() <= maxResourceBytes &&

Completed in 455 milliseconds