/device/google/crosshatch/sdm845/original-kernel-headers/media/ |
D | msm_fd.h | 40 __u32 angle; member
|
/device/google/bonito/sdm710/original-kernel-headers/media/ |
D | msm_fd.h | 40 __u32 angle; member
|
/device/google/bonito/sdm710/kernel-headers/media/ |
D | msm_fd.h | 37 __u32 angle; member
|
/device/google/crosshatch/sdm845/kernel-headers/media/ |
D | msm_fd.h | 37 __u32 angle; member
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Demo/classes/ |
D | Complex.py | 173 def angle(self, fullcircle = twopi): member in Complex 176 phi = angle 219 phi = n*self.angle()
|
/device/google/cuttlefish_common/host/frontend/vnc_server/ |
D | vnc_client_connection.cpp | 484 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/ |
D | gles.cpp | 211 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/ |
D | gles1_wrapper_entry.cpp | 39 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()
|
D | gles1.in | 32 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/ |
D | gles1_core.entries | 39 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/ |
D | gl_entry.cpp | 39 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()
|
D | gl_enc.cpp | 941 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/ |
D | gles1.in | 32 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/ |
D | gl.h | 624 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);
|
D | glext.h | 698 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);
|