Home
last modified time | relevance | path

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

/external/deqp/modules/gles31/functional/
Des31fPrimitiveBoundingBoxTests.cpp3944 const char* const colorMixName = (hasTessellation) ? ("tess_eval_colorMix") : ("vtx_colorMix"); in genFragmentSource() local
3948 "in mediump vec4 " << colorMixName << ";\n"; in genFragmentSource()
3959 " o_color = mix(u_color1, u_color2, " << colorMixName << ");\n"; in genFragmentSource()