Searched refs:Rotatef (Results 1 – 5 of 5) sorted by relevance
/external/swiftshader/src/OpenGL/libGLES_CM/ |
D | main.cpp | 289 void GL_APIENTRY Rotatef(GLfloat angle, GLfloat x, GLfloat y, GLfloat z); 1215 return es1::Rotatef(angle, x, y, z); in glRotatef() 1554 this->glRotatef = es1::Rotatef; in LibGLES_CMexports()
|
D | libGLES_CM.cpp | 3451 void GL_APIENTRY Rotatef(GLfloat angle, GLfloat x, GLfloat y, GLfloat z) in Rotatef() function 3465 Rotatef((float)angle / 0x10000, (float)x / 0x10000, (float)y / 0x10000, (float)z / 0x10000); in Rotatex()
|
/external/mesa3d/src/mapi/glapi/tests/ |
D | check_table.cpp | 864 { "glRotatef", _O(Rotatef) },
|
/external/angle/src/libGLESv2/ |
D | entry_points_gles_1_0_autogen.cpp | 1607 ANGLE_CAPTURE(Rotatef, isCallValid, context, angle, x, y, z); in GL_Rotatef()
|
/external/angle/src/libGL/ |
D | entry_points_gl_1_autogen.cpp | 5126 ANGLE_CAPTURE(Rotatef, isCallValid, context, angle, x, y, z); in GL_Rotatef()
|