Home
last modified time | relevance | path

Searched defs:lastVertex (Results 1 – 4 of 4) sorted by relevance

/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
DVertexArrayVk.cpp664 size_t lastVertex = static_cast<size_t>(firstVertex + clampedVertexCount); in handleLineLoop() local
/third_party/skia/src/gpu/geometry/
DGrTriangulator.h480 Vertex* lastVertex() const { return fTail ? fTail->fLastEdge->fBottom : fFirstVertex; } in lastVertex() function
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
DVertexArrayVk.cpp906 size_t lastVertex = static_cast<size_t>(firstVertex + clampedVertexCount); in handleLineLoop() local
/third_party/flutter/skia/src/gpu/
DGrTessellator.cpp702 Vertex* lastVertex() const { return fTail ? fTail->fLastEdge->fBottom : fFirstVertex; } in lastVertex() function