Home
last modified time | relevance | path

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

/external/skia/src/gpu/
DGrOpFlushState.h59 struct OpArgs { struct
61 explicit OpArgs(GrOp* op, const GrSurfaceProxyView& surfaceView, bool usesMSAASurface, in OpArgs() function
76 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
/external/skqp/src/gpu/
DGrOpFlushState.h56 struct OpArgs { struct
67 void setOpArgs(OpArgs* opArgs) { fOpArgs = opArgs; } in setOpArgs() argument