Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Demo/classes/
DComplex.py173 def angle(self, fullcircle = twopi): member in Complex
176 phi = angle
219 phi = n*self.angle()
/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.cpp39 void glRotatef(GLfloat angle, GLfloat x, GLfloat y, GLfloat z);
128 void glRotatex(GLfixed angle, GLfixed x, GLfixed y, GLfixed z);
216 void glRotatexOES(GLfixed angle, GLfixed x, GLfixed y, GLfixed z);
493 void glRotatef(GLfloat angle, GLfloat x, GLfloat y, GLfloat z) in glRotatef() argument
496 ctx->glRotatef(ctx, angle, x, y, z); in glRotatef()
1031 void glRotatex(GLfixed angle, GLfixed x, GLfixed y, GLfixed z) in glRotatex() argument
1034 ctx->glRotatex(ctx, angle, x, y, z); in glRotatex()
1559 void glRotatexOES(GLfixed angle, GLfixed x, GLfixed y, GLfixed z) in glRotatexOES() argument
1562 ctx->glRotatexOES(ctx, angle, x, y, z); in glRotatexOES()
Dgl_enc.cpp939 void glRotatef_enc(void *self , GLfloat angle, GLfloat x, GLfloat y, GLfloat z) in glRotatef_enc() argument
957 memcpy(ptr, &angle, 4); ptr += 4; in glRotatef_enc()
3424 void glRotatex_enc(void *self , GLfixed angle, GLfixed x, GLfixed y, GLfixed z) in glRotatex_enc() argument
3442 memcpy(ptr, &angle, 4); ptr += 4; in glRotatex_enc()
5912 void glRotatexOES_enc(void *self , GLfixed angle, GLfixed x, GLfixed y, GLfixed z) in glRotatexOES_enc() argument
5930 memcpy(ptr, &angle, 4); ptr += 4; in glRotatexOES_enc()
/device/generic/goldfish-opengl/system/include/GLES/
Dgl.h624 GL_API void GL_APIENTRY glRotatef (GLfloat angle, GLfloat x, GLfloat y, GLfloat z);
716 GL_API void GL_APIENTRY glRotatex (GLfixed angle, GLfixed x, GLfixed y, GLfixed z);
Dglext.h698 GL_API void GL_APIENTRY glRotatexOES (GLfixed angle, GLfixed x, GLfixed y, GLfixed z);
738 typedef void (GL_APIENTRYP PFNGLROTATEXOESPROC) (GLfixed angle, GLfixed x, GLfixed y, GLfixed z);