Searched refs:fSubstageIndices (Results 1 – 4 of 4) sorted by relevance
76 fSubstageIndices.push_back(0); in GrGLSLFragmentShaderBuilder()199 SkASSERT(fSubstageIndices.count() >= 1); in onBeforeChildProcEmitCode()200 fSubstageIndices.push_back(0); in onBeforeChildProcEmitCode()203 fMangleString.appendf("_c%d", fSubstageIndices[fSubstageIndices.count() - 2]); in onBeforeChildProcEmitCode()207 SkASSERT(fSubstageIndices.count() >= 2); in onAfterChildProcEmitCode()208 fSubstageIndices.pop_back(); in onAfterChildProcEmitCode()209 fSubstageIndices.back()++; in onAfterChildProcEmitCode()
150 SkTArray<int> fSubstageIndices; variable
71 fSubstageIndices.push_back(0); in GrGLSLFragmentShaderBuilder()238 SkASSERT(fSubstageIndices.count() >= 1); in onBeforeChildProcEmitCode()239 fSubstageIndices.push_back(0); in onBeforeChildProcEmitCode()242 fMangleString.appendf("_c%d", fSubstageIndices[fSubstageIndices.count() - 2]); in onBeforeChildProcEmitCode()246 SkASSERT(fSubstageIndices.count() >= 2); in onAfterChildProcEmitCode()247 fSubstageIndices.pop_back(); in onAfterChildProcEmitCode()248 fSubstageIndices.back()++; in onAfterChildProcEmitCode()
174 SkTArray<int> fSubstageIndices; variable