/external/oboe/samples/RhythmGame/third_party/glm/detail/ |
D | type_mat3x4.hpp | 16 struct tmat3x4 struct 20 typedef tmat3x4<T, P> type; argument 30 GLM_FUNC_DECL tmat3x4() GLM_DEFAULT_CTOR; 31 GLM_FUNC_DECL tmat3x4(tmat3x4<T, P> const & m) GLM_DEFAULT; 33 GLM_FUNC_DECL tmat3x4(tmat3x4<T, Q> const & m); 35 GLM_FUNC_DECL GLM_CONSTEXPR_CTOR explicit tmat3x4(ctor); 36 GLM_FUNC_DECL explicit tmat3x4(T scalar); 37 GLM_FUNC_DECL tmat3x4( 41 GLM_FUNC_DECL tmat3x4( 52 GLM_FUNC_DECL tmat3x4( [all …]
|
D | type_mat3x4.inl | 10 GLM_FUNC_QUALIFIER tmat3x4<T, P>::tmat3x4() function in glm::tmat3x4 22 GLM_FUNC_QUALIFIER tmat3x4<T, P>::tmat3x4(tmat3x4<T, P> const & m) function in glm::tmat3x4 32 GLM_FUNC_QUALIFIER tmat3x4<T, P>::tmat3x4(tmat3x4<T, Q> const & m) function in glm::tmat3x4 40 GLM_FUNC_QUALIFIER GLM_CONSTEXPR_CTOR tmat3x4<T, P>::tmat3x4(ctor) function in glm::tmat3x4 44 GLM_FUNC_QUALIFIER tmat3x4<T, P>::tmat3x4(T scalar) function in glm::tmat3x4 52 GLM_FUNC_QUALIFIER tmat3x4<T, P>::tmat3x4 function in glm::tmat3x4 65 GLM_FUNC_QUALIFIER tmat3x4<T, P>::tmat3x4 function in glm::tmat3x4 84 GLM_FUNC_QUALIFIER tmat3x4<T, P>::tmat3x4 function in glm::tmat3x4 98 GLM_FUNC_QUALIFIER tmat3x4<T, P>::tmat3x4 function in glm::tmat3x4 114 GLM_FUNC_QUALIFIER tmat3x4<T, P>::tmat3x4(tmat3x4<U, Q> const & m) function in glm::tmat3x4 [all …]
|
D | type_mat.hpp | 23 template <typename T, precision P> struct tmat3x4; 211 typedef tmat3x4<float, lowp> lowp_mat3x4; 218 typedef tmat3x4<float, mediump> mediump_mat3x4; 225 typedef tmat3x4<float, highp> highp_mat3x4; 579 typedef tmat3x4<double, lowp> lowp_dmat3x4; 585 typedef tmat3x4<double, mediump> mediump_dmat3x4; 591 typedef tmat3x4<double, highp> highp_dmat3x4;
|
D | glm.cpp | 197 template struct tmat3x4<float32, lowp>; variable 198 template struct tmat3x4<float64, lowp>; variable 200 template struct tmat3x4<float32, mediump>; variable 201 template struct tmat3x4<float64, mediump>; variable 203 template struct tmat3x4<float32, highp>; variable 204 template struct tmat3x4<float64, highp>; variable
|
D | type_mat4x3.hpp | 21 typedef tmat3x4<T, P> transpose_type; 80 GLM_FUNC_DECL GLM_EXPLICIT tmat4x3(tmat3x4<T, P> const & x); 155 GLM_FUNC_DECL tmat3x3<T, P> operator*(tmat4x3<T, P> const & m1, tmat3x4<T, P> const & m2);
|
D | type_mat4x4.hpp | 78 GLM_FUNC_DECL GLM_EXPLICIT tmat4x4(tmat3x4<T, P> const & x); 164 GLM_FUNC_DECL tmat3x4<T, P> operator*(tmat4x4<T, P> const & m1, tmat3x4<T, P> const & m2);
|
D | type_mat2x4.hpp | 68 GLM_FUNC_DECL GLM_EXPLICIT tmat2x4(tmat3x4<T, P> const & x); 148 GLM_FUNC_DECL tmat3x4<T, P> operator*(tmat2x4<T, P> const & m1, tmat3x2<T, P> const & m2);
|
D | type_mat4x2.hpp | 80 GLM_FUNC_DECL GLM_EXPLICIT tmat4x2(tmat3x4<T, P> const & x); 155 GLM_FUNC_DECL tmat3x2<T, P> operator*(tmat4x2<T, P> const & m1, tmat3x4<T, P> const & m2);
|
D | func_matrix.inl | 111 struct compute_transpose<tmat3x4, T, P, Aligned> 113 GLM_FUNC_QUALIFIER static tmat4x3<T, P> call(tmat3x4<T, P> const & m) 153 GLM_FUNC_QUALIFIER static tmat3x4<T, P> call(tmat4x3<T, P> const & m) 155 tmat3x4<T, P> result(uninitialize);
|
D | func_matrix.hpp | 82 typedef tmat3x4<T, P> type;
|
D | type_mat2x4.inl | 136 GLM_FUNC_QUALIFIER tmat2x4<T, P>::tmat2x4(tmat3x4<T, P> const & m) 421 GLM_FUNC_QUALIFIER tmat3x4<T, P> operator*(tmat2x4<T, P> const & m1, tmat3x2<T, P> const & m2) 423 return tmat3x4<T, P>(
|
/external/oboe/samples/RhythmGame/third_party/glm/ |
D | mat3x4.hpp | 15 typedef tmat3x4<float, lowp> lowp_mat3x4; 22 typedef tmat3x4<float, mediump> mediump_mat3x4; 29 typedef tmat3x4<float, highp> highp_mat3x4;
|
D | fwd.hpp | 1739 typedef tmat3x4<f32, lowp> lowp_fmat3x4; 1796 typedef tmat3x4<f32, mediump> mediump_fmat3x4; 1853 typedef tmat3x4<f32, highp> highp_fmat3x4; 1910 typedef tmat3x4<f32, lowp> lowp_f32mat3x4; 1967 typedef tmat3x4<f32, mediump> mediump_f32mat3x4; 2024 typedef tmat3x4<f32, highp> highp_f32mat3x4; 2081 typedef tmat3x4<f64, lowp> lowp_f64mat3x4; 2138 typedef tmat3x4<f64, mediump> mediump_f64mat3x4; 2194 typedef tmat3x4<f64, highp> highp_f64mat3x4;
|
/external/oboe/samples/RhythmGame/third_party/glm/gtc/ |
D | matrix_integer.hpp | 68 typedef tmat3x4<int, highp> highp_imat3x4; 118 typedef tmat3x4<int, mediump> mediump_imat3x4; 168 typedef tmat3x4<int, lowp> lowp_imat3x4; 217 typedef tmat3x4<uint, highp> highp_umat3x4; 267 typedef tmat3x4<uint, mediump> mediump_umat3x4; 317 typedef tmat3x4<uint, lowp> lowp_umat3x4;
|
D | type_precision.hpp | 716 typedef tmat3x4<f32, defaultp> fmat3x4; 774 typedef tmat3x4<f32, defaultp> f32mat3x4; 832 typedef tmat3x4<f64, defaultp> f64mat3x4;
|
D | type_ptr.inl | 236 tmat3x4<T, P> const & mat 247 tmat3x4<T, P> & mat 377 GLM_FUNC_QUALIFIER tmat3x4<T, defaultp> make_mat3x4(T const * const ptr) 379 tmat3x4<T, defaultp> Result; 380 memcpy(value_ptr(Result), ptr, sizeof(tmat3x4<T, defaultp>));
|
D | type_ptr.hpp | 109 GLM_FUNC_DECL tmat3x4<T, defaultp> make_mat3x4(T const * const ptr);
|
/external/oboe/samples/RhythmGame/third_party/glm/gtx/ |
D | compatibility.hpp | 74 …typedef tmat3x4<bool, highp> bool3x4; //!< \brief boolean matrix with 3 x 4 components. (From GL… 90 …typedef tmat3x4<int, highp> int3x4; //!< \brief integer matrix with 3 x 4 components. (From GLM… 106 …typedef tmat3x4<float, highp> float3x4; //!< \brief single-precision floating-point matrix with … 122 …typedef tmat3x4<double, highp> double3x4; //!< \brief double-precision floating-point matrix wit…
|
D | hash.hpp | 110 struct hash<glm::tmat3x4<T,P> > 112 GLM_FUNC_DECL size_t operator()(glm::tmat3x4<T,P> const & m) const;
|
D | dual_quaternion.hpp | 74 GLM_FUNC_DECL GLM_EXPLICIT tdualquat(tmat3x4<T, P> const & aug_mat); 161 GLM_FUNC_DECL tmat3x4<T, P> mat3x4_cast(tdualquat<T, P> const & x); 173 GLM_FUNC_DECL tdualquat<T, P> dualquat_cast(tmat3x4<T, P> const & x);
|
D | matrix_operation.inl | 68 GLM_FUNC_QUALIFIER tmat3x4<T, P> diagonal3x4 73 tmat3x4<T, P> Result(static_cast<T>(1));
|
D | matrix_operation.hpp | 60 GLM_FUNC_DECL tmat3x4<T, P> diagonal3x4(
|
D | type_trait.hpp | 170 struct type<tmat3x4, T, P>
|
D | dual_quaternion.inl | 93 GLM_FUNC_QUALIFIER tdualquat<T, P>::tdualquat(tmat3x4<T, P> const & m) 258 GLM_FUNC_QUALIFIER tmat3x4<T, P> mat3x4_cast(tdualquat<T, P> const & x) 290 return tmat3x4<T, P>(a, b, c); 302 GLM_FUNC_QUALIFIER tdualquat<T, P> dualquat_cast(tmat3x4<T, P> const & x)
|
D | hash.inl | 140 GLM_FUNC_QUALIFIER size_t hash<glm::tmat3x4<T, P>>::operator()(glm::tmat3x4<T, P> const & m) const
|