Home | History | Annotate | Download | only in libGLESv2

Lines Matching refs:xyzw

5113     GLfloat xyzw[4] = {x, y, z, w};
5115 glUniform4fv(location, 1, (GLfloat*)&xyzw);
5159 GLint xyzw[4] = {x, y, z, w};
5161 glUniform4iv(location, 1, (GLint*)&xyzw);