Home
last modified time | relevance | path

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

123

/external/skia/src/gpu/
DGrTextureOpList.cpp77 void GrTextureOpList::onPrepare(GrOpFlushState* flushState) { in onPrepare()
98 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()
DGrTextureProxy.cpp113 void GrTextureProxyPriv::scheduleUpload(GrOpFlushState* flushState) { in scheduleUpload()
DGrDrawingManager.cpp253 GrOpFlushState flushState(gpu, resourceProvider, &fTokenTracker, fCpuBufferCache); in flush() local
373 bool GrDrawingManager::executeOpLists(int startIndex, int stopIndex, GrOpFlushState* flushState, in executeOpLists()
/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/src/gpu/ops/
DGrSimpleMeshDrawOpHelper.cpp103 const GrOp* op, GrOpFlushState* flushState, const SkRect& chainBounds) { in executeDrawsAndUploads()
169 const GrOp* op, GrOpFlushState* flushState, const SkRect& chainBounds) { in executeDrawsAndUploads()
DGrAAFillRRectOp.cpp127 void GrAAFillRRectOp::onPrepare(GrOpFlushState* flushState) { in onPrepare()
451 void GrAAFillRRectOp::onExecute(GrOpFlushState* flushState, const SkRect& chainBounds) { in onExecute()
DGrDrawPathOp.cpp68 void init_stencil_pass_settings(const GrOpFlushState& flushState, in init_stencil_pass_settings()
/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/skia/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.cpp121 void GrCCPathProcessor::drawPaths(GrOpFlushState* flushState, const GrPipeline& pipeline, in drawPaths()
/external/skia/gm/
Dfwidth_squircle.cpp134 void onExecute(GrOpFlushState* flushState, const SkRect& chainBounds) override { in onExecute()
Dclockwise.cpp116 void onExecute(GrOpFlushState* flushState, const SkRect& chainBounds) override { in onExecute()
/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()
Dfwidth_squircle.cpp136 void onExecute(GrOpFlushState* flushState, const SkRect& chainBounds) override { in onExecute()
/external/skia/include/private/
DGrOpList.h41 bool execute(GrOpFlushState* flushState) { return this->onExecute(flushState); } in execute()

123