Searched defs:glRotatex (Results 1 – 3 of 3) sorted by relevance
180 void (*glRotatex)(GLfixed angle, GLfixed x, GLfixed y, GLfixed z); member in LibGLES_CMexports
1218 GL_API void GL_APIENTRY glRotatex(GLfixed angle, GLfixed x, GLfixed y, GLfixed z) in glRotatex() function
571 public void glRotatex(int angle, int x, int y, int z) { in glRotatex() method in GLErrorLogger.ErrorLoggingGL