Home
last modified time | relevance | path

Searched refs:length_type (Results 1 – 25 of 30) sorted by relevance

12

/hardware/google/gfxstream/third-party/glm/include/glm/gtx/
Ddual_quaternion.hpp47 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;
Ddual_quaternion.inl12 …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/
Dtype_mat2x3.hpp72 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;
Dtype_mat3x4.hpp79 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;
Dtype_mat2x4.hpp74 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;
Dtype_mat4x2.hpp84 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;
Dtype_mat3x2.hpp79 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;
Dtype_mat2x2.hpp71 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;
Dtype_mat4x3.hpp84 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;
Dtype_mat3x3.hpp78 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;
Dtype_mat4x4.hpp83 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;
Dtype_vec1.hpp80 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;
Dtype_vec2.hpp81 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;
Dtype_vec3.hpp81 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;
Dtype_vec4.hpp84 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;
Dtype_mat2x2.inl158 …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
Dtype_mat2x3.inl158 …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
Dtype_mat2x4.inl159 …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
Dtype_mat3x2.inl188 …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
Dtype_mat3x4.inl188 …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
Dtype_mat3x3.inl190 …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
Dtype_vec1.inl70 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
Dtype_mat4x2.inl217 …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
Dtype_mat4x3.inl210 …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/
Dquaternion.hpp72 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;

12