Home
last modified time | relevance | path

Searched refs:tmat3x4 (Results 1 – 25 of 39) sorted by relevance

12

/external/oboe/samples/RhythmGame/third_party/glm/detail/
Dtype_mat3x4.hpp16 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 …]
Dtype_mat3x4.inl10 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 …]
Dtype_mat.hpp23 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;
Dglm.cpp197 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
Dtype_mat4x3.hpp21 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);
Dtype_mat4x4.hpp78 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);
Dtype_mat2x4.hpp68 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);
Dtype_mat4x2.hpp80 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);
Dfunc_matrix.inl111 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);
Dfunc_matrix.hpp82 typedef tmat3x4<T, P> type;
Dtype_mat2x4.inl136 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/
Dmat3x4.hpp15 typedef tmat3x4<float, lowp> lowp_mat3x4;
22 typedef tmat3x4<float, mediump> mediump_mat3x4;
29 typedef tmat3x4<float, highp> highp_mat3x4;
Dfwd.hpp1739 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/
Dmatrix_integer.hpp68 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;
Dtype_precision.hpp716 typedef tmat3x4<f32, defaultp> fmat3x4;
774 typedef tmat3x4<f32, defaultp> f32mat3x4;
832 typedef tmat3x4<f64, defaultp> f64mat3x4;
Dtype_ptr.inl236 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>));
Dtype_ptr.hpp109 GLM_FUNC_DECL tmat3x4<T, defaultp> make_mat3x4(T const * const ptr);
/external/oboe/samples/RhythmGame/third_party/glm/gtx/
Dcompatibility.hpp74 …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…
Dhash.hpp110 struct hash<glm::tmat3x4<T,P> >
112 GLM_FUNC_DECL size_t operator()(glm::tmat3x4<T,P> const & m) const;
Ddual_quaternion.hpp74 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);
Dmatrix_operation.inl68 GLM_FUNC_QUALIFIER tmat3x4<T, P> diagonal3x4
73 tmat3x4<T, P> Result(static_cast<T>(1));
Dmatrix_operation.hpp60 GLM_FUNC_DECL tmat3x4<T, P> diagonal3x4(
Dtype_trait.hpp170 struct type<tmat3x4, T, P>
Ddual_quaternion.inl93 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)
Dhash.inl140 GLM_FUNC_QUALIFIER size_t hash<glm::tmat3x4<T, P>>::operator()(glm::tmat3x4<T, P> const & m) const

12