Searched refs:drawOpArgs (Results 1 – 3 of 3) sorted by relevance
106 const OpArgs& drawOpArgs() const { in drawOpArgs() function156 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()
154 flushState->drawOpArgs().writeView().swizzle()); in onExecute()
323 state->drawOpArgs().writeView().swizzle()); in onExecute()