Home
last modified time | relevance | path

Searched refs:coordName (Results 1 – 4 of 4) sorted by relevance

/external/skia/src/gpu/effects/
DGrSimpleTextureEffect.cpp28 const char* coordName; in emitCode() local
29 GrSLType coordType = fEffectMatrix.emitCode(builder, key, vertexCoords, &coordName); in emitCode()
34 coordName, in emitCode()
/external/skia/src/gpu/gl/
DGrGLEffectMatrix.cpp146 const char* coordName = "coords2D"; in emitCodeMakeFSCoords2D() local
149 suffixedCoordName.append(coordName); in emitCodeMakeFSCoords2D()
151 coordName = suffixedCoordName.c_str(); in emitCodeMakeFSCoords2D()
154 coordName, fsVaryingName, fsVaryingName); in emitCodeMakeFSCoords2D()
156 *fsCoordName = coordName; in emitCodeMakeFSCoords2D()
DGrGLShaderBuilder.cpp105 const char* coordName, in appendTextureLookup() argument
108 GrAssert(NULL != coordName); in appendTextureLookup()
113 coordName); in appendTextureLookup()
121 const char* coordName, in appendTextureLookupAndModulate() argument
125 this->appendTextureLookup(&lookup, sampler, coordName, varyingType); in appendTextureLookupAndModulate()
DGrGLShaderBuilder.h88 const char* coordName,
98 const char* coordName,