Searched refs:esRotate (Results 1 – 3 of 3) sorted by relevance
/external/libkmsxx/kmscube/ |
D | cube-gles2.cpp | 228 esRotate(&modelview, 45.0f + (0.75f * framenum), 1.0f, 0.0f, 0.0f); in draw() 229 esRotate(&modelview, 45.0f - (0.5f * framenum), 0.0f, 1.0f, 0.0f); in draw() 230 esRotate(&modelview, 10.0f + (0.45f * framenum), 0.0f, 0.0f, 1.0f); in draw()
|
D | esTransform.h | 78 void esRotate(ESMatrix* result, GLfloat angle, GLfloat x, GLfloat y, GLfloat z);
|
D | esTransform.cpp | 75 void esRotate(ESMatrix* result, GLfloat angle, GLfloat x, GLfloat y, GLfloat z) in esRotate() function
|