Home
last modified time | relevance | path

Searched defs:glRotatex (Results 1 – 3 of 3) sorted by relevance

/external/swiftshader/src/OpenGL/libGLES_CM/
DlibGLES_CM.hpp180 void (*glRotatex)(GLfixed angle, GLfixed x, GLfixed y, GLfixed z); member in LibGLES_CMexports
Dmain.cpp1218 GL_API void GL_APIENTRY glRotatex(GLfixed angle, GLfixed x, GLfixed y, GLfixed z) in glRotatex() function
/external/replicaisland/src/com/replica/replicaisland/
DGLErrorLogger.java571 public void glRotatex(int angle, int x, int y, int z) { in glRotatex() method in GLErrorLogger.ErrorLoggingGL