Searched refs:GrEagerDynamicVertexAllocator (Results 1 – 5 of 5) sorted by relevance
38 class GrEagerDynamicVertexAllocator : public GrEagerVertexAllocator {40 GrEagerDynamicVertexAllocator(GrMeshDrawTarget* target, in GrEagerDynamicVertexAllocator() function49 ~GrEagerDynamicVertexAllocator() override { in ~GrEagerDynamicVertexAllocator()
13 void* GrEagerDynamicVertexAllocator::lock(size_t stride, int eagerCount) { in lock()26 void GrEagerDynamicVertexAllocator::unlock(int actualCount) { in unlock()
239 GrEagerDynamicVertexAllocator vertexAlloc(flushState, &fFanBuffer, &fFanBaseVertex); in onPrepare()
416 GrEagerDynamicVertexAllocator alloc(flushState, &fFanBuffer, &fBaseFanVertex); in onPrepare()
357 GrEagerDynamicVertexAllocator allocator(target, &vertexBuffer, &firstVertex); in createAAMesh()