Searched refs:drawOpArgs (Results 1 – 17 of 17) sorted by relevance
/third_party/flutter/skia/src/gpu/ops/ |
D | GrDrawPathOp.cpp | 52 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()
|
D | GrStencilPathOp.cpp | 31 GrRenderTarget* rt = state->drawOpArgs().renderTarget(); in onExecute() 38 GrPathRendering::StencilPathArgs args(fUseHWAA, state->drawOpArgs().fProxy, in onExecute()
|
D | GrFillRRectOp.cpp | 749 initArgs.fDstProxy = flushState->drawOpArgs().fDstProxy; in onExecute() 750 initArgs.fOutputSwizzle = flushState->drawOpArgs().fOutputSwizzle; in onExecute()
|
/third_party/skia/src/gpu/ |
D | GrOpFlushState.h | 106 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/ |
D | GrStencilAtlasOp.cpp | 107 flushState->drawOpArgs().fOutputSwizzle, GrPipeline::InputFlags::kHWAntialias, in onExecute() 123 GrScissorTest::kEnabled, SkBlendMode::kSrc, flushState->drawOpArgs().fOutputSwizzle, in onExecute()
|
D | GrCCDrawPathsOp.cpp | 426 initArgs.fDstProxy = flushState->drawOpArgs().fDstProxy; in onExecute() 427 initArgs.fOutputSwizzle = flushState->drawOpArgs().fOutputSwizzle; in onExecute()
|
D | GrCCPerFlushResources.cpp | 93 flushState->drawOpArgs().fOutputSwizzle); in onExecute() 136 flushState->drawOpArgs().fOutputSwizzle); in onExecute()
|
D | GrCCStroker.cpp | 704 flushState->drawOpArgs().fOutputSwizzle); in drawStrokes()
|
/third_party/flutter/skia/src/gpu/ |
D | GrOpFlushState.h | 73 const OpArgs& drawOpArgs() const { in drawOpArgs() function
|
D | GrOpFlushState.cpp | 47 pipelineArgs.fOutputSwizzle = this->drawOpArgs().fOutputSwizzle; in executeDrawsAndUploadsForMeshDrawOp()
|
/third_party/flutter/skia/gm/ |
D | fwidth_squircle.cpp | 173 flushState->drawOpArgs().fOutputSwizzle); in onExecute()
|
D | clockwise.cpp | 163 flushState->drawOpArgs().fOutputSwizzle); in onExecute()
|
D | samplelocations.cpp | 235 flushState->drawOpArgs().fOutputSwizzle, in onExecute()
|
/third_party/flutter/skia/tests/ |
D | GrPipelineDynamicStateTest.cpp | 143 GrPipeline pipeline(fScissorTest, SkBlendMode::kSrc, state->drawOpArgs().fOutputSwizzle); in onExecute()
|
/third_party/skia/tests/ |
D | GrPipelineDynamicStateTest.cpp | 154 flushState->drawOpArgs().writeView().swizzle()); in onExecute()
|
/third_party/skia/gm/ |
D | tessellation.cpp | 323 state->drawOpArgs().writeView().swizzle()); in onExecute()
|
/third_party/flutter/skia/samplecode/ |
D | SampleCCPRGeometry.cpp | 338 state->drawOpArgs().fOutputSwizzle); in onExecute()
|