Home
last modified time | relevance | path

Searched refs:requiresPerVertexColors (Results 1 – 3 of 3) sorted by relevance

/external/skia/src/gpu/ops/
DGrDrawVerticesOp.cpp103 bool requiresPerVertexColors() const { in requiresPerVertexColors() function in __anon04da10970111::DrawVerticesOp
212 if (this->requiresPerVertexColors()) { in finalize()
252 if (this->requiresPerVertexColors()) { in makeGP()
553 if (!this->requiresPerVertexColors() && this->fMeshes[0].fColor != that->fMeshes[0].fColor) { in onCombineIfPossible()
/external/skqp/src/gpu/ops/
DGrDrawVerticesOp.h131 bool requiresPerVertexColors() const { in requiresPerVertexColors() function
DGrDrawVerticesOp.cpp134 if (this->requiresPerVertexColors()) { in finalize()
175 if (this->requiresPerVertexColors()) { in makeGP()
524 if (!this->requiresPerVertexColors() && this->fMeshes[0].fColor != that->fMeshes[0].fColor) { in onCombineIfPossible()