Home
last modified time | relevance | path

Searched refs:onExecute (Results 1 – 25 of 94) 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/skia/include/private/
DGrOpList.h41 bool execute(GrOpFlushState* flushState) { return this->onExecute(flushState); } in execute()
174 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
DGrOp.h181 this->onExecute(state, chainBounds); in execute()
304 virtual void onExecute(GrOpFlushState*, const SkRect& chainBounds) = 0;
DGrDrawableOp.h43 void onExecute(GrOpFlushState*, const SkRect& chainBounds) override;
DGrStencilPathOp.cpp30 void GrStencilPathOp::onExecute(GrOpFlushState* state, const SkRect& chainBounds) { in onExecute() function in GrStencilPathOp
DGrSemaphoreOp.cpp36 void onExecute(GrOpFlushState* state, const SkRect& chainBounds) override { in onExecute() function in GrWaitSemaphoreOp
DGrClearStencilClipOp.h59 void onExecute(GrOpFlushState*, const SkRect& chainBounds) override;
DGrStencilPathOp.h63 void onExecute(GrOpFlushState*, const SkRect& chainBounds) override;
/external/skia/src/gpu/ops/
DGrDebugMarkerOp.cpp25 void GrDebugMarkerOp::onExecute(GrOpFlushState* state, const SkRect& chainBounds) { in onExecute() function in GrDebugMarkerOp
DGrClearStencilClipOp.cpp25 void GrClearStencilClipOp::onExecute(GrOpFlushState* state, const SkRect& chainBounds) { in onExecute() function in GrClearStencilClipOp
DGrDebugMarkerOp.h47 void onExecute(GrOpFlushState*, const SkRect& chainBounds) override;
DGrDrawableOp.cpp31 void GrDrawableOp::onExecute(GrOpFlushState* state, const SkRect& chainBounds) { in onExecute() function in GrDrawableOp
DGrOp.h181 this->onExecute(state, chainBounds); in execute()
304 virtual void onExecute(GrOpFlushState*, const SkRect& chainBounds) = 0;
DGrDrawableOp.h45 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
DGrStencilPathOp.h63 void onExecute(GrOpFlushState*, const SkRect& chainBounds) override;
DGrClearStencilClipOp.h60 void onExecute(GrOpFlushState*, const SkRect& chainBounds) override;
DGrCopySurfaceOp.h60 void onExecute(GrOpFlushState*, const SkRect& chainBounds) override;
/external/skqp/src/gpu/
DGrTextureOpList.h39 bool onExecute(GrOpFlushState* flushState) override;
/external/skia/src/gpu/
DGrTextureOpList.h39 bool onExecute(GrOpFlushState* flushState) override;

1234