Searched refs:GL_Rotatef (Results 1 – 9 of 9) sorted by relevance
/external/angle/src/libGLESv2/ |
D | entry_points_gles_1_0_autogen.h | 97 ANGLE_EXPORT void GL_APIENTRY GL_Rotatef(GLfloat angle, GLfloat x, GLfloat y, GLfloat z);
|
D | proc_table_egl_autogen.cpp | 748 {"glRotatef", P(GL_Rotatef)},
|
D | entry_points_gles_1_0_autogen.cpp | 1593 void GL_APIENTRY GL_Rotatef(GLfloat angle, GLfloat x, GLfloat y, GLfloat z) in GL_Rotatef() function
|
D | libGLESv2_autogen.cpp | 2628 return GL_Rotatef(angle, x, y, z); in glRotatef()
|
/external/angle/src/libGLESv1_CM/ |
D | libGLESv1_CM.cpp | 175 return GL_Rotatef(angle, x, y, z); in glRotatef()
|
/external/angle/src/libGL/ |
D | proc_table_wgl_autogen.cpp | 735 {"glRotatef", P(GL_Rotatef)},
|
D | entry_points_gl_1_autogen.h | 314 ANGLE_EXPORT void GL_APIENTRY GL_Rotatef(GLfloat angle, GLfloat x, GLfloat y, GLfloat z);
|
D | libGL_autogen.cpp | 1173 return GL_Rotatef(angle, x, y, z); in glRotatef()
|
D | entry_points_gl_1_autogen.cpp | 5112 void GL_APIENTRY GL_Rotatef(GLfloat angle, GLfloat x, GLfloat y, GLfloat z) in GL_Rotatef() function
|