Home | History | Annotate | Download | only in libGLESv2

Lines Matching defs:xyz

5341     GLfloat xyz[3] = {x, y, z};
5343 glUniform3fv(location, 1, xyz);
5373 GLint xyz[3] = {x, y, z};
5375 glUniform3iv(location, 1, xyz);
7814 const GLuint xyz[] = { v0, v1, v2 };
7815 glUniform3uiv(location, 1, xyz);