Searched defs:chainBounds (Results 1 – 25 of 64) sorted by relevance
123
/external/skqp/src/gpu/ops/ |
D | GrDebugMarkerOp.cpp | 25 void GrDebugMarkerOp::onExecute(GrOpFlushState* state, const SkRect& chainBounds) { in onExecute()
|
D | GrClearStencilClipOp.cpp | 22 void GrClearStencilClipOp::onExecute(GrOpFlushState* state, const SkRect& chainBounds) { in onExecute()
|
D | GrDrawableOp.cpp | 31 void GrDrawableOp::onExecute(GrOpFlushState* state, const SkRect& chainBounds) { in onExecute()
|
D | GrStencilPathOp.cpp | 30 void GrStencilPathOp::onExecute(GrOpFlushState* state, const SkRect& chainBounds) { in onExecute()
|
D | GrSemaphoreOp.cpp | 36 void onExecute(GrOpFlushState* state, const SkRect& chainBounds) override { in onExecute()
|
D | GrCopySurfaceOp.cpp | 89 void GrCopySurfaceOp::onExecute(GrOpFlushState* state, const SkRect& chainBounds) { in onExecute()
|
D | GrClearOp.cpp | 60 void GrClearOp::onExecute(GrOpFlushState* state, const SkRect& chainBounds) { in onExecute()
|
D | GrDrawPathOp.cpp | 76 void GrDrawPathOp::onExecute(GrOpFlushState* state, const SkRect& chainBounds) { in onExecute()
|
D | GrMeshDrawOp.cpp | 17 void GrMeshDrawOp::onExecute(GrOpFlushState* state, const SkRect& chainBounds) { in onExecute()
|
/external/skia/src/gpu/ops/ |
D | GrDebugMarkerOp.cpp | 25 void GrDebugMarkerOp::onExecute(GrOpFlushState* state, const SkRect& chainBounds) { in onExecute()
|
D | GrClearStencilClipOp.cpp | 25 void GrClearStencilClipOp::onExecute(GrOpFlushState* state, const SkRect& chainBounds) { in onExecute()
|
D | GrDrawableOp.cpp | 31 void GrDrawableOp::onExecute(GrOpFlushState* state, const SkRect& chainBounds) { in onExecute()
|
D | GrStencilPathOp.cpp | 30 void GrStencilPathOp::onExecute(GrOpFlushState* state, const SkRect& chainBounds) { in onExecute()
|
D | GrSemaphoreOp.cpp | 36 void onExecute(GrOpFlushState* state, const SkRect& chainBounds) override { in onExecute()
|
D | GrCopySurfaceOp.cpp | 89 void GrCopySurfaceOp::onExecute(GrOpFlushState* state, const SkRect& chainBounds) { in onExecute()
|
D | GrClearOp.cpp | 62 void GrClearOp::onExecute(GrOpFlushState* state, const SkRect& chainBounds) { in onExecute()
|
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 | GrDrawPathOp.cpp | 88 void GrDrawPathOp::onExecute(GrOpFlushState* state, const SkRect& chainBounds) { in onExecute()
|
/external/skqp/tests/ |
D | LazyProxyTest.cpp | 71 void onExecute(GrOpFlushState*, const SkRect& chainBounds) override { in onExecute() 346 void onExecute(GrOpFlushState* state, const SkRect& chainBounds) override { in onExecute() 421 void onExecute(GrOpFlushState* state, const SkRect& chainBounds) override {} in onExecute()
|
/external/skia/tests/ |
D | LazyProxyTest.cpp | 73 void onExecute(GrOpFlushState*, const SkRect& chainBounds) override { in onExecute() 363 void onExecute(GrOpFlushState* state, const SkRect& chainBounds) override { in onExecute() 439 void onExecute(GrOpFlushState* state, const SkRect& chainBounds) override {} in onExecute()
|
D | PrimitiveProcessorTest.cpp | 111 void onExecute(GrOpFlushState* flushState, const SkRect& chainBounds) override { in onExecute()
|
/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/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()
|
123