Home
last modified time | relevance | path

Searched refs:requestSize (Results 1 - 3 of 3) sorted by relevance

/third_party/skia/third_party/externals/dawn/src/dawn_native/
H A DRingBufferAllocator.cpp94 const uint64_t requestSize = (mMaxBlockSize - mUsedEndOffset) + allocationSize; in Allocate() local
98 mUsedSize += requestSize; in Allocate()
99 mCurrentRequestSize += requestSize; in Allocate()
/third_party/skia/src/gpu/
H A DGrBufferAllocPool.h151 bool createBlock(size_t requestSize);
H A DGrBufferAllocPool.cpp313 bool GrBufferAllocPool::createBlock(size_t requestSize) { in createBlock() argument
314 size_t size = std::max(requestSize, kDefaultBufferSize); in createBlock()

Completed in 2 milliseconds