• Home
  • Raw
  • Download

Lines Matching refs:fMesh

1420         fMesh = target->allocMesh();  in onPrepareDraws()
1421 fMesh->setIndexed(std::move(indexBuffer), fIndexCount, firstIndex, 0, fVertCount - 1, in onPrepareDraws()
1426 if (!fProgramInfo || !fMesh) { in onExecute()
1432 flushState->drawMesh(*fMesh); in onExecute()
1509 GrSimpleMesh* fMesh = nullptr; member in CircleOp
1741 fMesh = target->allocMesh(); in onPrepareDraws()
1742 fMesh->setIndexed(std::move(indexBuffer), fIndexCount, firstIndex, 0, fVertCount - 1, in onPrepareDraws()
1747 if (!fProgramInfo || !fMesh) { in onExecute()
1753 flushState->drawMesh(*fMesh); in onExecute()
1818 GrSimpleMesh* fMesh = nullptr; member in ButtCapDashedCircleOp
2033 fMesh = helper.mesh(); in onPrepareDraws()
2037 if (!fProgramInfo || !fMesh) { in onExecute()
2043 flushState->drawMesh(*fMesh); in onExecute()
2100 GrSimpleMesh* fMesh = nullptr; member in EllipseOp
2298 fMesh = helper.mesh(); in onPrepareDraws()
2302 if (!fProgramInfo || !fMesh) { in onExecute()
2308 flushState->drawMesh(*fMesh); in onExecute()
2369 GrSimpleMesh* fMesh = nullptr; member in DIEllipseOp
2756 fMesh = target->allocMesh(); in onPrepareDraws()
2757 fMesh->setIndexed(std::move(indexBuffer), fIndexCount, firstIndex, 0, fVertCount - 1, in onPrepareDraws()
2762 if (!fProgramInfo || !fMesh) { in onExecute()
2768 flushState->drawMesh(*fMesh); in onExecute()
2830 GrSimpleMesh* fMesh = nullptr; member in CircularRRectOp
3077 fMesh = helper.mesh(); in onPrepareDraws()
3081 if (!fProgramInfo || !fMesh) { in onExecute()
3087 flushState->drawMesh(*fMesh); in onExecute()
3144 GrSimpleMesh* fMesh = nullptr; member in EllipticalRRectOp