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

/external/chromium_org/third_party/angle_dx11/src/libGLESv2/renderer/
H A DBufferStorage9.cpp43 unsigned int newAllocatedSize = offset + size; local
44 void *newMemory = new char[newAllocatedSize];
53 mAllocatedSize = newAllocatedSize;
/external/eigen/Eigen/src/SparseCore/
H A DCompressedStorage.h75 size_t newAllocatedSize = m_size + size; local
76 if (newAllocatedSize > m_allocatedSize)
77 reallocate(newAllocatedSize);
/external/eigen/unsupported/Eigen/src/Skyline/
H A DSkylineStorage.h88 Index newAllocatedSize = size + upperSize + lowerSize; local
89 if (newAllocatedSize > m_allocatedSize)

Completed in 404 milliseconds