Searched refs:Rotatef (Results 1 – 5 of 5) sorted by relevance
/external/swiftshader/src/OpenGL/libGLES_CM/ |
D | main.cpp | 289 void 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 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/gallium/state_trackers/wgl/ |
D | stw_icd.h | 350 void (GLAPIENTRY * Rotatef)(GLfloat, GLfloat, GLfloat, GLfloat);
|
/external/mesa3d/src/mapi/glapi/tests/ |
D | check_table.cpp | 864 { "glRotatef", _O(Rotatef) },
|
/external/mesa3d/include/GL/ |
D | gl_mangle.h | 1919 #define glRotatef MANGLE(Rotatef)
|