Searched defs:roundedSize (Results 1 - 1 of 1) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/gpu/
H A DPODArena.h139 size_t roundedSize = roundUp(sizeof(T), minAlignment<T>()); local
141 ptr = m_current->allocate(roundedSize);
144 if (roundedSize > m_currentChunkSize)
145 m_currentChunkSize = roundedSize;
148 ptr = m_current->allocate(roundedSize);

Completed in 79 milliseconds