Home
last modified time | relevance | path

Searched refs:fStencilPathProgram (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/src/gpu/ops/
DPathStencilCoverOp.cpp136 SkASSERT(!fStencilPathProgram); in prePreparePrograms()
174 fStencilPathProgram = GrTessellationShader::MakeProgram(args, in prePreparePrograms()
216 if (fStencilPathProgram) { in onPrePrepare()
217 context->priv().recordProgramInfo(fStencilPathProgram); in onPrePrepare()
263 auto tessShader = &fStencilPathProgram->geomProc().cast<GrPathTessellationShader>(); in onPrepare()
338 SkASSERT(fStencilPathProgram); in onExecute()
339 flushState->bindPipelineAndScissorClip(*fStencilPathProgram, this->bounds()); in onExecute()
340 fTessellator->draw(flushState, fStencilPathProgram->geomProc().willUseTessellationShaders()); in onExecute()
DPathStencilCoverOp.h101 const GrProgramInfo* fStencilPathProgram = nullptr; variable