Lines Matching defs:arena
402 // In the onPrePrepareDraws case it is allocated in the creation-time opData arena, and
405 // In the onPrepareDraws case this descriptor is allocated in the flush-time arena (i.e., as
430 void allocatePrePreparedVertices(SkArenaAlloc* arena) {
431 fPrePreparedVertices = arena->makeArrayDefault<char>(this->totalSizeInBytes());
661 SkArenaAlloc* arena,
680 arena, fDesc->fVertexSpec, *caps->shaderCaps(), backendFormat, samplerState,
687 caps, arena, writeView, usesMSAASurface, std::move(appliedClip), dstProxyView, gp,
703 SkArenaAlloc* arena = context->priv().recordTimeAllocator();
705 fDesc = arena->make<Desc>();
707 fDesc->allocatePrePreparedVertices(arena);
889 SkArenaAlloc* arena = target->allocator();
890 fDesc = arena->make<Desc>();