Home | History | Annotate | Download | only in libGLESv2

Lines Matching defs:xyz

5655 	GLfloat xyz[3] = {x, y, z};
5657 glUniform3fv(location, 1, (GLfloat*)&xyz);
5694 GLint xyz[3] = {x, y, z};
5696 glUniform3iv(location, 1, (GLint*)&xyz);