Home
last modified time | relevance | path

Searched defs:angle (Results 1 – 23 of 23) sorted by relevance

/device/generic/vulkan-cereal/third-party/glm/include/glm/gtx/
Drotate_vector.inl32 T const & angle
48 T const & angle,
70 T const & angle,
81 T const & angle
97 T const & angle
113 T const & angle
129 T const & angle
145 T const & angle
161 T const & angle
Dsimd_quat.inl429 float angle = glm::acos(cosTheta); local
480 float angle = glm::acos(cosTheta); local
507 float angle = glm::fastAcos(cosTheta); local
543 float angle = glm::fastAcos(cosTheta); local
577 float const & angle,
592 float const & angle,
Drotate_normalized_axis.inl10 T const & angle,
47 T const & angle,
Dvector_angle.inl7 GLM_FUNC_QUALIFIER genType angle function
18 GLM_FUNC_QUALIFIER T angle function
Dmatrix_interpolation.inl11 T & angle
85 T const angle
Dfast_trigonometry.inl33 GLM_FUNC_QUALIFIER T wrapAngle(T angle)
48 T const angle(wrapAngle<T>(x)); local
Dtransform.inl13 GLM_FUNC_QUALIFIER tmat4x4<T, P> rotate(T angle, tvec3<T, P> const & v) argument
Deuler_angles.inl242 T const & angle
259 T const & angle
Dmatrix_transform_2d.inl24 T angle)
/device/generic/vulkan-cereal/third-party/glm/include/glm/gtc/
Dreciprocal.inl11 GLM_FUNC_QUALIFIER genType sec(genType angle)
26 GLM_FUNC_QUALIFIER genType csc(genType angle)
41 GLM_FUNC_QUALIFIER genType cot(genType angle)
105 GLM_FUNC_QUALIFIER genType sech(genType angle)
120 GLM_FUNC_QUALIFIER genType csch(genType angle)
135 GLM_FUNC_QUALIFIER genType coth(genType angle)
Dquaternion.inl492 T angle = acos(cosTheta); local
535 T angle = acos(cosTheta); local
541 …GLM_FUNC_QUALIFIER tquat<T, P> rotate(tquat<T, P> const & q, T const & angle, tvec3<T, P> const & … argument
691 GLM_FUNC_QUALIFIER T angle(tquat<T, P> const & x) function
707 GLM_FUNC_QUALIFIER tquat<T, P> angleAxis(T const & angle, tvec3<T, P> const & v) argument
Dmatrix_transform.inl19 GLM_FUNC_QUALIFIER tmat4x4<T, P> rotate(tmat4x4<T, P> const & m, T angle, tvec3<T, P> const & v) argument
50 …GLM_FUNC_QUALIFIER tmat4x4<T, P> rotate_slow(tmat4x4<T, P> const & m, T angle, tvec3<T, P> const &… argument
/device/google/cuttlefish/guest/commands/sensor_injection/
Dmain.cpp110 void InjectHingeAngle(int angle) { in InjectHingeAngle()
138 int angle; in main() local
/device/generic/vulkan-cereal/include/GLES12Translator/
Dunderlying_apis.h23 ANGLE_GLES2* angle; member
/device/generic/vulkan-cereal/stream-servers/testlibs/windows/
DWindows_system_utils.cpp14 namespace angle namespace
/device/generic/vulkan-cereal/stream-servers/apigen-codec-common/X11/extensions/
DXKBgeom.h122 short angle; member
137 short angle; member
153 short angle; member
174 short angle; member
190 short angle; member
236 short angle; member
/device/generic/vulkan-cereal/third-party/astc-encoder/Source/
Dastcenc_weight_align.cpp128 vfloat angle = atan2(anglesum_y, anglesum_x); in compute_angular_offsets() local
/device/generic/vulkan-cereal/stream-servers/gl/glestranslator/GLES_CM/
DCoreProfileEngine.cpp775 void CoreProfileEngine::rotatef(float angle, float x, float y, float z) { in rotatef()
DGLEScmImp.cpp1819 GL_API void GL_APIENTRY glRotatef( GLfloat angle, GLfloat x, GLfloat y, GLfloat z) { in glRotatef()
1825 GL_API void GL_APIENTRY glRotatex( GLfixed angle, GLfixed x, GLfixed y, GLfixed z) { in glRotatex()
DGLEScmContext.cpp1757 void GLEScmContext::rotatef(float angle, float x, float y, float z) { in rotatef()
/device/generic/goldfish-opengl/tests/gles_android_wrapper/
Dgles.cpp211 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/
Dgl_entry.cpp495 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()
Dgl_enc.cpp1007 void glRotatef_enc(void *self , GLfloat angle, GLfloat x, GLfloat y, GLfloat z) in glRotatef_enc()
3660 void glRotatex_enc(void *self , GLfixed angle, GLfixed x, GLfixed y, GLfixed z) in glRotatex_enc()
6318 void glRotatexOES_enc(void *self , GLfixed angle, GLfixed x, GLfixed y, GLfixed z) in glRotatexOES_enc()