Searched defs:inColor (Results 1 - 6 of 6) sorted by relevance

/external/skia/src/gpu/effects/
H A DGrShadowGeoProc.h31 const Attribute* inColor() const { return fInColor; } function in class:GrRRectShadowGeoProc
H A DGrBitmapTextGeoProc.h38 const Attribute* inColor() const { return fInColor; } function in class:GrBitmapTextGeoProc
H A DGrDistanceFieldGeoProc.h78 const Attribute* inColor() const { return fInColor; } function in class:GrDistanceFieldA8TextGeoProc
140 const Attribute* inColor() const { return fInColor; } function in class:GrDistanceFieldPathGeoProc
210 const Attribute* inColor() const { return fInColor; } function in class:GrDistanceFieldLCDTextGeoProc
/external/skia/src/gpu/
H A DGrDefaultGeoProcFactory.cpp46 const Attribute* inColor() const { return fInColor; } function in class:DefaultGeoProc
79 gp.inColor()->fName, gp.inColor()->fName,
80 gp.inColor()->fName);
82 vertBuilder->codeAppendf("%s = %s;\n", varying.vsOut(), gp.inColor()->fName);
209 fInColor = &this->addVertexAttrib("inColor", kVec4ub_GrVertexAttribType);
281 GrColor inColor = color.fColor; local
283 inColor,
/external/skia/src/gpu/ops/
H A DGrAnalyticRectOp.cpp58 fInColor = &this->addVertexAttrib("inColor", kVec4ub_GrVertexAttribType);
66 const Attribute* inColor() const { return fInColor; } function in class:RectGeometryProcessor
109 varyingHandler->addPassThroughAttribute(rgp.inColor(), args.fOutputColor);
H A DGrMSAAPathRenderer.cpp125 const Attribute* inColor() const { return fInColor; } function in class:MSAAQuadProcessor
140 varyingHandler->addPassThroughAttribute(qp.inColor(), args.fOutputColor);
204 fInColor = &this->addVertexAttrib("inColor", kVec4ub_GrVertexAttribType);

Completed in 132 milliseconds