Home
last modified time | relevance | path

Searched refs:angle (Results 1 – 5 of 5) sorted by relevance

/device/google/accessory/demokit/app/src/com/google/android/DemoKit/
DColorWheel.java204 float angle = (float)java.lang.Math.atan2(y, x); in onTouchEvent() local
206 float unit = angle/(2*PI); in onTouchEvent()
/device/google/dragon/audio/hal/dsp/tests/
Dplot_fftl.m34 semilogx(NQ*(1:K)/K,180/pi*unwrap(angle(fr)));
/device/generic/goldfish/opengl/tests/gles_android_wrapper/
Dgles.cpp211 void glRotatef(GLfloat angle, GLfloat x, GLfloat y, GLfloat z) in glRotatef() argument
213 getDispatch()->glRotatef(angle, x, y, z); in glRotatef()
661 void glRotatex(GLfixed angle, GLfixed x, GLfixed y, GLfixed z) in glRotatex() argument
663 getDispatch()->glRotatex(angle, x, y, z); in glRotatex()
1001 void glRotatexOES(GLfixed angle, GLfixed x, GLfixed y, GLfixed z) in glRotatexOES() argument
1003 getDispatch()->glRotatexOES(angle, x, y, z); in glRotatexOES()
/device/generic/goldfish/opengl/system/GLESv1_enc/
Dgl_entry.cpp40 void glRotatef(GLfloat angle, GLfloat x, GLfloat y, GLfloat z);
129 void glRotatex(GLfixed angle, GLfixed x, GLfixed y, GLfixed z);
217 void glRotatexOES(GLfixed angle, GLfixed x, GLfixed y, GLfixed z);
495 void glRotatef(GLfloat angle, GLfloat x, GLfloat y, GLfloat z) in glRotatef() argument
498 ctx->glRotatef(ctx, angle, x, y, z); in glRotatef()
1033 void glRotatex(GLfixed angle, GLfixed x, GLfixed y, GLfixed z) in glRotatex() argument
1036 ctx->glRotatex(ctx, angle, x, y, z); in glRotatex()
1561 void glRotatexOES(GLfixed angle, GLfixed x, GLfixed y, GLfixed z) in glRotatexOES() argument
1564 ctx->glRotatexOES(ctx, angle, x, y, z); in glRotatexOES()
Dgl_enc.cpp928 void glRotatef_enc(void *self , GLfloat angle, GLfloat x, GLfloat y, GLfloat z) in glRotatef_enc() argument
946 memcpy(ptr, &angle, 4); ptr += 4; in glRotatef_enc()
3379 void glRotatex_enc(void *self , GLfixed angle, GLfixed x, GLfixed y, GLfixed z) in glRotatex_enc() argument
3397 memcpy(ptr, &angle, 4); ptr += 4; in glRotatex_enc()
5849 void glRotatexOES_enc(void *self , GLfixed angle, GLfixed x, GLfixed y, GLfixed z) in glRotatexOES_enc() argument
5867 memcpy(ptr, &angle, 4); ptr += 4; in glRotatexOES_enc()