Home
last modified time | relevance | path

Searched refs:onExecute (Results 1 – 25 of 97) sorted by relevance

1234

/external/skqp/include/private/
DGrOpList.h40 bool execute(GrOpFlushState* flushState) { return this->onExecute(flushState); } in execute()
173 virtual bool onExecute(GrOpFlushState* flushState) = 0;
/external/skqp/src/gpu/ops/
DGrDebugMarkerOp.cpp25 void GrDebugMarkerOp::onExecute(GrOpFlushState* state, const SkRect& chainBounds) { in onExecute() function in GrDebugMarkerOp
DGrClearStencilClipOp.cpp22 void GrClearStencilClipOp::onExecute(GrOpFlushState* state, const SkRect& chainBounds) { in onExecute() function in GrClearStencilClipOp
DGrDebugMarkerOp.h46 void onExecute(GrOpFlushState*, const SkRect& chainBounds) override;
DGrDrawableOp.cpp31 void GrDrawableOp::onExecute(GrOpFlushState* state, const SkRect& chainBounds) { in onExecute() function in GrDrawableOp
DGrDrawableOp.h43 void onExecute(GrOpFlushState*, const SkRect& chainBounds) override;
DGrSemaphoreOp.cpp36 void onExecute(GrOpFlushState* state, const SkRect& chainBounds) override { in onExecute() function in GrWaitSemaphoreOp
DGrStencilPathOp.cpp30 void GrStencilPathOp::onExecute(GrOpFlushState* state, const SkRect& chainBounds) { in onExecute() function in GrStencilPathOp
DGrOp.h181 this->onExecute(state, chainBounds); in execute()
304 virtual void onExecute(GrOpFlushState*, const SkRect& chainBounds) = 0;
DGrStencilPathOp.h63 void onExecute(GrOpFlushState*, const SkRect& chainBounds) override;
DGrClearStencilClipOp.h59 void onExecute(GrOpFlushState*, const SkRect& chainBounds) override;
DGrAAFillRRectOp.h29 void onExecute(GrOpFlushState*, const SkRect& chainBounds) override;
/external/skia/src/gpu/
DGrWaitRenderTask.cpp25 bool GrWaitRenderTask::onExecute(GrOpFlushState* flushState) { in onExecute() function in GrWaitRenderTask
DGrTransferFromRenderTask.cpp23 bool GrTransferFromRenderTask::onExecute(GrOpFlushState* flushState) { in onExecute() function in GrTransferFromRenderTask
DGrTextureResolveRenderTask.h30 bool onExecute(GrOpFlushState*) override;
DGrRenderTask.h39 bool execute(GrOpFlushState* flushState) { return this->onExecute(flushState); } in execute()
260 virtual bool onExecute(GrOpFlushState* flushState) = 0;
DGrWritePixelsRenderTask.h35 bool onExecute(GrOpFlushState*) override;
DGrWaitRenderTask.h34 bool onExecute(GrOpFlushState*) override;
DGrCopyRenderTask.h38 bool onExecute(GrOpFlushState*) override;
DGrDDLTask.h57 bool onExecute(GrOpFlushState*) override;
DGrTransferFromRenderTask.h40 bool onExecute(GrOpFlushState*) override;
/external/skia/src/gpu/ops/
DGrDrawableOp.cpp30 void GrDrawableOp::onExecute(GrOpFlushState* state, const SkRect& chainBounds) { in onExecute() function in GrDrawableOp
DGrDrawableOp.h47 void onExecute(GrOpFlushState*, const SkRect& chainBounds) override;
/external/skia/src/gpu/mock/
DGrMockRenderTask.h38 bool onExecute(GrOpFlushState*) override { return true; } in onExecute() function
/external/skqp/src/gpu/
DGrTextureOpList.h39 bool onExecute(GrOpFlushState* flushState) override;

1234