Searched refs:GrEagerVertexAllocator (Results 1 – 11 of 11) sorted by relevance
/third_party/skia/src/gpu/ |
D | GrEagerVertexAllocator.h | 24 class GrEagerVertexAllocator { 33 virtual ~GrEagerVertexAllocator() {} in ~GrEagerVertexAllocator() 38 class GrEagerDynamicVertexAllocator : public GrEagerVertexAllocator { 55 using GrEagerVertexAllocator::lock; 72 class GrCpuVertexAllocator : public GrEagerVertexAllocator {
|
D | BUILD.bazel | 75 "GrEagerVertexAllocator.cpp", 76 "GrEagerVertexAllocator.h",
|
/third_party/skia/src/gpu/geometry/ |
D | GrInnerFanTriangulator.h | 26 int pathToTriangles(GrEagerVertexAllocator* vertexAlloc, BreadcrumbTriangleList* breadcrumbList, in pathToTriangles() 38 int polysToTriangles(Poly* polys, GrEagerVertexAllocator* vertexAlloc, in polysToTriangles()
|
D | GrAATriangulator.h | 17 GrEagerVertexAllocator* vertexAllocator) { in PathToAATriangles() 69 int polysToAATriangles(Poly*, GrEagerVertexAllocator*) const;
|
D | GrTriangulator.h | 17 class GrEagerVertexAllocator; variable 31 GrEagerVertexAllocator* vertexAllocator, bool* isLinear) { in PathToTriangles() 175 int polysToTriangles(Poly*, GrEagerVertexAllocator*) const;
|
D | GrAATriangulator.cpp | 663 GrEagerVertexAllocator* vertexAllocator) const { in polysToAATriangles()
|
D | GrTriangulator.cpp | 1597 int GrTriangulator::polysToTriangles(Poly* polys, GrEagerVertexAllocator* vertexAllocator) const { in polysToTriangles()
|
/third_party/skia/bench/ |
D | TriangulatorBench.cpp | 26 class TriangulatorBenchmark : public Benchmark, public GrEagerVertexAllocator { 134 auto* data = this->GrEagerVertexAllocator::lock<SkPoint>(maxInnerTriangles * 3);
|
/third_party/skia/src/gpu/ops/ |
D | TriangulatingPathRenderer.cpp | 95 class StaticVertexAllocator : public GrEagerVertexAllocator { 257 static int Triangulate(GrEagerVertexAllocator* allocator, in Triangulate()
|
/third_party/skia/gn/ |
D | gpu.gni | 94 "$_src/gpu/GrEagerVertexAllocator.cpp", 95 "$_src/gpu/GrEagerVertexAllocator.h",
|
/third_party/skia/tests/ |
D | TriangulatingPathRendererTests.cpp | 782 class SimpleVertexAllocator : public GrEagerVertexAllocator {
|