Searched refs:colorMixName (Results 1 – 1 of 1) sorted by relevance
3944 const char* const colorMixName = (hasTessellation) ? ("tess_eval_colorMix") : ("vtx_colorMix"); in genFragmentSource() local3948 "in mediump vec4 " << colorMixName << ";\n"; in genFragmentSource()3959 " o_color = mix(u_color1, u_color2, " << colorMixName << ");\n"; in genFragmentSource()