Home
last modified time | relevance | path

Searched refs:chainBounds (Results 1 - 25 of 51) sorted by relevance

123

/third_party/skia/src/gpu/ops/
H A DStrokeTessellateOp.cpp268 void StrokeTessellateOp::onExecute(GrOpFlushState* flushState, const SkRect& chainBounds) { in onExecute() argument
270 flushState->bindPipelineAndScissorClip(*fStencilProgram, chainBounds); in onExecute()
275 flushState->bindPipelineAndScissorClip(*fFillProgram, chainBounds); in onExecute()
H A DGrOp.h191 void execute(GrOpFlushState* state, const SkRect& chainBounds) { in execute() argument
193 this->onExecute(state, chainBounds); in execute()
321 // If this op is chained then chainBounds is the union of the bounds of all ops in the chain.
323 virtual void onExecute(GrOpFlushState*, const SkRect& chainBounds) = 0;
H A DDrawableOp.cpp32 void DrawableOp::onExecute(GrOpFlushState* state, const SkRect& chainBounds) { in onExecute() argument
H A DBlurOp.cpp36 void BlurOp::onExecute(GrOpFlushState* state, const SkRect& chainBounds) in onExecute() argument
H A DDrawableOp.h46 void onExecute(GrOpFlushState*, const SkRect& chainBounds) override;
H A DBlurOp.h52 void onExecute(GrOpFlushState* state, const SkRect& chainBounds) override;
H A DDrawAtlasOp.cpp63 void onExecute(GrOpFlushState*, const SkRect& chainBounds) override;
249 void DrawAtlasOpImpl::onExecute(GrOpFlushState* flushState, const SkRect& chainBounds) { in onExecute() argument
254 flushState->bindPipelineAndScissorClip(*fProgramInfo, chainBounds); in onExecute()
H A DStrokeTessellateOp.h65 void onExecute(GrOpFlushState*, const SkRect& chainBounds) override;
H A DPathInnerTriangulateOp.h67 void onExecute(GrOpFlushState*, const SkRect& chainBounds) override;
H A DPathTessellateOp.h62 void onExecute(GrOpFlushState*, const SkRect& chainBounds) override;
H A DClearOp.h61 void onExecute(GrOpFlushState* state, const SkRect& chainBounds) override;
H A DRegionOp.cpp146 void onExecute(GrOpFlushState* flushState, const SkRect& chainBounds) override {
151 flushState->bindPipelineAndScissorClip(*fProgramInfo, chainBounds);
H A DDrawAtlasPathOp.h50 void onExecute(GrOpFlushState*, const SkRect& chainBounds) override;
H A DPathStencilCoverOp.h87 void onExecute(GrOpFlushState*, const SkRect& chainBounds) override;
H A DClearOp.cpp86 void ClearOp::onExecute(GrOpFlushState* state, const SkRect& chainBounds) { in onExecute() argument
H A DStrokeRectOp.cpp241 void onExecute(GrOpFlushState* flushState, const SkRect& chainBounds) override {
246 flushState->bindPipelineAndScissorClip(*fProgramInfo, chainBounds);
528 void onExecute(GrOpFlushState*, const SkRect& chainBounds) override;
666 void AAStrokeRectOp::onExecute(GrOpFlushState* flushState, const SkRect& chainBounds) { in onExecute() argument
671 flushState->bindPipelineAndScissorClip(*fProgramInfo, chainBounds); in onExecute()
H A DGrOvalOpFactory.cpp1430 void onExecute(GrOpFlushState* flushState, const SkRect& chainBounds) override {
1435 flushState->bindPipelineAndScissorClip(*fProgramInfo, chainBounds);
1761 void onExecute(GrOpFlushState* flushState, const SkRect& chainBounds) override {
1766 flushState->bindPipelineAndScissorClip(*fProgramInfo, chainBounds);
2061 void onExecute(GrOpFlushState* flushState, const SkRect& chainBounds) override {
2066 flushState->bindPipelineAndScissorClip(*fProgramInfo, chainBounds);
2335 void onExecute(GrOpFlushState* flushState, const SkRect& chainBounds) override {
2340 flushState->bindPipelineAndScissorClip(*fProgramInfo, chainBounds);
2799 void onExecute(GrOpFlushState* flushState, const SkRect& chainBounds) override {
2804 flushState->bindPipelineAndScissorClip(*fProgramInfo, chainBounds);
[all...]
H A DPathTessellateOp.cpp121 void PathTessellateOp::onExecute(GrOpFlushState* flushState, const SkRect& chainBounds) { in onExecute() argument
H A DAALinearizingConvexPathRenderer.cpp282 void onExecute(GrOpFlushState* flushState, const SkRect& chainBounds) override {
287 flushState->bindPipelineAndScissorClip(*fProgramInfo, chainBounds);
/third_party/skia/tools/gpu/
H A DTestOps.cpp129 void onExecute(GrOpFlushState*, const SkRect& chainBounds) override;
212 void TestRectOp::onExecute(GrOpFlushState* flushState, const SkRect& chainBounds) { in onExecute() argument
217 flushState->bindPipelineAndScissorClip(*fProgramInfo, chainBounds); in onExecute()
/third_party/skia/tests/
H A DPrimitiveProcessorTest.cpp156 void onExecute(GrOpFlushState* flushState, const SkRect& chainBounds) override {
161 flushState->bindPipelineAndScissorClip(*fProgramInfo, chainBounds);
H A DLazyProxyTest.cpp70 void onExecute(GrOpFlushState*, const SkRect& chainBounds) override {
391 void onExecute(GrOpFlushState* state, const SkRect& chainBounds) override {
/third_party/skia/src/gpu/
H A DGrOpFlushState.cpp42 const GrOp* op, const SkRect& chainBounds, const GrPipeline* pipeline, in executeDrawsAndUploadsForMeshDrawOp()
65 this->bindPipelineAndScissorClip(programInfo, chainBounds); in executeDrawsAndUploadsForMeshDrawOp()
41 executeDrawsAndUploadsForMeshDrawOp( const GrOp* op, const SkRect& chainBounds, const GrPipeline* pipeline, const GrUserStencilSettings* userStencilSettings) executeDrawsAndUploadsForMeshDrawOp() argument
/third_party/skia/samplecode/
H A DSamplePathTessellators.cpp161 void onExecute(GrOpFlushState* flushState, const SkRect& chainBounds) override {
162 flushState->bindPipeline(*fProgram, chainBounds);
/third_party/skia/bench/
H A DVertexColorSpaceBench.cpp265 void onExecute(GrOpFlushState* flushState, const SkRect& chainBounds) override {
270 flushState->bindPipelineAndScissorClip(*fProgramInfo, chainBounds);

Completed in 15 milliseconds

123