Home
last modified time | relevance | path

Searched refs:StaticVertexAllocator (Results 1 – 2 of 2) sorted by relevance

/external/skia/src/gpu/ops/
DGrTriangulatingPathRenderer.cpp95 class StaticVertexAllocator : public GrEagerVertexAllocator { class
97 StaticVertexAllocator(GrResourceProvider* resourceProvider, bool canMapVB) in StaticVertexAllocator() function in __anona5e524290111::StaticVertexAllocator
103 ~StaticVertexAllocator() override { in ~StaticVertexAllocator()
389 StaticVertexAllocator allocator(rp, canMapVB); in createNonAAMesh()
/external/skqp/src/gpu/ops/
DGrTessellatingPathRenderer.cpp70 class StaticVertexAllocator : public GrTessellator::VertexAllocator { class
72 StaticVertexAllocator(size_t stride, GrResourceProvider* resourceProvider, bool canMapVB) in StaticVertexAllocator() function in __anon66fb31960111::StaticVertexAllocator
283 StaticVertexAllocator allocator(vertexStride, rp, canMapVB); in draw()