Home
last modified time | relevance | path

Searched refs:GL_Rotatex (Results 1 – 5 of 5) sorted by relevance

/external/angle/src/libGLESv2/
Dentry_points_gles_1_0_autogen.h98 ANGLE_EXPORT void GL_APIENTRY GL_Rotatex(GLfixed angle, GLfixed x, GLfixed y, GLfixed z);
Dproc_table_egl_autogen.cpp749 {"glRotatex", P(GL_Rotatex)},
Dentry_points_gles_1_0_autogen.cpp1615 void GL_APIENTRY GL_Rotatex(GLfixed angle, GLfixed x, GLfixed y, GLfixed z) in GL_Rotatex() function
DlibGLESv2_autogen.cpp2633 return GL_Rotatex(angle, x, y, z); in glRotatex()
/external/angle/src/libGLESv1_CM/
DlibGLESv1_CM.cpp662 return GL_Rotatex(angle, x, y, z); in glRotatex()