Home
last modified time | relevance | path

Searched refs:tessellate (Results 1 – 6 of 6) sorted by relevance

/external/vulkan-validation-layers/demos/smoke/
DMeshes.cpp197 tessellate(); in BuildIcosphere()
254 void tessellate() in tessellate() function in __anon192347900111::BuildIcosphere
/external/skia/src/gpu/ops/
DGrAAConvexTessellator.h48 bool tessellate(const SkMatrix& m, const SkPath& path);
DGrAALinearizingConvexPathRenderer.cpp256 if (!tess.tessellate(args.fViewMatrix, args.fPath)) { in onPrepareDraws()
DGrAAConvexPathRenderer.cpp791 if (!tess.tessellate(args.fViewMatrix, args.fPath)) { in prepareLinesOnlyDraws()
DGrAAConvexTessellator.cpp223 bool GrAAConvexTessellator::tessellate(const SkMatrix& m, const SkPath& path) { in tessellate() function in GrAAConvexTessellator
/external/skia/src/gpu/
DGrTessellator.cpp1371 Poly* tessellate(const VertexList& vertices, SkArenaAlloc& alloc) { in tessellate() function
1745 return tessellate(aaMesh, alloc); in contours_to_polys()
1749 return tessellate(innerMesh, alloc); in contours_to_polys()
1752 return tessellate(mesh, alloc); in contours_to_polys()