Searched refs:writeVertices (Results 1 – 5 of 5) sorted by relevance
102 void DrawList::Draw::writeVertices(VertexWriter vertexWriter, in writeVertices() function in skgpu::DrawList::Draw106 fRenderer.steps()[renderStep]->writeVertices(std::move(vertexWriter), in writeVertices()
34 virtual void writeVertices(VertexWriter, IndexWriter, const Shape&) const = 0;
221 void writeVertices(VertexWriter, IndexWriter, int renderStep) const;
258 draw.writeVertices(std::move(vertexWriter), std::move(indexWriter), renderStep); in Make()
75 void writeVertices(VertexWriter vertexWriter, in writeVertices() function in skgpu::__anon28cda76d0111::FillBoundsRenderStep