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

/frameworks/base/libs/hwui/
H A DProgramCache.cpp560 const bool singleColor = !description.hasTexture && !description.hasExternalTexture && local
563 if (description.modulate || singleColor) {
565 if (!singleColor) modulateOp = MODULATE_OP_MODULATE;
598 if (singleColor) {
H A DGlopBuilder.cpp669 const bool singleColor = !mDescription.hasTexture local
673 mOutGlop->fill.colorEnabled = mDescription.modulate || singleColor;

Completed in 141 milliseconds