/external/skia/src/gpu/ |
D | GrTextureOpList.cpp | 77 void GrTextureOpList::onPrepare(GrOpFlushState* flushState) { in onPrepare() 98 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 | GrTextureProxy.cpp | 113 void GrTextureProxyPriv::scheduleUpload(GrOpFlushState* flushState) { in scheduleUpload()
|
D | GrDrawingManager.cpp | 253 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/ |
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 | 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 | GrOpList.cpp | 81 void GrOpList::prepare(GrOpFlushState* flushState) { in prepare()
|
D | GrTextureProxy.cpp | 113 void GrTextureProxyPriv::scheduleUpload(GrOpFlushState* flushState) { in scheduleUpload()
|
/external/skia/src/gpu/ops/ |
D | GrSimpleMeshDrawOpHelper.cpp | 103 const GrOp* op, GrOpFlushState* flushState, const SkRect& chainBounds) { in executeDrawsAndUploads() 169 const GrOp* op, GrOpFlushState* flushState, const SkRect& chainBounds) { in executeDrawsAndUploads()
|
D | GrAAFillRRectOp.cpp | 127 void GrAAFillRRectOp::onPrepare(GrOpFlushState* flushState) { in onPrepare() 451 void GrAAFillRRectOp::onExecute(GrOpFlushState* flushState, const SkRect& chainBounds) { in onExecute()
|
D | GrDrawPathOp.cpp | 68 void init_stencil_pass_settings(const GrOpFlushState& flushState, in init_stencil_pass_settings()
|
/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/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/skia/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 | 121 void GrCCPathProcessor::drawPaths(GrOpFlushState* flushState, const GrPipeline& pipeline, in drawPaths()
|
/external/skia/gm/ |
D | fwidth_squircle.cpp | 134 void onExecute(GrOpFlushState* flushState, const SkRect& chainBounds) override { in onExecute()
|
D | clockwise.cpp | 116 void onExecute(GrOpFlushState* flushState, const SkRect& chainBounds) override { in onExecute()
|
/external/skqp/include/private/ |
D | GrOpList.h | 40 bool execute(GrOpFlushState* flushState) { return this->onExecute(flushState); } in execute()
|
/external/skqp/gm/ |
D | clockwise.cpp | 111 void onExecute(GrOpFlushState* flushState, const SkRect& chainBounds) override { in onExecute()
|
D | fwidth_squircle.cpp | 136 void onExecute(GrOpFlushState* flushState, const SkRect& chainBounds) override { in onExecute()
|
/external/skia/include/private/ |
D | GrOpList.h | 41 bool execute(GrOpFlushState* flushState) { return this->onExecute(flushState); } in execute()
|