Home
last modified time | relevance | path

Searched defs:flushState (Results 1 – 25 of 97) sorted by relevance

1234

/third_party/skia/src/gpu/ops/
DPathTessellateOp.cpp104 void PathTessellateOp::onPrepare(GrOpFlushState* flushState) { in onPrepare()
121 void PathTessellateOp::onExecute(GrOpFlushState* flushState, const SkRect& chainBounds) { in onExecute()
DStrokeTessellateOp.cpp246 void StrokeTessellateOp::onPrepare(GrOpFlushState* flushState) { in onPrepare()
268 void StrokeTessellateOp::onExecute(GrOpFlushState* flushState, const SkRect& chainBounds) { in onExecute()
DDrawAtlasPathOp.cpp185 void DrawAtlasPathOp::onPrepare(GrOpFlushState* flushState) { in onPrepare()
216 void DrawAtlasPathOp::onExecute(GrOpFlushState* flushState, const SkRect& chainBounds) { in onExecute()
DPathStencilCoverOp.cpp225 void PathStencilCoverOp::onPrepare(GrOpFlushState* flushState) { in onPrepare()
316 void PathStencilCoverOp::onExecute(GrOpFlushState* flushState, const SkRect& chainBounds) { in onExecute()
DPathInnerTriangulateOp.cpp402 void PathInnerTriangulateOp::onPrepare(GrOpFlushState* flushState) { in onPrepare()
470 void PathInnerTriangulateOp::onExecute(GrOpFlushState* flushState, const SkRect& chainBounds) { in onExecute()
DGrSimpleMeshDrawOpHelper.cpp128 GrOpFlushState* flushState, in CreatePipeline()
140 const GrPipeline* GrSimpleMeshDrawOpHelper::createPipeline(GrOpFlushState* flushState) { in createPipeline()
DAtlasRenderTask.cpp177 bool AtlasRenderTask::onExecute(GrOpFlushState* flushState) { in onExecute()
/third_party/skia/src/gpu/
DGrTransferFromRenderTask.cpp24 bool GrTransferFromRenderTask::onExecute(GrOpFlushState* flushState) { in onExecute()
DGrWaitRenderTask.cpp25 bool GrWaitRenderTask::onExecute(GrOpFlushState* flushState) { in onExecute()
DGrDDLTask.cpp89 void GrDDLTask::onPrepare(GrOpFlushState* flushState) { in onPrepare()
95 bool GrDDLTask::onExecute(GrOpFlushState* flushState) { in onExecute()
DGrDeferredProxyUploader.h49 void scheduleUpload(GrOpFlushState* flushState, GrTextureProxy* proxy) { in scheduleUpload()
DGrTextureResolveRenderTask.cpp64 bool GrTextureResolveRenderTask::onExecute(GrOpFlushState* flushState) { in onExecute()
DGrWritePixelsRenderTask.cpp57 bool GrWritePixelsTask::onExecute(GrOpFlushState* flushState) { in onExecute()
DGrCopyRenderTask.cpp77 bool GrCopyRenderTask::onExecute(GrOpFlushState* flushState) { in onExecute()
/third_party/flutter/skia/src/gpu/
DGrTextureResolveRenderTask.cpp51 bool GrTextureResolveRenderTask::onExecute(GrOpFlushState* flushState) { in onExecute()
DGrDeferredProxyUploader.h50 void scheduleUpload(GrOpFlushState* flushState, GrTextureProxy* proxy) { in scheduleUpload()
DGrTextureOpList.cpp82 void GrTextureOpList::onPrepare(GrOpFlushState* flushState) { in onPrepare()
104 bool GrTextureOpList::onExecute(GrOpFlushState* flushState) { in onExecute()
DGrRenderTask.cpp48 void GrRenderTask::prepare(GrOpFlushState* flushState) { in prepare()
DGrRenderTask.h33 bool execute(GrOpFlushState* flushState) { return this->onExecute(flushState); } in execute()
/third_party/flutter/skia/src/gpu/ops/
DGrSimpleMeshDrawOpHelper.cpp105 const GrOp* op, GrOpFlushState* flushState, const SkRect& chainBounds) { in executeDrawsAndUploads()
185 const GrOp* op, GrOpFlushState* flushState, const SkRect& chainBounds) { in executeDrawsAndUploads()
/third_party/skia/gm/
Dfwidth_squircle.cpp220 void onPrepare(GrOpFlushState* flushState) final { in onPrepare()
231 void onExecute(GrOpFlushState* flushState, const SkRect& chainBounds) final { in onExecute()
Dclockwise.cpp199 void onPrepare(GrOpFlushState* flushState) override { in onPrepare()
210 void onExecute(GrOpFlushState* flushState, const SkRect& chainBounds) override { in onExecute()
/third_party/skia/samplecode/
DSamplePathTessellators.cpp80 void onPrepare(GrOpFlushState* flushState) override { in onPrepare()
161 void onExecute(GrOpFlushState* flushState, const SkRect& chainBounds) override { in onExecute()
/third_party/flutter/skia/src/gpu/ccpr/
DGrStencilAtlasOp.cpp102 void GrStencilAtlasOp::onExecute(GrOpFlushState* flushState, const SkRect& chainBounds) { in onExecute()
DGrCCFiller.cpp488 GrOpFlushState* flushState, GrCCCoverageProcessor* proc, const GrPipeline& pipeline, in drawFills()
531 GrOpFlushState* flushState, const GrCCCoverageProcessor& proc, const GrPipeline& pipeline, in drawPrimitives()

1234