Home
last modified time | relevance | path

Searched refs:drawOpArgs (Results 1 – 3 of 3) sorted by relevance

/third_party/skia/src/gpu/
DGrOpFlushState.h106 const OpArgs& drawOpArgs() const { in drawOpArgs() function
156 const GrSurfaceProxyView& writeView() const final { return this->drawOpArgs().writeView(); } in writeView()
157 GrRenderTargetProxy* rtProxy() const final { return this->drawOpArgs().rtProxy(); } in rtProxy()
158 bool usesMSAASurface() const final { return this->drawOpArgs().usesMSAASurface(); } in usesMSAASurface()
159 const GrAppliedClip* appliedClip() const final { return this->drawOpArgs().appliedClip(); } in appliedClip()
166 return this->drawOpArgs().dstProxyView(); in dstProxyView()
170 return this->drawOpArgs().renderPassBarriers(); in renderPassBarriers()
174 return this->drawOpArgs().colorLoadOp(); in colorLoadOp()
/third_party/skia/tests/
DGrPipelineDynamicStateTest.cpp154 flushState->drawOpArgs().writeView().swizzle()); in onExecute()
/third_party/skia/gm/
Dtessellation.cpp323 state->drawOpArgs().writeView().swizzle()); in onExecute()