Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/renderer/null/
DBufferNULL.cpp29 bool memoryReleaseResult = mAllocationTracker->updateMemoryAllocation(mData.size(), 0); in ~BufferNULL()
42 mAllocationTracker->updateMemoryAllocation(mData.size(), size)); in setDataWithUsageFlags()
59 mAllocationTracker->updateMemoryAllocation(mData.size(), size)); in setData()
DContextNULL.h26 bool updateMemoryAllocation(size_t oldSize, size_t newSize);
DContextNULL.cpp46 bool AllocationTrackerNULL::updateMemoryAllocation(size_t oldSize, size_t newSize) in updateMemoryAllocation() function in rx::AllocationTrackerNULL