Home
last modified time | relevance | path

Searched defs:OpArgs (Results 1 – 1 of 1) sorted by relevance

/external/skia/src/gpu/ganesh/
DGrOpFlushState.h90 struct OpArgs { struct
92 explicit OpArgs(GrOp* op, const GrSurfaceProxyView& surfaceView, bool usesMSAASurface, in OpArgs() function
106 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