Home
last modified time | relevance | path

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

/external/skqp/src/gpu/ops/
DGrDrawPathOp.cpp50 args.fDstProxy = state.drawOpArgs().fDstProxy; in pipelineInitArgs()
58 const GrAppliedClip* appliedClip = flushState.drawOpArgs().fAppliedClip; in init_stencil_pass_settings()
61 flushState.drawOpArgs().renderTarget()->renderTargetPriv().numStencilBits()); in init_stencil_pass_settings()
85 state->gpu()->pathRendering()->drawPath(state->drawOpArgs().renderTarget(), in onExecute()
86 state->drawOpArgs().origin(), in onExecute()
DGrStencilPathOp.cpp31 GrRenderTarget* rt = state->drawOpArgs().renderTarget(); in onExecute()
38 GrPathRendering::StencilPathArgs args(fUseHWAA, state->drawOpArgs().fProxy, in onExecute()
DGrAAFillRRectOp.cpp465 initArgs.fDstProxy = flushState->drawOpArgs().fDstProxy; in onExecute()
/external/skia/src/gpu/
DGrOpFlushState.h107 const OpArgs& drawOpArgs() const { in drawOpArgs() function
157 const GrSurfaceProxyView& writeView() const final { return this->drawOpArgs().writeView(); } in writeView()
158 GrRenderTargetProxy* rtProxy() const final { return this->drawOpArgs().rtProxy(); } in rtProxy()
159 bool usesMSAASurface() const final { return this->drawOpArgs().usesMSAASurface(); } in usesMSAASurface()
160 const GrAppliedClip* appliedClip() const final { return this->drawOpArgs().appliedClip(); } in appliedClip()
167 return this->drawOpArgs().dstProxyView(); in dstProxyView()
171 return this->drawOpArgs().renderPassBarriers(); in renderPassBarriers()
175 return this->drawOpArgs().colorLoadOp(); in colorLoadOp()
/external/skia/src/gpu/tessellate/
DGrDrawAtlasPathOp.cpp172 initArgs.fDstProxyView = state->drawOpArgs().dstProxyView(); in onExecute()
173 initArgs.fWriteSwizzle = state->drawOpArgs().writeView().swizzle(); in onExecute()
/external/skqp/src/gpu/
DGrOpFlushState.h69 const OpArgs& drawOpArgs() const { in drawOpArgs() function
/external/skia/tests/
DGrPipelineDynamicStateTest.cpp154 flushState->drawOpArgs().writeView().swizzle()); in onExecute()
/external/skia/gm/
Dtessellation.cpp308 state->drawOpArgs().writeView().swizzle()); in onExecute()
/external/skqp/src/gpu/ccpr/
DGrCCDrawPathsOp.cpp404 initArgs.fDstProxy = flushState->drawOpArgs().fDstProxy; in onExecute()