Searched defs:glTranslatex (Results 1 – 3 of 3) sorted by relevance
208 void (*glTranslatex)(GLfixed x, GLfixed y, GLfixed z); member in LibGLES_CMexports
1350 GL_API void GL_APIENTRY glTranslatex(GLfixed x, GLfixed y, GLfixed z) in glTranslatex() function
691 public void glTranslatex(int x, int y, int z) { in glTranslatex() method in GLErrorLogger.ErrorLoggingGL