Home
last modified time | relevance | path

Searched refs:GrEagerVertexAllocator (Results 1 – 10 of 10) sorted by relevance

/external/skia/src/gpu/
DGrEagerVertexAllocator.h23 class GrEagerVertexAllocator {
32 virtual ~GrEagerVertexAllocator() {} in ~GrEagerVertexAllocator()
37 class GrEagerDynamicVertexAllocator : public GrEagerVertexAllocator {
54 using GrEagerVertexAllocator::lock;
91 class GrCpuVertexAllocator : public GrEagerVertexAllocator {
DGrInnerFanTriangulator.h26 int pathToTriangles(GrEagerVertexAllocator* vertexAlloc, BreadcrumbTriangleList* breadcrumbList, in pathToTriangles()
38 int polysToTriangles(Poly* polys, GrEagerVertexAllocator* vertexAlloc, in polysToTriangles()
DGrAATriangulator.h17 GrEagerVertexAllocator* vertexAllocator) { in PathToAATriangles()
69 int polysToAATriangles(Poly*, GrEagerVertexAllocator*) const;
DGrTriangulator.h17 class GrEagerVertexAllocator; variable
31 GrEagerVertexAllocator* vertexAllocator, bool* isLinear) { in PathToTriangles()
172 int polysToTriangles(Poly*, GrEagerVertexAllocator*) const;
DGrAATriangulator.cpp663 GrEagerVertexAllocator* vertexAllocator) const { in polysToAATriangles()
DGrTriangulator.cpp1499 int GrTriangulator::polysToTriangles(Poly* polys, GrEagerVertexAllocator* vertexAllocator) const { in polysToTriangles()
/external/skia/bench/
DTriangulatorBench.cpp26 class TriangulatorBenchmark : public Benchmark, public GrEagerVertexAllocator {
134 auto* data = this->GrEagerVertexAllocator::lock<SkPoint>(maxInnerTriangles * 3);
/external/skia/src/gpu/ops/
DGrTriangulatingPathRenderer.cpp95 class StaticVertexAllocator : public GrEagerVertexAllocator {
330 static int Triangulate(GrEagerVertexAllocator* allocator, in Triangulate()
/external/skia/tests/
DTriangulatingPathRendererTests.cpp779 class SimpleVertexAllocator : public GrEagerVertexAllocator {
/external/skia/gn/
Dgpu.gni105 "$_src/gpu/GrEagerVertexAllocator.h",