Home
last modified time | relevance | path

Searched defs:usedBytes (Results 1 – 6 of 6) sorted by relevance

/third_party/flutter/skia/src/gpu/
DGrBufferAllocPool.cpp192 size_t usedBytes = back.fBuffer->size() - back.fBytesFree; in makeSpace() local
247 size_t usedBytes = back.fBuffer->size() - back.fBytesFree; in makeSpaceAtLeast() local
/third_party/skia/src/gpu/
DGrBufferAllocPool.cpp200 size_t usedBytes = back.fBuffer->size() - back.fBytesFree; in makeSpace() local
253 size_t usedBytes = (fBlocks.empty()) ? 0 : fBlocks.back().fBuffer->size() - in makeSpaceAtLeast() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/PDB/
DUDTLayout.h51 const BitVector &usedBytes() const { return UsedBytes; } in usedBytes() function
/third_party/skia/src/gpu/text/
DGrTextBlobCache.cpp108 size_t GrTextBlobCache::usedBytes() const { in usedBytes() function in GrTextBlobCache
/third_party/flutter/skia/src/gpu/text/
DGrTextBlobCache.h110 size_t usedBytes() const { return fCurrentSize; } in usedBytes() function
/third_party/skia/third_party/vulkanmemoryallocator/include/
Dvk_mem_alloc.h2446 VkDeviceSize usedBytes; member
10396 VkDeviceSize usedBytes = 0; in PrintDetailedMap() local