HomeSort by relevance Sort by last modified time
    Searched refs:tessellate (Results 1 - 7 of 7) sorted by null

  /external/skia/src/gpu/batches/
GrTessellatingPathRenderer.cpp 106 int tessellate(GrUniqueKey* key, function in class:TessellatingPathBatch
169 actualCount = this->tessellate(&key, rp, vertexBuffer, canMapVB);
GrAAConvexTessellator.h 45 bool tessellate(const SkMatrix& m, const SkPath& path);
47 // The next five should only be called after tessellate to extract the result
GrAALinearizingConvexPathRenderer.cpp 224 if (!tess.tessellate(args.fViewMatrix, args.fPath)) {
GrAAConvexPathRenderer.cpp 813 if (!tess.tessellate(args.fViewMatrix, args.fPath)) {
    [all...]
GrAAConvexTessellator.cpp 198 bool GrAAConvexTessellator::tessellate(const SkMatrix& m, const SkPath& path) { function in class:GrAAConvexTessellator
    [all...]
  /external/vulkan-validation-layers/demos/smoke/
Meshes.cpp 203 tessellate();
260 void tessellate() function in class:__anon26475::BuildIcosphere
  /external/skia/src/gpu/
GrTessellator.cpp 31 * 5) Tessellate the simplified mesh into monotone polygons (tessellate()).
1173 Poly* tessellate(Vertex* vertices, SkChunkAlloc& alloc) { function in namespace:__anon23013
    [all...]

Completed in 63 milliseconds