Home
last modified time | relevance | path

Searched refs:Rotatex (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/src/OpenGL/libGLES_CM/
Dmain.cpp290 void Rotatex(GLfixed angle, GLfixed x, GLfixed y, GLfixed z);
1220 return es1::Rotatex(angle, x, y, z); in glRotatex()
1555 this->glRotatex = es1::Rotatex; in LibGLES_CMexports()
DlibGLES_CM.cpp3463 void Rotatex(GLfixed angle, GLfixed x, GLfixed y, GLfixed z) in Rotatex() function