Home
last modified time | relevance | path

Searched refs:fOpArgs (Results 1 – 4 of 4) sorted by relevance

/third_party/flutter/skia/src/gpu/
DGrOpFlushState.h71 void setOpArgs(OpArgs* opArgs) { fOpArgs = opArgs; } in setOpArgs()
74 SkASSERT(fOpArgs); in drawOpArgs()
75 SkASSERT(fOpArgs->fOp); in drawOpArgs()
76 return *fOpArgs; in drawOpArgs()
100 GrRenderTargetProxy* proxy() const final { return fOpArgs->fProxy; } in proxy()
101 const GrAppliedClip* appliedClip() final { return fOpArgs->fAppliedClip; } in appliedClip()
103 const GrXferProcessor::DstProxy& dstProxy() const final { return fOpArgs->fDstProxy; } in dstProxy()
159 OpArgs* fOpArgs = nullptr; variable
DGrOpFlushState.cpp138 SkASSERT(fOpArgs); in recordDraw()
139 SkASSERT(fOpArgs->fOp); in recordDraw()
159 draw.fOp = fOpArgs->fOp; in recordDraw()
198 return fOpArgs->fAppliedClip ? std::move(*fOpArgs->fAppliedClip) : GrAppliedClip(); in detachAppliedClip()
/third_party/skia/src/gpu/
DGrOpFlushState.h104 void setOpArgs(OpArgs* opArgs) { fOpArgs = opArgs; } in setOpArgs()
107 SkASSERT(fOpArgs); in drawOpArgs()
108 SkDEBUGCODE(fOpArgs->validate()); in drawOpArgs()
109 return *fOpArgs; in drawOpArgs()
161 return (fOpArgs->appliedClip()) ? in appliedHardClip()
162 fOpArgs->appliedClip()->hardClip() : GrAppliedHardClip::Disabled(); in appliedHardClip()
308 OpArgs* fOpArgs = nullptr; variable
DGrOpFlushState.cpp160 SkASSERT(fOpArgs); in recordDraw()
161 SkDEBUGCODE(fOpArgs->validate()); in recordDraw()
173 draw.fOp = fOpArgs->op(); in recordDraw()
213 return fOpArgs->appliedClip() ? std::move(*fOpArgs->appliedClip()) : GrAppliedClip::Disabled(); in detachAppliedClip()