Home
last modified time | relevance | path

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

123

/external/skia/src/gpu/tessellate/
DGrPathStencilFillOp.cpp130 void GrPathStencilFillOp::onPrepare(GrOpFlushState* flushState) { in onPrepare()
156 void GrPathStencilFillOp::onExecute(GrOpFlushState* flushState, const SkRect& chainBounds) { in onExecute()
DGrPathInnerTriangulateOp.cpp234 void GrPathInnerTriangulateOp::onPrepare(GrOpFlushState* flushState) { in onPrepare()
256 void GrPathInnerTriangulateOp::onExecute(GrOpFlushState* flushState, const SkRect& chainBounds) { in onExecute()
DGrStrokeTessellateOp.cpp229 void GrStrokeTessellateOp::onPrepare(GrOpFlushState* flushState) { in onPrepare()
240 void GrStrokeTessellateOp::onExecute(GrOpFlushState* flushState, const SkRect& chainBounds) { in onExecute()
/external/skia/src/gpu/
DGrTransferFromRenderTask.cpp23 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.cpp76 bool GrCopyRenderTask::onExecute(GrOpFlushState* flushState) { in onExecute()
DGrTextureProxy.cpp135 void GrTextureProxyPriv::scheduleUpload(GrOpFlushState* flushState) { in scheduleUpload()
/external/skqp/src/gpu/
DGrTextureOpList.cpp75 void GrTextureOpList::onPrepare(GrOpFlushState* flushState) { in onPrepare()
96 bool GrTextureOpList::onExecute(GrOpFlushState* flushState) { in onExecute()
DGrDeferredProxyUploader.h50 void scheduleUpload(GrOpFlushState* flushState, GrTextureProxy* proxy) { in scheduleUpload()
DGrDrawingManager.cpp238 GrOpFlushState flushState(gpu, fContext->contextPriv().resourceProvider(), &fTokenTracker, in flush() local
353 bool GrDrawingManager::executeOpLists(int startIndex, int stopIndex, GrOpFlushState* flushState, in executeOpLists()
DGrOpList.cpp81 void GrOpList::prepare(GrOpFlushState* flushState) { in prepare()
DGrTextureProxy.cpp113 void GrTextureProxyPriv::scheduleUpload(GrOpFlushState* flushState) { in scheduleUpload()
/external/skia/gm/
Dfwidth_squircle.cpp211 void onPrepare(GrOpFlushState* flushState) final { in onPrepare()
222 void onExecute(GrOpFlushState* flushState, const SkRect& chainBounds) final { in onExecute()
Dclockwise.cpp202 void onPrepare(GrOpFlushState* flushState) override { in onPrepare()
213 void onExecute(GrOpFlushState* flushState, const SkRect& chainBounds) override { in onExecute()
/external/skia/src/gpu/ops/
DGrSimpleMeshDrawOpHelper.cpp130 GrOpFlushState* flushState, in CreatePipeline()
142 const GrPipeline* GrSimpleMeshDrawOpHelper::createPipeline(GrOpFlushState* flushState) { in createPipeline()
/external/skqp/src/gpu/ops/
DGrAAFillRRectOp.cpp115 void GrAAFillRRectOp::onPrepare(GrOpFlushState* flushState) { in onPrepare()
436 void GrAAFillRRectOp::onExecute(GrOpFlushState* flushState, const SkRect& chainBounds) { in onExecute()
DGrDrawPathOp.cpp56 void init_stencil_pass_settings(const GrOpFlushState& flushState, in init_stencil_pass_settings()
/external/skqp/src/gpu/ccpr/
DGrCCFiller.cpp462 void GrCCFiller::drawFills(GrOpFlushState* flushState, BatchID batchID, in drawFills()
498 void GrCCFiller::drawPrimitives(GrOpFlushState* flushState, const GrPipeline& pipeline, in drawPrimitives()
DGrCCPathProcessor.cpp119 void GrCCPathProcessor::drawPaths(GrOpFlushState* flushState, const GrPipeline& pipeline, in drawPaths()
/external/skqp/include/private/
DGrOpList.h40 bool execute(GrOpFlushState* flushState) { return this->onExecute(flushState); } in execute()
/external/skqp/gm/
Dclockwise.cpp111 void onExecute(GrOpFlushState* flushState, const SkRect& chainBounds) override { in onExecute()

123