Home | History | Annotate | Download | only in gpu

Lines Matching defs:tessellate

31  * 5) Tessellate the simplified mesh into monotone polygons (tessellate()).
1528 // Stage 5: Tessellate the simplified mesh into monotone polygons.
1530 Poly* tessellate(const VertexList& vertices, SkArenaAlloc& alloc) {
1806 // This is a stripped-down version of tessellate() which computes edges which
2150 return tessellate(aaMesh, alloc);
2153 return tessellate(innerMesh, alloc);
2156 return tessellate(mesh, alloc);