Home
last modified time | relevance | path

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

/external/skia/src/gpu/ops/
DGrDrawVerticesOp.cpp114 if (this->anyMeshHasExplicitLocalCoords() || this->hasMultipleViewMatrices()) { in makeGP()
137 const SkMatrix& vm = this->hasMultipleViewMatrices() ? SkMatrix::I() : fMeshes[0].fViewMatrix; in makeGP()
191 bool fastMesh = (!this->hasMultipleViewMatrices() || in onPrepareDraws()
202 if (this->hasMultipleViewMatrices()) { in onPrepareDraws()
217 if (this->hasMultipleViewMatrices()) { in onPrepareDraws()
291 if (!this->hasMultipleViewMatrices() && in onCombineIfPossible()
DGrDrawVerticesOp.h103 bool hasMultipleViewMatrices() const { in hasMultipleViewMatrices() function