Home
last modified time | relevance | path

Searched refs:hasPerVertexColors (Results 1 – 2 of 2) sorted by relevance

/third_party/flutter/skia/src/gpu/ops/
DGrDrawVerticesOp.cpp93 bool hasPerVertexColors() const { in hasPerVertexColors() function
166 if (mesh.hasPerVertexColors()) { in DrawVerticesOp()
434 mesh.hasPerVertexColors(); in fillBuffers()
475 if (mesh.hasPerVertexColors()) { in fillBuffers()
/third_party/skia/src/gpu/ops/
DDrawVerticesOp.cpp259 bool hasPerVertexColors() const { in hasPerVertexColors() function
456 verts << (mesh.hasPerVertexColors() ? colors[i] : meshColor); in onPrepareDraws()