Home
last modified time | relevance | path

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

123

/external/skia/src/gpu/
DGrTransferFromRenderTask.cpp23 bool GrTransferFromRenderTask::onExecute(GrOpFlushState* flushState) { in onExecute()
DGrWaitRenderTask.cpp23 bool GrWaitRenderTask::onExecute(GrOpFlushState* flushState) { in onExecute()
DGrDeferredProxyUploader.h49 void scheduleUpload(GrOpFlushState* flushState, GrTextureProxy* proxy) { in scheduleUpload()
DGrTextureResolveRenderTask.cpp67 bool GrTextureResolveRenderTask::onExecute(GrOpFlushState* flushState) { in onExecute()
DGrCopyRenderTask.cpp70 bool GrCopyRenderTask::onExecute(GrOpFlushState* flushState) { in onExecute()
DGrRenderTask.cpp83 void GrRenderTask::prepare(GrOpFlushState* flushState) { in prepare()
DGrTextureProxy.cpp122 void GrTextureProxyPriv::scheduleUpload(GrOpFlushState* flushState) { in scheduleUpload()
/external/skia/src/gpu/ops/
DGrDrawPathOp.cpp58 void init_stencil_pass_settings(const GrOpFlushState& flushState, in init_stencil_pass_settings()
79 void GrDrawPathOp::onExecute(GrOpFlushState* flushState, const SkRect& chainBounds) { in onExecute()
/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()
DGrOpList.cpp81 void GrOpList::prepare(GrOpFlushState* flushState) { in prepare()
DGrDrawingManager.cpp238 GrOpFlushState flushState(gpu, fContext->contextPriv().resourceProvider(), &fTokenTracker, in flush() local
353 bool GrDrawingManager::executeOpLists(int startIndex, int stopIndex, GrOpFlushState* flushState, in executeOpLists()
DGrTextureProxy.cpp113 void GrTextureProxyPriv::scheduleUpload(GrOpFlushState* flushState) { in scheduleUpload()
/external/skia/gm/
Dfwidth_squircle.cpp191 void onPrepare(GrOpFlushState* flushState) final { in onPrepare()
202 void onExecute(GrOpFlushState* flushState, const SkRect& chainBounds) final { in onExecute()
Dclockwise.cpp183 void onPrepare(GrOpFlushState* flushState) override { in onPrepare()
194 void onExecute(GrOpFlushState* flushState, const SkRect& chainBounds) override { in onExecute()
/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/skia/src/gpu/ccpr/
DGrStencilAtlasOp.cpp119 void GrStencilAtlasOp::onExecute(GrOpFlushState* flushState, const SkRect& chainBounds) { in onExecute()
DGrCCFiller.cpp477 GrOpFlushState* flushState, GrCCCoverageProcessor* proc, const GrPipeline& pipeline, in drawFills()
520 GrOpFlushState* flushState, const GrCCCoverageProcessor& proc, const GrPipeline& pipeline, in drawPrimitives()
DGrCCDrawPathsOp.cpp417 void GrCCDrawPathsOp::onPrepare(GrOpFlushState* flushState) { in onPrepare()
426 void GrCCDrawPathsOp::onExecute(GrOpFlushState* flushState, const SkRect& chainBounds) { in onExecute()
DGrCCCoverageProcessor.cpp199 GrOpFlushState* flushState, const GrPipeline& pipeline, const SkIRect scissorRects[], in draw()
DGrCCPathProcessor.cpp125 void GrCCPathProcessor::drawPaths(GrOpFlushState* flushState, const GrPipeline& pipeline, in drawPaths()
/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()

123