Searched refs:fSubstageIndices (Results 1 – 4 of 4) sorted by relevance
28 fSubstageIndices.push_back(0); in GrGLSLFragmentShaderBuilder()175 SkASSERT(fSubstageIndices.count() >= 1); in onBeforeChildProcEmitCode()176 fSubstageIndices.push_back(0); in onBeforeChildProcEmitCode()179 fMangleString.appendf("_c%d", fSubstageIndices[fSubstageIndices.count() - 2]); in onBeforeChildProcEmitCode()183 SkASSERT(fSubstageIndices.count() >= 2); in onAfterChildProcEmitCode()184 fSubstageIndices.pop_back(); in onAfterChildProcEmitCode()185 fSubstageIndices.back()++; in onAfterChildProcEmitCode()
151 SkTArray<int> fSubstageIndices; variable
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