Searched refs:GL_Rotatex (Results 1 – 5 of 5) sorted by relevance
/external/angle/src/libGLESv2/ |
D | entry_points_gles_1_0_autogen.h | 98 ANGLE_EXPORT void GL_APIENTRY GL_Rotatex(GLfixed angle, GLfixed x, GLfixed y, GLfixed z);
|
D | proc_table_egl_autogen.cpp | 749 {"glRotatex", P(GL_Rotatex)},
|
D | entry_points_gles_1_0_autogen.cpp | 1615 void GL_APIENTRY GL_Rotatex(GLfixed angle, GLfixed x, GLfixed y, GLfixed z) in GL_Rotatex() function
|
D | libGLESv2_autogen.cpp | 2633 return GL_Rotatex(angle, x, y, z); in glRotatex()
|
/external/angle/src/libGLESv1_CM/ |
D | libGLESv1_CM.cpp | 662 return GL_Rotatex(angle, x, y, z); in glRotatex()
|