Searched refs:rewindIfLastAlloc (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/libs/hwui/utils/
H A DLinearAllocator.h54 * rewindIfLastAlloc()
98 void rewindIfLastAlloc(void* ptr, size_t allocSize);
101 * Same as rewindIfLastAlloc(void*, size_t)
104 void rewindIfLastAlloc(T* ptr) { function in class:android::uirenderer::LinearAllocator
105 rewindIfLastAlloc((void*)ptr, sizeof(T));
182 linearAllocator.rewindIfLastAlloc(p, num * sizeof(T));
H A DLinearAllocator.cpp213 rewindIfLastAlloc(node, sizeof(DestructorNode));
221 void LinearAllocator::rewindIfLastAlloc(void* ptr, size_t allocSize) { function in class:android::uirenderer::LinearAllocator
/frameworks/base/libs/hwui/tests/unit/
H A DLinearAllocatorTests.cpp74 la.rewindIfLastAlloc(addr, 100);
81 la.rewindIfLastAlloc(sigdtor);
/frameworks/base/libs/hwui/
H A DBakedOpState.cpp119 allocator.rewindIfLastAlloc(bakedState);
143 allocator.rewindIfLastAlloc(bakedState);

Completed in 652 milliseconds