Home
last modified time | relevance | path

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

/external/swiftshader/src/OpenGL/libGLES_CM/
Dmain.cpp290 void GL_APIENTRY 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 GL_APIENTRY Rotatex(GLfixed angle, GLfixed x, GLfixed y, GLfixed z) in Rotatex() function
/external/angle/src/libGLESv2/
Dentry_points_gles_1_0_autogen.cpp1629 ANGLE_CAPTURE(Rotatex, isCallValid, context, angle, x, y, z); in GL_Rotatex()