Searched refs:chanCoord (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/skia/src/effects/
H A DSkPerlinNoiseShader.cpp1009 const char* chanCoord = "chanCoord"; local
1027 GrGLShaderVar(chanCoord, kFloat_GrSLType),
1032 GrGLShaderVar(chanCoord, kFloat_GrSLType),
1101 latticeCoords.appendf("vec2(%s.x, %s)", latticeIdx, chanCoord);
1113 latticeCoords.appendf("vec2(%s.y, %s)", latticeIdx, chanCoord);
1129 latticeCoords.appendf("vec2(fract(%s.y + %s), %s)", latticeIdx, inc8bit, chanCoord);
1141 latticeCoords.appendf("vec2(fract(%s.x + %s), %s)", latticeIdx, inc8bit, chanCoord);
/external/skia/src/effects/
H A DSkPerlinNoiseShader.cpp1009 const char* chanCoord = "chanCoord"; local
1027 GrGLShaderVar(chanCoord, kFloat_GrSLType),
1032 GrGLShaderVar(chanCoord, kFloat_GrSLType),
1101 latticeCoords.appendf("vec2(%s.x, %s)", latticeIdx, chanCoord);
1113 latticeCoords.appendf("vec2(%s.y, %s)", latticeIdx, chanCoord);
1129 latticeCoords.appendf("vec2(fract(%s.y + %s), %s)", latticeIdx, inc8bit, chanCoord);
1141 latticeCoords.appendf("vec2(fract(%s.x + %s), %s)", latticeIdx, inc8bit, chanCoord);

Completed in 28 milliseconds