Home
last modified time | relevance | path

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

/external/skqp/src/gpu/ops/
DGrDrawVerticesOp.cpp48 Mesh& mesh = fMeshes.push_back(); in GrDrawVerticesOp()
121 fMeshes.count(), fVertexCount, fIndexCount); in dumpInfo()
137 gpColor.setToConstant(fMeshes.front().fColor); in finalize()
141 if (gpColor.isConstant(&fMeshes.front().fColor)) { in finalize()
142 fMeshes.front().fIgnoreColors = true; in finalize()
147 fMeshes[0].fIgnoreTexCoords = true; in finalize()
174 Color color(fMeshes[0].fColor); in makeGP()
187 const SkMatrix& vm = this->hasMultipleViewMatrices() ? SkMatrix::I() : fMeshes[0].fViewMatrix; in makeGP()
212 if (fMeshes[0].fVertices->isVolatile() || !hasMapBufferSupport) { in onPrepareDraws()
273 SkASSERT(fMeshes.count() == 1); // Non-volatile meshes should never combine. in drawNonVolatile()
[all …]
DGrDrawVerticesOp.h128 return fMeshes[0].fVertices->hasIndices(); in isIndexed()
155 SkSTArray<1, Mesh, true> fMeshes; variable
/external/skia/src/gpu/ops/
DGrDrawVerticesOp.cpp100 return fMeshes[0].fVertices->hasIndices(); in isIndexed()
122 SkSTArray<1, Mesh, true> fMeshes; member in __anon04da10970111::DrawVerticesOp
151 Mesh& mesh = fMeshes.push_back(); in DrawVerticesOp()
198 fMeshes.count(), fVertexCount, fIndexCount); in dumpInfo()
215 gpColor.setToConstant(fMeshes.front().fColor); in finalize()
219 if (gpColor.isConstant(&fMeshes.front().fColor)) { in finalize()
220 fMeshes.front().fIgnoreColors = true; in finalize()
225 fMeshes[0].fIgnoreTexCoords = true; in finalize()
251 Color color(fMeshes[0].fColor); in makeGP()
264 const SkMatrix& vm = this->hasMultipleViewMatrices() ? SkMatrix::I() : fMeshes[0].fViewMatrix; in makeGP()
[all …]
/external/skqp/src/gpu/
DGrOpFlushState.cpp45 fCurrDraw->fMeshes, fCurrDraw->fMeshCnt, opBounds); in executeDrawsAndUploadsForMeshDrawOp()
124 draw.fMeshes = meshes; in draw()
DGrOpFlushState.h135 const GrMesh* fMeshes = nullptr; member
/external/skia/src/gpu/
DGrOpFlushState.cpp57 fCurrDraw->fDynamicStateArrays, fCurrDraw->fMeshes, fCurrDraw->fMeshCnt, in executeDrawsAndUploadsForMeshDrawOp()
136 draw.fMeshes = meshes; in recordDraw()
DGrOpFlushState.h134 const GrMesh* fMeshes = nullptr; member