Searched defs:OpArgs (Results 1 – 2 of 2) sorted by relevance
59 struct OpArgs { struct61 explicit OpArgs(GrOp* op, const GrSurfaceProxyView& surfaceView, bool usesMSAASurface, in OpArgs() function76 GrOp* op() { return fOp; } in op()77 const GrSurfaceProxyView& writeView() const { return fSurfaceView; } in writeView()78 GrRenderTargetProxy* rtProxy() const { return fRenderTargetProxy; } in rtProxy()80 bool usesMSAASurface() const { return fUsesMSAASurface; } in usesMSAASurface()81 GrAppliedClip* appliedClip() { return fAppliedClip; } in appliedClip()105 void setOpArgs(OpArgs* opArgs) { fOpArgs = opArgs; } in setOpArgs() argument
56 struct OpArgs { struct67 void setOpArgs(OpArgs* opArgs) { fOpArgs = opArgs; } in setOpArgs() argument