Searched refs:reserveT (Results 1 - 5 of 5) sorted by relevance

/external/skia/src/core/
H A DSkSmallAllocator.h62 void* buf = this->reserveT<T>();
71 void* buf = this->reserveT<T>();
81 void* buf = this->reserveT<T>();
91 void* buf = this->reserveT<T>();
101 void* buf = this->reserveT<T>();
116 template<typename T> void* reserveT(size_t storageRequired = sizeof(T)) { function in class:SkSmallAllocator
H A DSkDrawLooper.cpp18 void* buffer = allocator.reserveT<SkDrawLooper::Context>(this->contextSize());
42 void* buffer = allocator.reserveT<SkDrawLooper::Context>(this->contextSize());
H A DSkBlitter.cpp871 void* storage = allocator->reserveT<SkShader::Context>(contextSize);
H A DSkCanvas.cpp380 void* buffer = fLooperContextAllocator.reserveT<SkDrawLooper::Context>(
/external/skia/tests/
H A DLayerDrawLooperTest.cpp62 void* buffer = allocator.reserveT<SkDrawLooper::Context>(looper->contextSize());
102 void* buffer = allocator.reserveT<SkDrawLooper::Context>(looper->contextSize());
142 void* buffer = allocator.reserveT<SkDrawLooper::Context>(looper->contextSize());

Completed in 614 milliseconds