Home
last modified time | relevance | path

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

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