Searched defs:tessellate (Results 1 - 3 of 3) sorted by relevance

/external/skia/src/gpu/ops/
H A DGrAAConvexTessellator.cpp223 bool GrAAConvexTessellator::tessellate(const SkMatrix& m, const SkPath& path) { function in class:GrAAConvexTessellator
/external/vulkan-validation-layers/demos/smoke/
H A DMeshes.cpp197 tessellate();
254 void tessellate() function in class:__anon24054::BuildIcosphere
/external/skia/src/gpu/
H A DGrTessellator.cpp26 * 5) Tessellate the simplified mesh into monotone polygons (tessellate()).
1351 Poly* tessellate(const VertexList& vertices, SkArenaAlloc& alloc) { function in namespace:__anon17043
1726 return tessellate(aaMesh, alloc);
1730 return tessellate(innerMesh, alloc);
1733 return tessellate(mesh, alloc);

Completed in 783 milliseconds