Home | History | Annotate | Download | only in libGLESv2

Lines Matching refs:xyz

5021     GLfloat xyz[3] = {x, y, z};
5023 glUniform3fv(location, 1, (GLfloat*)&xyz);
5067 GLint xyz[3] = {x, y, z};
5069 glUniform3iv(location, 1, (GLint*)&xyz);