Home | History | Annotate | Download | only in functional

Lines Matching full:xweight

727 				"		float xweight = cos(float(i) / 10.0 * 6.28) * 0.5 + 0.5;\n"
729 " gl_Position = mix(gl_in[0].gl_Position, gl_in[1].gl_Position, xweight) + mweight * mdir;\n"
730 " v_fragment_color = mix(" << colorSourceName << "[0], " << colorSourceName << "[1], xweight);\n"
1409 " float xweight = float(gl_InvocationID % 3) / 2.0f;\n"
1415 " gl_out[gl_InvocationID].gl_Position = mix(y0, y1, xweight);\n"