Searched refs:fStencilPathProgram (Results 1 – 2 of 2) sorted by relevance
48 SkASSERT(!fStencilPathProgram); in prePreparePrograms()69 fStencilPathProgram = GrStencilPathShader::MakeStencilProgram<GrMiddleOutCubicShader>( in prePreparePrograms()88 fStencilPathProgram = GrStencilPathShader::MakeStencilProgram<GrCubicTessellateShader>( in prePreparePrograms()93 fStencilPathProgram = GrStencilPathShader::MakeStencilProgram<GrWedgeTessellateShader>( in prePreparePrograms()122 if (fStencilPathProgram) { in onPrePrepare()123 context->priv().recordProgramInfo(fStencilPathProgram); in onPrePrepare()171 SkASSERT(fStencilPathProgram); in onExecute()172 flushState->bindPipelineAndScissorClip(*fStencilPathProgram, this->bounds()); in onExecute()
63 const GrProgramInfo* fStencilPathProgram = nullptr; variable