HomeSort by relevance Sort by last modified time
    Searched refs:reserveT (Results 1 - 5 of 5) sorted by null

  /external/skia/src/core/
SkSmallAllocator.h 62 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)) {
SkDrawLooper.cpp 18 void* buffer = allocator.reserveT<SkDrawLooper::Context>(this->contextSize());
42 void* buffer = allocator.reserveT<SkDrawLooper::Context>(this->contextSize());
SkBlitter.cpp 871 void* storage = allocator->reserveT<SkShader::Context>(contextSize);
SkCanvas.cpp 380 void* buffer = fLooperContextAllocator.reserveT<SkDrawLooper::Context>(
    [all...]
  /external/skia/tests/
LayerDrawLooperTest.cpp 62 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 737 milliseconds