Searched refs:fStencilPathProgram (Results 1 – 2 of 2) sorted by relevance
136 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()
101 const GrProgramInfo* fStencilPathProgram = nullptr; variable