Home
last modified time | relevance | path

Searched refs:GrEagerDynamicVertexAllocator (Results 1 – 5 of 5) sorted by relevance

/third_party/skia/src/gpu/
DGrEagerVertexAllocator.h38 class GrEagerDynamicVertexAllocator : public GrEagerVertexAllocator {
40 GrEagerDynamicVertexAllocator(GrMeshDrawTarget* target, in GrEagerDynamicVertexAllocator() function
49 ~GrEagerDynamicVertexAllocator() override { in ~GrEagerDynamicVertexAllocator()
DGrEagerVertexAllocator.cpp13 void* GrEagerDynamicVertexAllocator::lock(size_t stride, int eagerCount) { in lock()
26 void GrEagerDynamicVertexAllocator::unlock(int actualCount) { in unlock()
/third_party/skia/src/gpu/ops/
DPathStencilCoverOp.cpp239 GrEagerDynamicVertexAllocator vertexAlloc(flushState, &fFanBuffer, &fFanBaseVertex); in onPrepare()
DPathInnerTriangulateOp.cpp416 GrEagerDynamicVertexAllocator alloc(flushState, &fFanBuffer, &fBaseFanVertex); in onPrepare()
DTriangulatingPathRenderer.cpp357 GrEagerDynamicVertexAllocator allocator(target, &vertexBuffer, &firstVertex); in createAAMesh()