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

/external/skia/src/gpu/ops/
H A DGrAAConvexTessellator.h48 bool tessellate(const SkMatrix& m, const SkPath& path);
50 // The next five should only be called after tessellate to extract the result
H A DGrAALinearizingConvexPathRenderer.cpp246 if (!tess.tessellate(args.fViewMatrix, args.fPath)) {
H A DGrAAConvexPathRenderer.cpp790 if (!tess.tessellate(args.fViewMatrix, args.fPath)) {
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 125 milliseconds