Searched refs:singleColor (Results 1 – 2 of 2) sorted by relevance
560 const bool singleColor = !description.hasTexture && !description.hasExternalTexture && in generateFragmentShader() local563 if (description.modulate || singleColor) { in generateFragmentShader()565 if (!singleColor) modulateOp = MODULATE_OP_MODULATE; in generateFragmentShader()598 if (singleColor) { in generateFragmentShader()
669 const bool singleColor = !mDescription.hasTexture in build() local673 mOutGlop->fill.colorEnabled = mDescription.modulate || singleColor; in build()