/external/skia/src/gpu/ |
D | GrTransferFromRenderTask.cpp | 23 bool GrTransferFromRenderTask::onExecute(GrOpFlushState* flushState) { in onExecute()
|
D | GrWaitRenderTask.cpp | 23 bool GrWaitRenderTask::onExecute(GrOpFlushState* flushState) { in onExecute()
|
D | GrDeferredProxyUploader.h | 49 void scheduleUpload(GrOpFlushState* flushState, GrTextureProxy* proxy) { in scheduleUpload()
|
D | GrTextureResolveRenderTask.cpp | 67 bool GrTextureResolveRenderTask::onExecute(GrOpFlushState* flushState) { in onExecute()
|
D | GrCopyRenderTask.cpp | 70 bool GrCopyRenderTask::onExecute(GrOpFlushState* flushState) { in onExecute()
|
D | GrRenderTask.cpp | 83 void GrRenderTask::prepare(GrOpFlushState* flushState) { in prepare()
|
D | GrTextureProxy.cpp | 122 void GrTextureProxyPriv::scheduleUpload(GrOpFlushState* flushState) { in scheduleUpload()
|
/external/skia/src/gpu/ops/ |
D | GrDrawPathOp.cpp | 58 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/ |
D | GrTextureOpList.cpp | 75 void GrTextureOpList::onPrepare(GrOpFlushState* flushState) { in onPrepare() 96 bool GrTextureOpList::onExecute(GrOpFlushState* flushState) { in onExecute()
|
D | GrDeferredProxyUploader.h | 50 void scheduleUpload(GrOpFlushState* flushState, GrTextureProxy* proxy) { in scheduleUpload()
|
D | GrOpList.cpp | 81 void GrOpList::prepare(GrOpFlushState* flushState) { in prepare()
|
D | GrDrawingManager.cpp | 238 GrOpFlushState flushState(gpu, fContext->contextPriv().resourceProvider(), &fTokenTracker, in flush() local 353 bool GrDrawingManager::executeOpLists(int startIndex, int stopIndex, GrOpFlushState* flushState, in executeOpLists()
|
D | GrTextureProxy.cpp | 113 void GrTextureProxyPriv::scheduleUpload(GrOpFlushState* flushState) { in scheduleUpload()
|
/external/skia/gm/ |
D | fwidth_squircle.cpp | 191 void onPrepare(GrOpFlushState* flushState) final { in onPrepare() 202 void onExecute(GrOpFlushState* flushState, const SkRect& chainBounds) final { in onExecute()
|
D | clockwise.cpp | 183 void onPrepare(GrOpFlushState* flushState) override { in onPrepare() 194 void onExecute(GrOpFlushState* flushState, const SkRect& chainBounds) override { in onExecute()
|
/external/skqp/src/gpu/ops/ |
D | GrAAFillRRectOp.cpp | 115 void GrAAFillRRectOp::onPrepare(GrOpFlushState* flushState) { in onPrepare() 436 void GrAAFillRRectOp::onExecute(GrOpFlushState* flushState, const SkRect& chainBounds) { in onExecute()
|
D | GrDrawPathOp.cpp | 56 void init_stencil_pass_settings(const GrOpFlushState& flushState, in init_stencil_pass_settings()
|
/external/skia/src/gpu/ccpr/ |
D | GrStencilAtlasOp.cpp | 119 void GrStencilAtlasOp::onExecute(GrOpFlushState* flushState, const SkRect& chainBounds) { in onExecute()
|
D | GrCCFiller.cpp | 477 GrOpFlushState* flushState, GrCCCoverageProcessor* proc, const GrPipeline& pipeline, in drawFills() 520 GrOpFlushState* flushState, const GrCCCoverageProcessor& proc, const GrPipeline& pipeline, in drawPrimitives()
|
D | GrCCDrawPathsOp.cpp | 417 void GrCCDrawPathsOp::onPrepare(GrOpFlushState* flushState) { in onPrepare() 426 void GrCCDrawPathsOp::onExecute(GrOpFlushState* flushState, const SkRect& chainBounds) { in onExecute()
|
D | GrCCCoverageProcessor.cpp | 199 GrOpFlushState* flushState, const GrPipeline& pipeline, const SkIRect scissorRects[], in draw()
|
D | GrCCPathProcessor.cpp | 125 void GrCCPathProcessor::drawPaths(GrOpFlushState* flushState, const GrPipeline& pipeline, in drawPaths()
|
/external/skqp/src/gpu/ccpr/ |
D | GrCCFiller.cpp | 462 void GrCCFiller::drawFills(GrOpFlushState* flushState, BatchID batchID, in drawFills() 498 void GrCCFiller::drawPrimitives(GrOpFlushState* flushState, const GrPipeline& pipeline, in drawPrimitives()
|
D | GrCCPathProcessor.cpp | 119 void GrCCPathProcessor::drawPaths(GrOpFlushState* flushState, const GrPipeline& pipeline, in drawPaths()
|
/external/skqp/include/private/ |
D | GrOpList.h | 40 bool execute(GrOpFlushState* flushState) { return this->onExecute(flushState); } in execute()
|