Home
last modified time | relevance | path

Searched refs:chainBounds (Results 1 – 25 of 77) sorted by relevance

1234

/external/skqp/src/gpu/ops/
DGrOp.h179 void execute(GrOpFlushState* state, const SkRect& chainBounds) { in execute() argument
181 this->onExecute(state, chainBounds); in execute()
304 virtual void onExecute(GrOpFlushState*, const SkRect& chainBounds) = 0;
DGrMeshDrawOp.cpp17 void GrMeshDrawOp::onExecute(GrOpFlushState* state, const SkRect& chainBounds) { in onExecute() argument
18 state->executeDrawsAndUploadsForMeshDrawOp(this, chainBounds); in onExecute()
DGrDebugMarkerOp.cpp25 void GrDebugMarkerOp::onExecute(GrOpFlushState* state, const SkRect& chainBounds) { in onExecute() argument
DGrClearStencilClipOp.cpp22 void GrClearStencilClipOp::onExecute(GrOpFlushState* state, const SkRect& chainBounds) { in onExecute() argument
DGrDebugMarkerOp.h46 void onExecute(GrOpFlushState*, const SkRect& chainBounds) override;
DGrDrawableOp.cpp31 void GrDrawableOp::onExecute(GrOpFlushState* state, const SkRect& chainBounds) { in onExecute() argument
DGrDrawableOp.h43 void onExecute(GrOpFlushState*, const SkRect& chainBounds) override;
DGrSemaphoreOp.cpp36 void onExecute(GrOpFlushState* state, const SkRect& chainBounds) override { in onExecute() argument
DGrStencilPathOp.cpp30 void GrStencilPathOp::onExecute(GrOpFlushState* state, const SkRect& chainBounds) { in onExecute() argument
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;
DGrCopySurfaceOp.h58 void onExecute(GrOpFlushState*, const SkRect& chainBounds) override;
DGrClearOp.cpp60 void GrClearOp::onExecute(GrOpFlushState* state, const SkRect& chainBounds) { in onExecute() argument
/external/skia/src/gpu/tessellate/
DGrStrokeTessellateOp.cpp240 void GrStrokeTessellateOp::onExecute(GrOpFlushState* flushState, const SkRect& chainBounds) { in onExecute() argument
242 flushState->bindPipelineAndScissorClip(*fStencilProgram, chainBounds); in onExecute()
247 flushState->bindPipelineAndScissorClip(*fFillProgram, chainBounds); in onExecute()
DGrPathStencilFillOp.h51 void onExecute(GrOpFlushState*, const SkRect& chainBounds) override;
DGrStrokeTessellateOp.h61 void onExecute(GrOpFlushState*, const SkRect& chainBounds) override;
/external/skia/src/gpu/ops/
DGrOp.h192 void execute(GrOpFlushState* state, const SkRect& chainBounds) { in execute() argument
194 this->onExecute(state, chainBounds); in execute()
320 virtual void onExecute(GrOpFlushState*, const SkRect& chainBounds) = 0;
DGrDrawableOp.cpp30 void GrDrawableOp::onExecute(GrOpFlushState* state, const SkRect& chainBounds) { in onExecute() argument
DGrDrawableOp.h47 void onExecute(GrOpFlushState*, const SkRect& chainBounds) override;
DGrDrawAtlasOp.cpp63 void onExecute(GrOpFlushState*, const SkRect& chainBounds) override;
247 void DrawAtlasOp::onExecute(GrOpFlushState* flushState, const SkRect& chainBounds) { in onExecute() argument
252 flushState->bindPipelineAndScissorClip(*fProgramInfo, chainBounds); in onExecute()
DGrRegionOp.cpp144 void onExecute(GrOpFlushState* flushState, const SkRect& chainBounds) override { in onExecute() argument
149 flushState->bindPipelineAndScissorClip(*fProgramInfo, chainBounds); in onExecute()
DGrClearOp.h59 void onExecute(GrOpFlushState* state, const SkRect& chainBounds) override;
/external/skia/tools/gpu/
DTestOps.cpp133 void onExecute(GrOpFlushState*, const SkRect& chainBounds) override;
214 void TestRectOp::onExecute(GrOpFlushState* flushState, const SkRect& chainBounds) { in onExecute() argument
219 flushState->bindPipelineAndScissorClip(*fProgramInfo, chainBounds); in onExecute()
/external/skia/tests/
DPrimitiveProcessorTest.cpp153 void onExecute(GrOpFlushState* flushState, const SkRect& chainBounds) override { in onExecute() argument
158 flushState->bindPipelineAndScissorClip(*fProgramInfo, chainBounds); in onExecute()

1234