Home
last modified time | relevance | path

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

/third_party/skia/src/gpu/ops/
H A DDrawVerticesOp.cpp67 const Attribute& colorAttr() const { return fAttributes[kColorIndex]; } in colorAttr() function
92 if (!vgp.colorAttr().isInitialized() && vgp.fColor != fColor) {
116 if (gp.colorAttr().isInitialized()) {
119 vertBuilder->codeAppendf("half4 color = %s;", gp.colorAttr().name());

Completed in 2 milliseconds