Home
last modified time | relevance | path

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

/device/google/crosshatch/sdm845/original-kernel-headers/media/
Dmsm_fd.h40 __u32 angle; member
/device/google/bonito/sdm710/original-kernel-headers/media/
Dmsm_fd.h40 __u32 angle; member
/device/google/bonito/sdm710/kernel-headers/media/
Dmsm_fd.h37 __u32 angle; member
/device/google/crosshatch/sdm845/kernel-headers/media/
Dmsm_fd.h37 __u32 angle; member
/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/cuttlefish_common/host/frontend/vnc_server/
Dvnc_client_connection.cpp484 constexpr float angle = 20.0; in CoordinatesForOrientation() local
485 const float cos_angle = std::cos(angle / M_PI); in CoordinatesForOrientation()
486 const float sin_angle = std::sin(angle / M_PI); in CoordinatesForOrientation()
/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/google/cuttlefish_common/guest/libs/eglwrapper/
Dgles1_wrapper_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( angle, x, y, z); in glRotatef()
1027 void glRotatex(GLfixed angle, GLfixed x, GLfixed y, GLfixed z) in glRotatex() argument
1030 ctx->glRotatex( angle, x, y, z); in glRotatex()
1555 void glRotatexOES(GLfixed angle, GLfixed x, GLfixed y, GLfixed z) in glRotatexOES() argument
1558 ctx->glRotatexOES( angle, x, y, z); in glRotatexOES()
Dgles1.in32 GL_ENTRY(void, glRotatef, GLfloat angle, GLfloat x, GLfloat y, GLfloat z)
121 GL_ENTRY(void, glRotatex, GLfixed angle, GLfixed x, GLfixed y, GLfixed z)
216 GL_ENTRY(void, glRotatexOES, GLfixed angle, GLfixed x, GLfixed y, GLfixed z)
/device/generic/opengl-transport/host/libs/virglrenderer/OpenGLESDispatch/
Dgles1_core.entries39 void glRotatef(GLfloat angle, GLfloat x, GLfloat y, GLfloat z);
129 void glRotatex(GLfixed angle, GLfixed x, GLfixed y, GLfixed z);
/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);
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.cpp941 void glRotatef_enc(void *self , GLfloat angle, GLfloat x, GLfloat y, GLfloat z) in glRotatef_enc() argument
959 memcpy(ptr, &angle, 4); ptr += 4; in glRotatef_enc()
3426 void glRotatex_enc(void *self , GLfixed angle, GLfixed x, GLfixed y, GLfixed z) in glRotatex_enc() argument
3444 memcpy(ptr, &angle, 4); ptr += 4; in glRotatex_enc()
5914 void glRotatexOES_enc(void *self , GLfixed angle, GLfixed x, GLfixed y, GLfixed z) in glRotatexOES_enc() argument
5932 memcpy(ptr, &angle, 4); ptr += 4; in glRotatexOES_enc()
/device/generic/opengl-transport/host/libs/virglrenderer/GLESv1_dec/
Dgles1.in32 GL_ENTRY(void, glRotatef, GLfloat angle, GLfloat x, GLfloat y, GLfloat z)
121 GL_ENTRY(void, glRotatex, GLfixed angle, GLfixed x, GLfixed y, GLfixed z)
216 GL_ENTRY(void, glRotatexOES, GLfixed angle, GLfixed x, GLfixed y, GLfixed z)
/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);