/hardware/google/gfxstream/third-party/glm/include/glm/gtx/ |
D | dual_quaternion.hpp | 47 typedef length_t length_type; typedef 49 GLM_FUNC_DECL static length_type length(){return 2;} in length() 51 GLM_FUNC_DECL part_type & operator[](length_type i); 52 GLM_FUNC_DECL part_type const & operator[](length_type i) const;
|
D | dual_quaternion.inl | 12 …e tdualquat<T, P>::part_type & tdualquat<T, P>::operator[](typename tdualquat<T, P>::length_type i) 19 …T, P>::part_type const & tdualquat<T, P>::operator[](typename tdualquat<T, P>::length_type i) const
|
/hardware/google/gfxstream/third-party/glm/include/glm/detail/ |
D | type_mat2x3.hpp | 72 typedef length_t length_type; typedef 73 GLM_FUNC_DECL static length_type length(){return 2;} in length() 75 GLM_FUNC_DECL col_type & operator[](length_type i); 76 GLM_FUNC_DECL col_type const & operator[](length_type i) const;
|
D | type_mat3x4.hpp | 79 typedef length_t length_type; typedef 80 GLM_FUNC_DECL static length_type length(){return 3;} in length() 82 GLM_FUNC_DECL col_type & operator[](length_type i); 83 GLM_FUNC_DECL col_type const & operator[](length_type i) const;
|
D | type_mat2x4.hpp | 74 typedef length_t length_type; typedef 75 GLM_FUNC_DECL static length_type length(){return 2;} in length() 77 GLM_FUNC_DECL col_type & operator[](length_type i); 78 GLM_FUNC_DECL col_type const & operator[](length_type i) const;
|
D | type_mat4x2.hpp | 84 typedef length_t length_type; typedef 85 GLM_FUNC_DECL static length_type length(){return 4;} in length() 87 GLM_FUNC_DECL col_type & operator[](length_type i); 88 GLM_FUNC_DECL col_type const & operator[](length_type i) const;
|
D | type_mat3x2.hpp | 79 typedef length_t length_type; typedef 80 GLM_FUNC_DECL static length_type length(){return 3;} in length() 82 GLM_FUNC_DECL col_type & operator[](length_type i); 83 GLM_FUNC_DECL col_type const & operator[](length_type i) const;
|
D | type_mat2x2.hpp | 71 typedef length_t length_type; typedef 72 GLM_FUNC_DECL static length_type length(){return 2;} in length() 74 GLM_FUNC_DECL col_type & operator[](length_type i); 75 GLM_FUNC_DECL col_type const & operator[](length_type i) const;
|
D | type_mat4x3.hpp | 84 typedef length_t length_type; typedef 85 GLM_FUNC_DECL static length_type length(){return 4;} in length() 87 GLM_FUNC_DECL col_type & operator[](length_type i); 88 GLM_FUNC_DECL col_type const & operator[](length_type i) const;
|
D | type_mat3x3.hpp | 78 typedef length_t length_type; typedef 79 GLM_FUNC_DECL static length_type length(){return 3;} in length() 81 GLM_FUNC_DECL col_type & operator[](length_type i); 82 GLM_FUNC_DECL col_type const & operator[](length_type i) const;
|
D | type_mat4x4.hpp | 83 typedef length_t length_type; typedef 84 GLM_FUNC_DECL static length_type length(){return 4;} in length() 86 GLM_FUNC_DECL col_type & operator[](length_type i); 87 GLM_FUNC_DECL col_type const & operator[](length_type i) const;
|
D | type_vec1.hpp | 80 typedef length_t length_type; typedef 81 GLM_FUNC_DECL static length_type length(){return 1;} in length() 83 GLM_FUNC_DECL T & operator[](length_type i); 84 GLM_FUNC_DECL T const & operator[](length_type i) const;
|
D | type_vec2.hpp | 81 typedef length_t length_type; typedef 82 GLM_FUNC_DECL static length_type length(){return 2;} in length() 84 GLM_FUNC_DECL T & operator[](length_type i); 85 GLM_FUNC_DECL T const & operator[](length_type i) const;
|
D | type_vec3.hpp | 81 typedef length_t length_type; typedef 82 GLM_FUNC_DECL static length_type length(){return 3;} in length() 84 GLM_FUNC_DECL T & operator[](length_type i); 85 GLM_FUNC_DECL T const & operator[](length_type i) const;
|
D | type_vec4.hpp | 84 typedef length_t length_type; typedef 85 GLM_FUNC_DECL static length_type length(){return 4;} in length() 87 GLM_FUNC_DECL T & operator[](length_type i); 88 GLM_FUNC_DECL T const & operator[](length_type i) const;
|
D | type_mat2x2.inl | 158 …typename tmat2x2<T, P>::col_type & tmat2x2<T, P>::operator[](typename tmat2x2<T, P>::length_type i) 165 …t2x2<T, P>::col_type const & tmat2x2<T, P>::operator[](typename tmat2x2<T, P>::length_type i) const
|
D | type_mat2x3.inl | 158 …typename tmat2x3<T, P>::col_type & tmat2x3<T, P>::operator[](typename tmat2x3<T, P>::length_type i) 165 …t2x3<T, P>::col_type const & tmat2x3<T, P>::operator[](typename tmat2x3<T, P>::length_type i) const
|
D | type_mat2x4.inl | 159 …typename tmat2x4<T, P>::col_type & tmat2x4<T, P>::operator[](typename tmat2x4<T, P>::length_type i) 166 …t2x4<T, P>::col_type const & tmat2x4<T, P>::operator[](typename tmat2x4<T, P>::length_type i) const
|
D | type_mat3x2.inl | 188 …typename tmat3x2<T, P>::col_type & tmat3x2<T, P>::operator[](typename tmat3x2<T, P>::length_type i) 195 …t3x2<T, P>::col_type const & tmat3x2<T, P>::operator[](typename tmat3x2<T, P>::length_type i) const
|
D | type_mat3x4.inl | 188 …typename tmat3x4<T, P>::col_type & tmat3x4<T, P>::operator[](typename tmat3x4<T, P>::length_type i) 195 …t3x4<T, P>::col_type const & tmat3x4<T, P>::operator[](typename tmat3x4<T, P>::length_type i) const
|
D | type_mat3x3.inl | 190 …typename tmat3x3<T, P>::col_type & tmat3x3<T, P>::operator[](typename tmat3x3<T, P>::length_type i) 197 …t3x3<T, P>::col_type const & tmat3x3<T, P>::operator[](typename tmat3x3<T, P>::length_type i) const
|
D | type_vec1.inl | 70 GLM_FUNC_QUALIFIER T & tvec1<T, P>::operator[](typename tvec1<T, P>::length_type i) 77 GLM_FUNC_QUALIFIER T const & tvec1<T, P>::operator[](typename tvec1<T, P>::length_type i) const
|
D | type_mat4x2.inl | 217 …typename tmat4x2<T, P>::col_type & tmat4x2<T, P>::operator[](typename tmat4x2<T, P>::length_type i) 224 …t4x2<T, P>::col_type const & tmat4x2<T, P>::operator[](typename tmat4x2<T, P>::length_type i) const
|
D | type_mat4x3.inl | 210 …typename tmat4x3<T, P>::col_type & tmat4x3<T, P>::operator[](typename tmat4x3<T, P>::length_type i) 217 …t4x3<T, P>::col_type const & tmat4x3<T, P>::operator[](typename tmat4x3<T, P>::length_type i) const
|
/hardware/google/gfxstream/third-party/glm/include/glm/gtc/ |
D | quaternion.hpp | 72 typedef length_t length_type; typedef 74 GLM_FUNC_DECL static length_type length(){return 4;} in length() 76 GLM_FUNC_DECL T & operator[](length_type i); 77 GLM_FUNC_DECL T const & operator[](length_type i) const;
|