Home
last modified time | relevance | path

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

/hardware/google/gfxstream/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
Dvector_angle.inl7 GLM_FUNC_QUALIFIER genType angle function
18 GLM_FUNC_QUALIFIER T angle function
Drotate_normalized_axis.inl10 T const & angle,
47 T const & angle,
Dmatrix_interpolation.inl11 T & angle
85 T const angle
Dtransform.inl13 GLM_FUNC_QUALIFIER tmat4x4<T, P> rotate(T angle, tvec3<T, P> const & v) argument
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,
Dfast_trigonometry.inl33 GLM_FUNC_QUALIFIER T wrapAngle(T angle)
48 T const angle(wrapAngle<T>(x)); local
Dmatrix_transform_2d.inl24 T angle)
Deuler_angles.inl242 T const & angle
259 T const & angle
/hardware/google/gfxstream/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
/hardware/google/gfxstream/host/testlibs/windows/
DWindows_system_utils.cpp14 namespace angle namespace
/hardware/google/gfxstream/host/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
/hardware/google/gfxstream/third-party/astc-encoder/Source/
Dastcenc_weight_align.cpp128 vfloat angle = atan2(anglesum_y, anglesum_x); in compute_angular_offsets() local
/hardware/google/gfxstream/host/gl/glestranslator/GLES_CM/
DCoreProfileEngine.cpp775 void CoreProfileEngine::rotatef(float angle, float x, float y, float z) { in rotatef()
DGLEScmContext.cpp1758 void GLEScmContext::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()
/hardware/google/gfxstream/guest/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.cpp1011 void glRotatef_enc(void *self , GLfloat angle, GLfloat x, GLfloat y, GLfloat z) in glRotatef_enc()
3664 void glRotatex_enc(void *self , GLfixed angle, GLfixed x, GLfixed y, GLfixed z) in glRotatex_enc()
6322 void glRotatexOES_enc(void *self , GLfixed angle, GLfixed x, GLfixed y, GLfixed z) in glRotatexOES_enc()
/hardware/qcom/camera/msm8998/QCamera2/HAL3/
DQCamera3HWI.cpp7793 int8_t angle[MAX_ROI]; in translateFromHalMetadata() local