HomeSort by relevance Sort by last modified time
    Searched defs:fSubstageIndices (Results 1 - 2 of 2) sorted by null

  /external/skia/src/gpu/glsl/
GrGLSLFragmentShaderBuilder.h 145 * emitted by the proc. fSubstageIndices is a stack: its count indicates how many levels deep
147 * level which is currently emitting code. For example, if fSubstageIndices = [3, 1, 2, 0], that
150 SkTArray<int> fSubstageIndices;
155 * string is simply based on fSubstageIndices. For example, if fSubstageIndices = [3, 1, 2, 0],
  /external/skqp/src/gpu/glsl/
GrGLSLFragmentShaderBuilder.h 210 * emitted by the proc. fSubstageIndices is a stack: its count indicates how many levels deep
212 * level which is currently emitting code. For example, if fSubstageIndices = [3, 1, 2, 0], that
215 SkTArray<int> fSubstageIndices;
220 * string is simply based on fSubstageIndices. For example, if fSubstageIndices = [3, 1, 2, 0],

Completed in 66 milliseconds