Home
last modified time | relevance | path

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

/third_party/skia/src/gpu/vk/
H A DGrVkMemory.cpp233 ((GrVkGpu*)gpu)->removeAllocImageBytes(alloc.fBytes);
H A DGrVkGpu.h218 void removeAllocImageBytes(size_t bytes);
H A DGrVkGpu.cpp2764 void GrVkGpu::removeAllocImageBytes(size_t bytes) in removeAllocImageBytes() function in GrVkGpu
2770 cache->removeAllocImageBytes(bytes); in removeAllocImageBytes()
/third_party/skia/src/gpu/
H A DGrResourceCache.h120 void removeAllocImageBytes(size_t bytes) { fAllocImageBytes -= bytes; } in removeAllocImageBytes() function in GrResourceCache

Completed in 9 milliseconds