Searched refs:fSubstageIndices (Results 1 – 2 of 2) sorted by relevance
80 fSubstageIndices.push_back(0); in GrGLSLFragmentShaderBuilder()312 SkASSERT(fSubstageIndices.count() >= 1); in onBeforeChildProcEmitCode()313 fSubstageIndices.push_back(0); in onBeforeChildProcEmitCode()316 fMangleString.appendf("_c%d", fSubstageIndices[fSubstageIndices.count() - 2]); in onBeforeChildProcEmitCode()320 SkASSERT(fSubstageIndices.count() >= 2); in onAfterChildProcEmitCode()321 fSubstageIndices.pop_back(); in onAfterChildProcEmitCode()322 fSubstageIndices.back()++; in onAfterChildProcEmitCode()
210 SkTArray<int> fSubstageIndices; variable