Home
last modified time | relevance | path

Searched refs:GL_Rotatef (Results 1 – 9 of 9) sorted by relevance

/external/angle/src/libGLESv2/
Dentry_points_gles_1_0_autogen.h97 ANGLE_EXPORT void GL_APIENTRY GL_Rotatef(GLfloat angle, GLfloat x, GLfloat y, GLfloat z);
Dproc_table_egl_autogen.cpp748 {"glRotatef", P(GL_Rotatef)},
Dentry_points_gles_1_0_autogen.cpp1593 void GL_APIENTRY GL_Rotatef(GLfloat angle, GLfloat x, GLfloat y, GLfloat z) in GL_Rotatef() function
DlibGLESv2_autogen.cpp2628 return GL_Rotatef(angle, x, y, z); in glRotatef()
/external/angle/src/libGLESv1_CM/
DlibGLESv1_CM.cpp175 return GL_Rotatef(angle, x, y, z); in glRotatef()
/external/angle/src/libGL/
Dproc_table_wgl_autogen.cpp735 {"glRotatef", P(GL_Rotatef)},
Dentry_points_gl_1_autogen.h314 ANGLE_EXPORT void GL_APIENTRY GL_Rotatef(GLfloat angle, GLfloat x, GLfloat y, GLfloat z);
DlibGL_autogen.cpp1173 return GL_Rotatef(angle, x, y, z); in glRotatef()
Dentry_points_gl_1_autogen.cpp5112 void GL_APIENTRY GL_Rotatef(GLfloat angle, GLfloat x, GLfloat y, GLfloat z) in GL_Rotatef() function