Lines Matching refs:GrShaderVar
822 static const GrShaderVar gPerlinNoiseArgs[] = { in emitCode()
823 GrShaderVar(chanCoord, kFloat_GrSLType), in emitCode()
824 GrShaderVar(noiseVec, kVec2f_GrSLType) in emitCode()
827 static const GrShaderVar gPerlinNoiseStitchArgs[] = { in emitCode()
828 GrShaderVar(chanCoord, kFloat_GrSLType), in emitCode()
829 GrShaderVar(noiseVec, kVec2f_GrSLType), in emitCode()
830 GrShaderVar(stitchData, kVec2f_GrSLType) in emitCode()
1198 static const GrShaderVar fadeArgs[] = { in emitCode()
1199 GrShaderVar("t", kVec3f_GrSLType) in emitCode()
1208 static const GrShaderVar permArgs[] = { in emitCode()
1209 GrShaderVar("x", kFloat_GrSLType) in emitCode()
1222 static const GrShaderVar gradArgs[] = { in emitCode()
1223 GrShaderVar("x", kFloat_GrSLType), in emitCode()
1224 GrShaderVar("p", kVec3f_GrSLType) in emitCode()
1235 static const GrShaderVar lerpArgs[] = { in emitCode()
1236 GrShaderVar("a", kFloat_GrSLType), in emitCode()
1237 GrShaderVar("b", kFloat_GrSLType), in emitCode()
1238 GrShaderVar("w", kFloat_GrSLType) in emitCode()
1245 static const GrShaderVar noiseArgs[] = { in emitCode()
1246 GrShaderVar("p", kVec3f_GrSLType), in emitCode()
1282 static const GrShaderVar noiseOctavesArgs[] = { in emitCode()
1283 GrShaderVar("p", kVec3f_GrSLType) in emitCode()