Home | History | Annotate | Download | only in libGLESv2

Lines Matching defs:xyzw

5733 	GLfloat xyzw[4] = {x, y, z, w};
5735 glUniform4fv(location, 1, (GLfloat*)&xyzw);
5772 GLint xyzw[4] = {x, y, z, w};
5774 glUniform4iv(location, 1, (GLint*)&xyzw);