Home | History | Annotate | Download | only in libGLESv2

Lines Matching defs:xyzw

6252     GLfloat xyzw[4] = {x, y, z, w};
6254 glUniform4fv(location, 1, (GLfloat*)&xyzw);
6297 GLint xyzw[4] = {x, y, z, w};
6299 glUniform4iv(location, 1, (GLint*)&xyzw);