Lines Matching refs:allocator
71 PlaybackStateStruct(OpenGLRenderer& renderer, int replayFlags, LinearAllocator* allocator)
74 , mAllocator(allocator) {}
80 // Allocator with the lifetime of a single frame. replay uses an Allocator owned by the struct,
81 // while defer shares the DeferredDisplayList's Allocator
82 // TODO: move this allocator to be owned by object with clear frame lifecycle
132 // pointers to all ops within display list, pointing into allocator data
160 return allocator.usedSize();
174 // allocator into which all ops were allocated
175 LinearAllocator allocator;