Home
last modified time | relevance | path

Searched refs:fMeshes (Results 1 – 4 of 4) sorted by relevance

/external/skia/src/gpu/ops/
DGrDrawVerticesOp.cpp47 Mesh& mesh = fMeshes.push_back(); in GrDrawVerticesOp()
74 fMeshes.count(), fVertexCount, fIndexCount); in dumpInfo()
90 gpColor.setToConstant(fMeshes.front().fColor); in finalize()
94 if (gpColor.isConstant(&fMeshes.front().fColor)) { in finalize()
95 fMeshes.front().fIgnoreColors = true; in finalize()
101 fMeshes[0].fIgnoreTexCoords = true; in finalize()
126 Color color(fMeshes[0].fColor); in makeGP()
137 const SkMatrix& vm = this->hasMultipleViewMatrices() ? SkMatrix::I() : fMeshes[0].fViewMatrix; in makeGP()
150 int instanceCount = fMeshes.count(); in onPrepareDraws()
180 const Mesh& mesh = fMeshes[i]; in onPrepareDraws()
[all …]
DGrMeshDrawOp.cpp78 fMeshes.begin() + currMeshIdx, nullptr, draw.fMeshCnt, in onExecute()
84 SkASSERT(currMeshIdx == fMeshes.count()); in onExecute()
94 op->fMeshes.push_back(mesh); in draw()
DGrDrawVerticesOp.h92 return fMeshes[0].fVertices->hasIndices(); in isIndexed()
115 SkSTArray<1, Mesh, true> fMeshes; variable
DGrMeshDrawOp.h87 SkSTArray<4, GrMesh> fMeshes; variable