Home
last modified time | relevance | path

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

/third_party/flutter/skia/src/gpu/ops/
DGrDrawVerticesOp.cpp100 return fMeshes[0].fVertices->hasIndices(); in isIndexed()
122 SkSTArray<1, Mesh, true> fMeshes; member in __anon191cc49c0111::DrawVerticesOp
151 Mesh& mesh = fMeshes.push_back(); in DrawVerticesOp()
198 fMeshes.count(), fVertexCount, fIndexCount); in dumpInfo()
216 gpColor.setToConstant(fMeshes.front().fColor); in finalize()
220 if (gpColor.isConstant(&fMeshes.front().fColor)) { in finalize()
221 fMeshes.front().fIgnoreColors = true; in finalize()
226 fMeshes[0].fIgnoreTexCoords = true; in finalize()
252 Color color(fMeshes[0].fColor); in makeGP()
265 const SkMatrix& vm = this->hasMultipleViewMatrices() ? SkMatrix::I() : fMeshes[0].fViewMatrix; in makeGP()
[all …]
/third_party/skia/src/gpu/ops/
DDrawVerticesOp.cpp266 return fMeshes[0].fVertices->priv().hasIndices(); in isIndexed()
284 SkSTArray<1, Mesh, true> fMeshes; member in skgpu::v1::DrawVerticesOp::__anonf74e4e4e0111::DrawVerticesOpImpl
324 Mesh& mesh = fMeshes.push_back(); in DrawVerticesOpImpl()
346 (int)fPrimitiveType, fMeshes.count(), fVertexCount, fIndexCount, in onDumpInfo()
362 gpColor.setToConstant(fMeshes.front().fColor); in finalize()
366 if (gpColor.isConstant(&fMeshes.front().fColor)) { in finalize()
367 fMeshes.front().fIgnoreColors = true; in finalize()
377 const SkMatrix& vm = fMultipleViewMatrices ? SkMatrix::I() : fMeshes[0].fViewMatrix; in makeGP()
382 auto gp = VerticesGP::Make(arena, fLocalCoordsType, fColorArrayType, fMeshes[0].fColor, in makeGP()
431 for (const auto& mesh : fMeshes) { in onPrepareDraws()
[all …]
DDefaultPathRenderer.cpp70 , fMeshes(meshes) { in PathGeoBuilder()
314 fMeshes->push_back(mesh); in createMeshAndPutBackReserve()
384 SkTDArray<GrSimpleMesh*>* fMeshes; member in __anonc7ae49a50111::PathGeoBuilder
497 PathGeoBuilder pathGeoBuilder(this->primType(), target, &fMeshes); in onPrepareDraws()
511 if (!fProgramInfo || !fMeshes.count()) { in onExecute()
517 for (int i = 0; i < fMeshes.count(); ++i) { in onExecute()
518 flushState->drawMesh(*fMeshes[i]); in onExecute()
577 SkTDArray<GrSimpleMesh*> fMeshes; member in __anonc7ae49a50111::DefaultPathOp
DAALinearizingConvexPathRenderer.cpp203 fMeshes.push_back(mesh); in recordDraw()
283 if (!fProgramInfo || fMeshes.isEmpty()) { in onExecute()
289 for (int i = 0; i < fMeshes.count(); ++i) { in onExecute()
290 flushState->drawMesh(*fMeshes[i]); in onExecute()
334 SkTDArray<GrSimpleMesh*> fMeshes; member in skgpu::v1::__anon641a6e710111::AAFlatteningConvexPathOp
DAAHairLinePathRenderer.cpp941 GrSimpleMesh* fMeshes[3] = { nullptr }; member in __anone5b1254e0111::AAHairlineOp
1198 fMeshes[0] = helper.mesh(); in onPrepareDraws()
1237 fMeshes[1] = target->allocMesh(); in onPrepareDraws()
1238 fMeshes[1]->setIndexedPatterned(quadsIndexBuffer, kIdxsPerQuad, quadCount, in onPrepareDraws()
1248 fMeshes[2] = target->allocMesh(); in onPrepareDraws()
1249 fMeshes[2]->setIndexedPatterned(std::move(quadsIndexBuffer), kIdxsPerQuad, conicCount, in onPrepareDraws()
1264 if (fProgramInfos[i] && fMeshes[i]) { in onExecute()
1268 flushState->drawMesh(*fMeshes[i]); in onExecute()
DAAConvexPathRenderer.cpp851 flushState->drawMesh(fDraws[i].fMeshes[j]); in onExecute()
888 GrSimpleMesh* fMeshes; member
/third_party/flutter/skia/src/gpu/
DGrOpFlushState.cpp61 fCurrDraw->fDynamicStateArrays, fCurrDraw->fMeshes, fCurrDraw->fMeshCnt, in executeDrawsAndUploadsForMeshDrawOp()
157 draw.fMeshes = meshes; in recordDraw()
DGrOpFlushState.h136 const GrMesh* fMeshes = nullptr; member
/third_party/skia/src/gpu/
DGrOpFlushState.cpp69 this->drawMesh(fCurrDraw->fMeshes[i]); in executeDrawsAndUploadsForMeshDrawOp()
171 draw.fMeshes = meshes; in recordDraw()
DGrOpFlushState.h283 const GrSimpleMesh* fMeshes = nullptr; member