Searched refs:fInTextureCoords (Results 1 - 8 of 8) sorted by relevance

/external/skia/src/gpu/effects/
H A DGrBitmapTextGeoProc.h41 const Attribute* inTextureCoords() const { return fInTextureCoords; }
67 const Attribute* fInTextureCoords; member in class:GrBitmapTextGeoProc
H A DGrDistanceFieldGeoProc.h81 const Attribute* inTextureCoords() const { return fInTextureCoords; }
112 const Attribute* fInTextureCoords; member in class:GrDistanceFieldA8TextGeoProc
144 const Attribute* inTextureCoords() const { return fInTextureCoords; }
167 const Attribute* fInTextureCoords; member in class:GrDistanceFieldPathGeoProc
213 const Attribute* inTextureCoords() const { return fInTextureCoords; }
236 const Attribute* fInTextureCoords; member in class:GrDistanceFieldLCDTextGeoProc
H A DGrBitmapTextGeoProc.cpp144 fInTextureCoords = &this->addVertexAttrib("inTextureCoords", kUShort2_GrVertexAttribType);
H A DGrDistanceFieldGeoProc.cpp234 fInTextureCoords = &this->addVertexAttrib("inTextureCoords", kUShort2_GrVertexAttribType);
517 fInTextureCoords = &this->addVertexAttrib("inTextureCoords", kUShort2_GrVertexAttribType);
825 fInTextureCoords = &this->addVertexAttrib("inTextureCoords", kUShort2_GrVertexAttribType);
/external/skqp/src/gpu/effects/
H A DGrBitmapTextGeoProc.h41 const Attribute* inTextureCoords() const { return fInTextureCoords; }
65 const Attribute* fInTextureCoords; member in class:GrBitmapTextGeoProc
H A DGrDistanceFieldGeoProc.h81 const Attribute* inTextureCoords() const { return fInTextureCoords; }
109 const Attribute* fInTextureCoords; member in class:GrDistanceFieldA8TextGeoProc
141 const Attribute* inTextureCoords() const { return fInTextureCoords; }
161 const Attribute* fInTextureCoords; member in class:GrDistanceFieldPathGeoProc
208 const Attribute* inTextureCoords() const { return fInTextureCoords; }
229 const Attribute* fInTextureCoords; member in class:GrDistanceFieldLCDTextGeoProc
H A DGrBitmapTextGeoProc.cpp141 fInTextureCoords = &this->addVertexAttrib("inTextureCoords", kUShort2_GrVertexAttribType);
H A DGrDistanceFieldGeoProc.cpp231 fInTextureCoords = &this->addVertexAttrib("inTextureCoords", kUShort2_GrVertexAttribType);
506 fInTextureCoords = &this->addVertexAttrib("inTextureCoords", kUShort2_GrVertexAttribType);
806 fInTextureCoords = &this->addVertexAttrib("inTextureCoords", kUShort2_GrVertexAttribType);

Completed in 240 milliseconds