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

  /external/skia/src/gpu/effects/
GrShadowGeoProc.h 29 const Attribute* inColor() const { return fInColor; }
42 const Attribute* fInColor;
GrBitmapTextGeoProc.h 40 const Attribute* inColor() const { return fInColor; }
44 bool hasVertexColor() const { return SkToBool(fInColor); }
66 const Attribute* fInColor;
GrDistanceFieldGeoProc.h 80 const Attribute* inColor() const { return fInColor; }
111 const Attribute* fInColor;
143 const Attribute* inColor() const { return fInColor; }
166 const Attribute* fInColor;
212 const Attribute* inColor() const { return fInColor; }
235 const Attribute* fInColor;
GrShadowGeoProc.cpp 68 fInColor = &this->addVertexAttrib("inColor", kUByte4_norm_GrVertexAttribType);
GrBitmapTextGeoProc.cpp 132 , fInColor(nullptr)
141 fInColor = &this->addVertexAttrib("inColor", kUByte4_norm_GrVertexAttribType);
GrDistanceFieldGeoProc.cpp 223 , fInColor(nullptr)
233 fInColor = &this->addVertexAttrib("inColor", kUByte4_norm_GrVertexAttribType);
511 , fInColor(nullptr) {
516 fInColor = &this->addVertexAttrib("inColor", kUByte4_norm_GrVertexAttribType);
    [all...]
  /external/skqp/src/gpu/effects/
GrShadowGeoProc.h 29 const Attribute* inColor() const { return fInColor; }
42 const Attribute* fInColor;
GrBitmapTextGeoProc.h 40 const Attribute* inColor() const { return fInColor; }
44 bool hasVertexColor() const { return SkToBool(fInColor); }
64 const Attribute* fInColor;
GrDistanceFieldGeoProc.h 80 const Attribute* inColor() const { return fInColor; }
108 const Attribute* fInColor;
140 const Attribute* inColor() const { return fInColor; }
160 const Attribute* fInColor;
207 const Attribute* inColor() const { return fInColor; }
228 const Attribute* fInColor;
GrShadowGeoProc.cpp 68 fInColor = &this->addVertexAttrib("inColor", kUByte4_norm_GrVertexAttribType);
GrBitmapTextGeoProc.cpp 131 , fInColor(nullptr)
138 fInColor = &this->addVertexAttrib("inColor", kUByte4_norm_GrVertexAttribType);
GrDistanceFieldGeoProc.cpp 222 , fInColor(nullptr)
230 fInColor = &this->addVertexAttrib("inColor", kUByte4_norm_GrVertexAttribType);
502 , fInColor(nullptr) {
505 fInColor = &this->addVertexAttrib("inColor", kUByte4_norm_GrVertexAttribType);
    [all...]
  /external/skia/tests/
BitmapGetColorTest.cpp 16 SkColor fInColor;
43 bm.eraseArea(area, gRec[i].fInColor);
  /external/skqp/tests/
BitmapGetColorTest.cpp 16 SkColor fInColor;
43 bm.eraseArea(area, gRec[i].fInColor);
  /external/skia/src/gpu/
GrDefaultGeoProcFactory.cpp 51 const Attribute* inColor() const { return fInColor; }
55 bool hasVertexColor() const { return SkToBool(fInColor); }
259 fInColor = &this->addVertexAttrib("inColor", kUByte4_norm_GrVertexAttribType);
271 const Attribute* fInColor = nullptr;
  /external/skqp/src/gpu/
GrDefaultGeoProcFactory.cpp 51 const Attribute* inColor() const { return fInColor; }
55 bool hasVertexColor() const { return SkToBool(fInColor); }
259 fInColor = &this->addVertexAttrib("inColor", kUByte4_norm_GrVertexAttribType);
271 const Attribute* fInColor = nullptr;
  /external/skia/src/gpu/ops/
GrAAConvexPathRenderer.cpp 574 varyingHandler->addPassThroughAttribute(qe.fInColor, args.fOutputColor);
642 fInColor = &this->addVertexAttrib("inColor", kUByte4_norm_GrVertexAttribType);
648 const Attribute* fInColor;
    [all...]
GrMSAAPathRenderer.cpp 126 const Attribute* inColor() const { return fInColor; }
204 fInColor = &this->addVertexAttrib("inColor", kUByte4_norm_GrVertexAttribType);
210 const Attribute* fInColor;
GrOvalOpFactory.cpp 77 fInColor = &this->addVertexAttrib("inColor", kUByte4_norm_GrVertexAttribType);
159 varyingHandler->addPassThroughAttribute(cgp.fInColor, args.fOutputColor);
240 const Attribute* fInColor;
272 fInColor = &this->addVertexAttrib("inColor", kUByte4_norm_GrVertexAttribType);
379 bcscgp.fInColor, args.fOutputColor,
485 const Attribute* fInColor;
517 fInColor = &this->addVertexAttrib("inColor", kUByte4_norm_GrVertexAttribType);
560 varyingHandler->addPassThroughAttribute(egp.fInColor, args.fOutputColor);
618 const Attribute* fInColor;
657 fInColor = &this->addVertexAttrib("inColor", kUByte4_norm_GrVertexAttribType)
    [all...]
  /external/skqp/src/gpu/ops/
GrAAConvexPathRenderer.cpp 574 varyingHandler->addPassThroughAttribute(qe.fInColor, args.fOutputColor);
642 fInColor = &this->addVertexAttrib("inColor", kUByte4_norm_GrVertexAttribType);
648 const Attribute* fInColor;
    [all...]
GrMSAAPathRenderer.cpp 126 const Attribute* inColor() const { return fInColor; }
204 fInColor = &this->addVertexAttrib("inColor", kUByte4_norm_GrVertexAttribType);
210 const Attribute* fInColor;
GrOvalOpFactory.cpp 74 fInColor = &this->addVertexAttrib("inColor", kUByte4_norm_GrVertexAttribType);
138 varyingHandler->addPassThroughAttribute(cgp.fInColor, args.fOutputColor);
205 const Attribute* fInColor;
243 fInColor = &this->addVertexAttrib("inColor", kUByte4_norm_GrVertexAttribType);
286 varyingHandler->addPassThroughAttribute(egp.fInColor, args.fOutputColor);
344 const Attribute* fInColor;
383 fInColor = &this->addVertexAttrib("inColor", kUByte4_norm_GrVertexAttribType);
424 varyingHandler->addPassThroughAttribute(diegp.fInColor, args.fOutputColor);
510 const Attribute* fInColor;
    [all...]

Completed in 184 milliseconds