/external/skqp/include/private/ |
D | GrOpList.h | 40 bool execute(GrOpFlushState* flushState) { return this->onExecute(flushState); } in execute() 173 virtual bool onExecute(GrOpFlushState* flushState) = 0;
|
/external/skia/include/private/ |
D | GrOpList.h | 41 bool execute(GrOpFlushState* flushState) { return this->onExecute(flushState); } in execute() 174 virtual bool onExecute(GrOpFlushState* flushState) = 0;
|
/external/skqp/src/gpu/ops/ |
D | GrDebugMarkerOp.cpp | 25 void GrDebugMarkerOp::onExecute(GrOpFlushState* state, const SkRect& chainBounds) { in onExecute() function in GrDebugMarkerOp
|
D | GrClearStencilClipOp.cpp | 22 void GrClearStencilClipOp::onExecute(GrOpFlushState* state, const SkRect& chainBounds) { in onExecute() function in GrClearStencilClipOp
|
D | GrDebugMarkerOp.h | 46 void onExecute(GrOpFlushState*, const SkRect& chainBounds) override;
|
D | GrDrawableOp.cpp | 31 void GrDrawableOp::onExecute(GrOpFlushState* state, const SkRect& chainBounds) { in onExecute() function in GrDrawableOp
|
D | GrOp.h | 181 this->onExecute(state, chainBounds); in execute() 304 virtual void onExecute(GrOpFlushState*, const SkRect& chainBounds) = 0;
|
D | GrDrawableOp.h | 43 void onExecute(GrOpFlushState*, const SkRect& chainBounds) override;
|
D | GrStencilPathOp.cpp | 30 void GrStencilPathOp::onExecute(GrOpFlushState* state, const SkRect& chainBounds) { in onExecute() function in GrStencilPathOp
|
D | GrSemaphoreOp.cpp | 36 void onExecute(GrOpFlushState* state, const SkRect& chainBounds) override { in onExecute() function in GrWaitSemaphoreOp
|
D | GrClearStencilClipOp.h | 59 void onExecute(GrOpFlushState*, const SkRect& chainBounds) override;
|
D | GrStencilPathOp.h | 63 void onExecute(GrOpFlushState*, const SkRect& chainBounds) override;
|
/external/skia/src/gpu/ops/ |
D | GrDebugMarkerOp.cpp | 25 void GrDebugMarkerOp::onExecute(GrOpFlushState* state, const SkRect& chainBounds) { in onExecute() function in GrDebugMarkerOp
|
D | GrClearStencilClipOp.cpp | 25 void GrClearStencilClipOp::onExecute(GrOpFlushState* state, const SkRect& chainBounds) { in onExecute() function in GrClearStencilClipOp
|
D | GrDebugMarkerOp.h | 47 void onExecute(GrOpFlushState*, const SkRect& chainBounds) override;
|
D | GrDrawableOp.cpp | 31 void GrDrawableOp::onExecute(GrOpFlushState* state, const SkRect& chainBounds) { in onExecute() function in GrDrawableOp
|
D | GrOp.h | 181 this->onExecute(state, chainBounds); in execute() 304 virtual void onExecute(GrOpFlushState*, const SkRect& chainBounds) = 0;
|
D | GrDrawableOp.h | 45 void onExecute(GrOpFlushState*, const SkRect& chainBounds) override;
|
D | GrSemaphoreOp.cpp | 36 void onExecute(GrOpFlushState* state, const SkRect& chainBounds) override { in onExecute() function in GrWaitSemaphoreOp
|
D | GrStencilPathOp.cpp | 30 void GrStencilPathOp::onExecute(GrOpFlushState* state, const SkRect& chainBounds) { in onExecute() function in GrStencilPathOp
|
D | GrStencilPathOp.h | 63 void onExecute(GrOpFlushState*, const SkRect& chainBounds) override;
|
D | GrClearStencilClipOp.h | 60 void onExecute(GrOpFlushState*, const SkRect& chainBounds) override;
|
D | GrCopySurfaceOp.h | 60 void onExecute(GrOpFlushState*, const SkRect& chainBounds) override;
|
/external/skqp/src/gpu/ |
D | GrTextureOpList.h | 39 bool onExecute(GrOpFlushState* flushState) override;
|
/external/skia/src/gpu/ |
D | GrTextureOpList.h | 39 bool onExecute(GrOpFlushState* flushState) override;
|