Searched refs:fInTextureCoords (Results 1 - 5 of 5) sorted by relevance
/third_party/skia/src/gpu/effects/ |
H A D | GrDistanceFieldGeoProc.h | 125 Attribute fInTextureCoords; 191 Attribute fInTextureCoords; 270 Attribute fInTextureCoords;
|
H A D | GrDistanceFieldGeoProc.cpp | 97 dfTexEffect.fInTextureCoords.name(), 229 fInTextureCoords = {"inTextureCoords", kUShort2_GrVertexAttribType, in GrDistanceFieldA8TextGeoProc() 369 dfPathEffect.fInTextureCoords.name(), 503 fInTextureCoords = {"inTextureCoords", kUShort2_GrVertexAttribType, in GrDistanceFieldPathGeoProc() 661 dfTexEffect.fInTextureCoords.name(), 824 fInTextureCoords = {"inTextureCoords", kUShort2_GrVertexAttribType, in GrDistanceFieldLCDTextGeoProc()
|
H A D | GrBitmapTextGeoProc.h | 78 Attribute fInTextureCoords; variable
|
H A D | GrBitmapTextGeoProc.cpp | 62 btgp.fInTextureCoords.name(), 141 fInTextureCoords = {"inTextureCoords", kUShort2_GrVertexAttribType, in GrBitmapTextGeoProc()
|
/third_party/skia/src/gpu/ops/ |
H A D | LatticeOp.cpp | 75 gpArgs->fLocalCoordVar = latticeGP.fInTextureCoords.asShaderVar(); 79 latticeGP.fInTextureCoords.asShaderVar(), 117 fInTextureCoords = {"textureCoords", kFloat2_GrVertexAttribType, kFloat2_GrSLType}; in LatticeGP() 126 Attribute fInTextureCoords; member
|
Completed in 7 milliseconds