Searched defs:OpArgs (Results 1 – 2 of 2) sorted by relevance
90 struct OpArgs { struct92 explicit OpArgs(GrOp* op, const GrSurfaceProxyView& surfaceView, bool usesMSAASurface, in OpArgs() function106 GrOp* op() { return fOp; } in op()107 const GrSurfaceProxyView& writeView() const { return fSurfaceView; } in writeView()108 GrRenderTargetProxy* rtProxy() const { return fRenderTargetProxy; } in rtProxy()110 bool usesMSAASurface() const { return fUsesMSAASurface; } in usesMSAASurface()111 GrAppliedClip* appliedClip() { return fAppliedClip; } in appliedClip()135 void setOpArgs(OpArgs* opArgs) { fOpArgs = opArgs; } in setOpArgs() argument
762 using OpArgs = OpArgsTemplate<OpOpcode>; variable