Home | History | Annotate | Download | only in functional

Lines Matching full:u_bias

336 		 << "uniform highp vec4 u_bias;\n";
413 frag << "\to_color = res * u_scale + u_bias;\n";
1144 gl.uniform4fv(gl.getUniformLocation(m_program->getProgram(), "u_bias"), 1, tcu::Vec4(0.5f).getPtr());