Home | History | Annotate | Download | only in gles_android_wrapper

Lines Matching refs:nz

181 void glNormal3f(GLfloat nx, GLfloat ny, GLfloat nz)
183 getDispatch()->glNormal3f(nx, ny, nz);
606 void glNormal3x(GLfixed nx, GLfixed ny, GLfixed nz)
608 getDispatch()->glNormal3x(nx, ny, nz);
971 void glNormal3xOES(GLfixed nx, GLfixed ny, GLfixed nz)
973 getDispatch()->glNormal3xOES(nx, ny, nz);