Home
last modified time | relevance | path

Searched refs:esRotate (Results 1 – 3 of 3) sorted by relevance

/external/libkmsxx/kmscube/
Dcube-gles2.cpp228 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()
DesTransform.h78 void esRotate(ESMatrix* result, GLfloat angle, GLfloat x, GLfloat y, GLfloat z);
DesTransform.cpp75 void esRotate(ESMatrix* result, GLfloat angle, GLfloat x, GLfloat y, GLfloat z) in esRotate() function