HomeSort by relevance Sort by last modified time
    Searched refs:fInTextureCoords (Results 1 - 4 of 4) sorted by null

  /external/skia/src/gpu/effects/
GrBitmapTextGeoProc.h 36 const Attribute* inTextureCoords() const { return fInTextureCoords; }
59 const Attribute* fInTextureCoords;
GrDistanceFieldGeoProc.h 70 const Attribute* inTextureCoords() const { return fInTextureCoords; }
104 const Attribute* fInTextureCoords;
132 const Attribute* inTextureCoords() const { return fInTextureCoords; }
156 const Attribute* fInTextureCoords;
198 const Attribute* inTextureCoords() const { return fInTextureCoords; }
224 const Attribute* fInTextureCoords;
GrBitmapTextGeoProc.cpp 138 fInTextureCoords = &this->addVertexAttrib(Attribute("inTextureCoords",
GrDistanceFieldGeoProc.cpp 214 fInTextureCoords = &this->addVertexAttrib(Attribute("inTextureCoords",
439 fInTextureCoords = &this->addVertexAttrib(Attribute("inTextureCoords",
    [all...]

Completed in 30 milliseconds