Home
last modified time | relevance | path

Searched refs:drawOpArgs (Results 1 – 17 of 17) sorted by relevance

/third_party/flutter/skia/src/gpu/ops/
DGrDrawPathOp.cpp52 args.fDstProxy = state.drawOpArgs().fDstProxy; in pipelineInitArgs()
53 args.fOutputSwizzle = state.drawOpArgs().fOutputSwizzle; in pipelineInitArgs()
70 const GrAppliedClip* appliedClip = flushState.drawOpArgs().fAppliedClip; in init_stencil_pass_settings()
73 flushState.drawOpArgs().renderTarget()->renderTargetPriv().numStencilBits()); in init_stencil_pass_settings()
97 state->gpu()->pathRendering()->drawPath(state->drawOpArgs().renderTarget(), in onExecute()
98 state->drawOpArgs().origin(), in onExecute()
DGrStencilPathOp.cpp31 GrRenderTarget* rt = state->drawOpArgs().renderTarget(); in onExecute()
38 GrPathRendering::StencilPathArgs args(fUseHWAA, state->drawOpArgs().fProxy, in onExecute()
DGrFillRRectOp.cpp749 initArgs.fDstProxy = flushState->drawOpArgs().fDstProxy; in onExecute()
750 initArgs.fOutputSwizzle = flushState->drawOpArgs().fOutputSwizzle; in onExecute()
/third_party/skia/src/gpu/
DGrOpFlushState.h106 const OpArgs& drawOpArgs() const { in drawOpArgs() function
156 const GrSurfaceProxyView& writeView() const final { return this->drawOpArgs().writeView(); } in writeView()
157 GrRenderTargetProxy* rtProxy() const final { return this->drawOpArgs().rtProxy(); } in rtProxy()
158 bool usesMSAASurface() const final { return this->drawOpArgs().usesMSAASurface(); } in usesMSAASurface()
159 const GrAppliedClip* appliedClip() const final { return this->drawOpArgs().appliedClip(); } in appliedClip()
166 return this->drawOpArgs().dstProxyView(); in dstProxyView()
170 return this->drawOpArgs().renderPassBarriers(); in renderPassBarriers()
174 return this->drawOpArgs().colorLoadOp(); in colorLoadOp()
/third_party/flutter/skia/src/gpu/ccpr/
DGrStencilAtlasOp.cpp107 flushState->drawOpArgs().fOutputSwizzle, GrPipeline::InputFlags::kHWAntialias, in onExecute()
123 GrScissorTest::kEnabled, SkBlendMode::kSrc, flushState->drawOpArgs().fOutputSwizzle, in onExecute()
DGrCCDrawPathsOp.cpp426 initArgs.fDstProxy = flushState->drawOpArgs().fDstProxy; in onExecute()
427 initArgs.fOutputSwizzle = flushState->drawOpArgs().fOutputSwizzle; in onExecute()
DGrCCPerFlushResources.cpp93 flushState->drawOpArgs().fOutputSwizzle); in onExecute()
136 flushState->drawOpArgs().fOutputSwizzle); in onExecute()
DGrCCStroker.cpp704 flushState->drawOpArgs().fOutputSwizzle); in drawStrokes()
/third_party/flutter/skia/src/gpu/
DGrOpFlushState.h73 const OpArgs& drawOpArgs() const { in drawOpArgs() function
DGrOpFlushState.cpp47 pipelineArgs.fOutputSwizzle = this->drawOpArgs().fOutputSwizzle; in executeDrawsAndUploadsForMeshDrawOp()
/third_party/flutter/skia/gm/
Dfwidth_squircle.cpp173 flushState->drawOpArgs().fOutputSwizzle); in onExecute()
Dclockwise.cpp163 flushState->drawOpArgs().fOutputSwizzle); in onExecute()
Dsamplelocations.cpp235 flushState->drawOpArgs().fOutputSwizzle, in onExecute()
/third_party/flutter/skia/tests/
DGrPipelineDynamicStateTest.cpp143 GrPipeline pipeline(fScissorTest, SkBlendMode::kSrc, state->drawOpArgs().fOutputSwizzle); in onExecute()
/third_party/skia/tests/
DGrPipelineDynamicStateTest.cpp154 flushState->drawOpArgs().writeView().swizzle()); in onExecute()
/third_party/skia/gm/
Dtessellation.cpp323 state->drawOpArgs().writeView().swizzle()); in onExecute()
/third_party/flutter/skia/samplecode/
DSampleCCPRGeometry.cpp338 state->drawOpArgs().fOutputSwizzle); in onExecute()