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

/frameworks/base/libs/hwui/
H A DGlopBuilder.cpp646 const bool singleColor = !mDescription.hasTexture local
650 mOutGlop->fill.colorEnabled = mDescription.modulate || singleColor;
H A DProgramCache.cpp679 const bool singleColor = !description.hasTexture && !description.hasExternalTexture && local
682 if (description.modulate || singleColor) {
684 if (!singleColor) modulateOp = MODULATE_OP_MODULATE;

Completed in 53 milliseconds