Searched defs:angle (Results 1 – 4 of 4) sorted by relevance
/device/google/accessory/demokit/app/src/com/google/android/DemoKit/ |
D | ColorWheel.java | 204 float angle = (float)java.lang.Math.atan2(y, x); in onTouchEvent() local
|
/device/generic/goldfish/opengl/tests/gles_android_wrapper/ |
D | gles.cpp | 211 void glRotatef(GLfloat angle, GLfloat x, GLfloat y, GLfloat z) in glRotatef() 661 void glRotatex(GLfixed angle, GLfixed x, GLfixed y, GLfixed z) in glRotatex() 1001 void glRotatexOES(GLfixed angle, GLfixed x, GLfixed y, GLfixed z) in glRotatexOES()
|
/device/generic/goldfish/opengl/system/GLESv1_enc/ |
D | gl_entry.cpp | 495 void glRotatef(GLfloat angle, GLfloat x, GLfloat y, GLfloat z) in glRotatef() 1033 void glRotatex(GLfixed angle, GLfixed x, GLfixed y, GLfixed z) in glRotatex() 1561 void glRotatexOES(GLfixed angle, GLfixed x, GLfixed y, GLfixed z) in glRotatexOES()
|
D | gl_enc.cpp | 928 void glRotatef_enc(void *self , GLfloat angle, GLfloat x, GLfloat y, GLfloat z) in glRotatef_enc() 3379 void glRotatex_enc(void *self , GLfixed angle, GLfixed x, GLfixed y, GLfixed z) in glRotatex_enc() 5849 void glRotatexOES_enc(void *self , GLfixed angle, GLfixed x, GLfixed y, GLfixed z) in glRotatexOES_enc()
|