Home
last modified time | relevance | path

Searched refs:sizeAfterReallocate (Results 1 – 1 of 1) sorted by relevance

/external/angle/src/libANGLE/renderer/null/
DContextNULL.cpp51 size_t sizeAfterReallocate = sizeAfterRelease + newSize; in updateMemoryAllocation() local
52 if (sizeAfterReallocate < sizeAfterRelease || sizeAfterReallocate > mMaxBytes) in updateMemoryAllocation()
58 mAllocatedBytes = sizeAfterReallocate; in updateMemoryAllocation()