Searched refs:drawOpArgs (Results 1 – 9 of 9) sorted by relevance
50 args.fDstProxy = state.drawOpArgs().fDstProxy; in pipelineInitArgs()58 const GrAppliedClip* appliedClip = flushState.drawOpArgs().fAppliedClip; in init_stencil_pass_settings()61 flushState.drawOpArgs().renderTarget()->renderTargetPriv().numStencilBits()); in init_stencil_pass_settings()85 state->gpu()->pathRendering()->drawPath(state->drawOpArgs().renderTarget(), in onExecute()86 state->drawOpArgs().origin(), in onExecute()
31 GrRenderTarget* rt = state->drawOpArgs().renderTarget(); in onExecute()38 GrPathRendering::StencilPathArgs args(fUseHWAA, state->drawOpArgs().fProxy, in onExecute()
465 initArgs.fDstProxy = flushState->drawOpArgs().fDstProxy; in onExecute()
107 const OpArgs& drawOpArgs() const { in drawOpArgs() function157 const GrSurfaceProxyView& writeView() const final { return this->drawOpArgs().writeView(); } in writeView()158 GrRenderTargetProxy* rtProxy() const final { return this->drawOpArgs().rtProxy(); } in rtProxy()159 bool usesMSAASurface() const final { return this->drawOpArgs().usesMSAASurface(); } in usesMSAASurface()160 const GrAppliedClip* appliedClip() const final { return this->drawOpArgs().appliedClip(); } in appliedClip()167 return this->drawOpArgs().dstProxyView(); in dstProxyView()171 return this->drawOpArgs().renderPassBarriers(); in renderPassBarriers()175 return this->drawOpArgs().colorLoadOp(); in colorLoadOp()
172 initArgs.fDstProxyView = state->drawOpArgs().dstProxyView(); in onExecute()173 initArgs.fWriteSwizzle = state->drawOpArgs().writeView().swizzle(); in onExecute()
69 const OpArgs& drawOpArgs() const { in drawOpArgs() function
154 flushState->drawOpArgs().writeView().swizzle()); in onExecute()
308 state->drawOpArgs().writeView().swizzle()); in onExecute()
404 initArgs.fDstProxy = flushState->drawOpArgs().fDstProxy; in onExecute()