Searched defs:chainBounds (Results 1 – 25 of 59) 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 | GrDrawableOp.cpp | 30 void GrDrawableOp::onExecute(GrOpFlushState* state, const SkRect& chainBounds) { in onExecute()
|
D | GrClearOp.cpp | 80 void GrClearOp::onExecute(GrOpFlushState* state, const SkRect& chainBounds) { in onExecute()
|
/external/skia/src/gpu/tessellate/ |
D | GrPathStencilFillOp.cpp | 156 void GrPathStencilFillOp::onExecute(GrOpFlushState* flushState, const SkRect& chainBounds) { in onExecute()
|
D | GrPathInnerTriangulateOp.cpp | 256 void GrPathInnerTriangulateOp::onExecute(GrOpFlushState* flushState, const SkRect& chainBounds) { in onExecute()
|
D | GrStrokeTessellateOp.cpp | 240 void GrStrokeTessellateOp::onExecute(GrOpFlushState* flushState, const SkRect& chainBounds) { in onExecute()
|
D | GrDrawAtlasPathOp.cpp | 164 void GrDrawAtlasPathOp::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()
|
D | GrPipelineDynamicStateTest.cpp | 138 void onExecute(GrOpFlushState* state, 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()
|
/external/skqp/src/gpu/ccpr/ |
D | GrCCPerFlushResources.cpp | 72 void onExecute(GrOpFlushState* flushState, const SkRect& chainBounds) override { in onExecute() 117 void onExecute(GrOpFlushState* flushState, const SkRect& chainBounds) override { in onExecute()
|
/external/skia/tests/ |
D | LazyProxyTest.cpp | 67 void onExecute(GrOpFlushState*, const SkRect& chainBounds) override { in onExecute() 368 void onExecute(GrOpFlushState* state, const SkRect& chainBounds) override { in onExecute()
|
D | PrimitiveProcessorTest.cpp | 153 void onExecute(GrOpFlushState* flushState, const SkRect& chainBounds) override { in onExecute()
|
/external/skia/gm/ |
D | fwidth_squircle.cpp | 222 void onExecute(GrOpFlushState* flushState, const SkRect& chainBounds) final { in onExecute()
|
D | clockwise.cpp | 213 void onExecute(GrOpFlushState* flushState, const SkRect& chainBounds) override { in onExecute()
|
/external/skia/src/gpu/ |
D | GrOpFlushState.cpp | 42 const GrOp* op, const SkRect& chainBounds, const GrPipeline* pipeline, in executeDrawsAndUploadsForMeshDrawOp()
|
123