Home
last modified time | relevance | path

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

/third_party/skia/src/gpu/vk/
H A DGrVkMemory.cpp148 ((GrVkGpu*)gpu)->removeAllocBufferBytes(alloc.fBytes);
H A DGrVkGpu.h220 void removeAllocBufferBytes(size_t bytes);
H A DGrVkGpu.cpp2782 void GrVkGpu::removeAllocBufferBytes(size_t bytes) in removeAllocBufferBytes() function in GrVkGpu
2788 cache->removeAllocBufferBytes(bytes); in removeAllocBufferBytes()
/third_party/skia/src/gpu/
H A DGrResourceCache.h122 void removeAllocBufferBytes(size_t bytes) { fAllocBufferBytes -= bytes; } in removeAllocBufferBytes() function in GrResourceCache

Completed in 8 milliseconds