Searched refs:singleColor (Results 1 – 2 of 2) sorted by relevance
679 const bool singleColor = !description.hasTexture && !description.hasExternalTexture && in generateFragmentShader() local682 if (description.modulate || singleColor) { in generateFragmentShader()684 if (!singleColor) modulateOp = MODULATE_OP_MODULATE; in generateFragmentShader()
646 const bool singleColor = !mDescription.hasTexture in build() local650 mOutGlop->fill.colorEnabled = mDescription.modulate || singleColor; in build()