Home
last modified time | relevance | path

Searched refs:tmat3x2 (Results 1 – 25 of 37) sorted by relevance

12

/external/oboe/samples/RhythmGame/third_party/glm/detail/
Dtype_mat3x2.hpp16 struct tmat3x2 struct
20 typedef tmat3x2<T, P> type; argument
30 GLM_FUNC_DECL tmat3x2() GLM_DEFAULT_CTOR;
31 GLM_FUNC_DECL tmat3x2(tmat3x2<T, P> const & m) GLM_DEFAULT;
33 GLM_FUNC_DECL tmat3x2(tmat3x2<T, Q> const & m);
35 GLM_FUNC_DECL GLM_CONSTEXPR_CTOR explicit tmat3x2(ctor);
36 GLM_FUNC_DECL explicit tmat3x2(T scalar);
37 GLM_FUNC_DECL tmat3x2(
41 GLM_FUNC_DECL tmat3x2(
52 GLM_FUNC_DECL tmat3x2(
[all …]
Dtype_mat3x2.inl10 GLM_FUNC_QUALIFIER tmat3x2<T, P>::tmat3x2() function in glm::tmat3x2
22 GLM_FUNC_QUALIFIER tmat3x2<T, P>::tmat3x2(tmat3x2<T, P> const & m) function in glm::tmat3x2
32 GLM_FUNC_QUALIFIER tmat3x2<T, P>::tmat3x2(tmat3x2<T, Q> const & m) function in glm::tmat3x2
40 GLM_FUNC_QUALIFIER GLM_CONSTEXPR_CTOR tmat3x2<T, P>::tmat3x2(ctor) function in glm::tmat3x2
44 GLM_FUNC_QUALIFIER tmat3x2<T, P>::tmat3x2(T scalar) function in glm::tmat3x2
52 GLM_FUNC_QUALIFIER tmat3x2<T, P>::tmat3x2 function in glm::tmat3x2
65 GLM_FUNC_QUALIFIER tmat3x2<T, P>::tmat3x2 function in glm::tmat3x2
84 GLM_FUNC_QUALIFIER tmat3x2<T, P>::tmat3x2 function in glm::tmat3x2
98 GLM_FUNC_QUALIFIER tmat3x2<T, P>::tmat3x2 function in glm::tmat3x2
114 GLM_FUNC_QUALIFIER tmat3x2<T, P>::tmat3x2(tmat3x2<U, Q> const & m) function in glm::tmat3x2
[all …]
Dtype_mat.hpp21 template <typename T, precision P> struct tmat3x2;
138 typedef tmat3x2<float, lowp> lowp_mat3x2;
145 typedef tmat3x2<float, mediump> mediump_mat3x2;
152 typedef tmat3x2<float, highp> highp_mat3x2;
515 typedef tmat3x2<double, lowp> lowp_dmat3x2;
521 typedef tmat3x2<double, mediump> mediump_dmat3x2;
527 typedef tmat3x2<double, highp> highp_dmat3x2;
Dglm.cpp177 template struct tmat3x2<float32, lowp>; variable
178 template struct tmat3x2<float64, lowp>; variable
180 template struct tmat3x2<float32, mediump>; variable
181 template struct tmat3x2<float64, mediump>; variable
183 template struct tmat3x2<float32, highp>; variable
184 template struct tmat3x2<float64, highp>; variable
Dtype_mat2x3.hpp21 typedef tmat3x2<T, P> transpose_type;
65 GLM_FUNC_DECL GLM_EXPLICIT tmat2x3(tmat3x2<T, P> const & x);
143 GLM_FUNC_DECL tmat3x3<T, P> operator*(tmat2x3<T, P> const & m1, tmat3x2<T, P> const & m2);
Dtype_mat2x2.hpp63 GLM_FUNC_DECL GLM_EXPLICIT tmat2x2(tmat3x2<T, P> const & x);
152 GLM_FUNC_DECL tmat3x2<T, P> operator*(tmat2x2<T, P> const & m1, tmat3x2<T, P> const & m2);
Dtype_mat2x4.hpp67 GLM_FUNC_DECL GLM_EXPLICIT tmat2x4(tmat3x2<T, P> const & x);
148 GLM_FUNC_DECL tmat3x4<T, P> operator*(tmat2x4<T, P> const & m1, tmat3x2<T, P> const & m2);
Dtype_mat4x2.hpp77 GLM_FUNC_DECL GLM_EXPLICIT tmat4x2(tmat3x2<T, P> const & x);
155 GLM_FUNC_DECL tmat3x2<T, P> operator*(tmat4x2<T, P> const & m1, tmat3x4<T, P> const & m2);
Dfunc_matrix.inl42 GLM_FUNC_QUALIFIER static tmat3x2<T, P> call(tmat2x3<T, P> const & m)
44 tmat3x2<T, P> result(uninitialize);
74 struct compute_transpose<tmat3x2, T, P, Aligned>
76 GLM_FUNC_QUALIFIER static tmat2x3<T, P> call(tmat3x2<T, P> const & m)
Dfunc_matrix.hpp46 typedef tmat3x2<T, P> type;
Dtype_mat2x2.inl121 GLM_FUNC_QUALIFIER tmat2x2<T, P>::tmat2x2(tmat3x2<T, P> const & m)
411 GLM_FUNC_QUALIFIER tmat3x2<T, P> operator*(tmat2x2<T, P> const & m1, tmat3x2<T, P> const & m2)
413 return tmat3x2<T, P>(
Dtype_mat4x2.inl179 GLM_FUNC_QUALIFIER tmat4x2<T, P>::tmat4x2(tmat3x2<T, P> const & m)
487 GLM_FUNC_QUALIFIER tmat3x2<T, P> operator*(tmat4x2<T, P> const & m1, tmat3x4<T, P> const & m2)
489 return tmat3x2<T, P>(
/external/oboe/samples/RhythmGame/third_party/glm/
Dmat3x2.hpp15 typedef tmat3x2<float, lowp> lowp_mat3x2;
22 typedef tmat3x2<float, mediump> mediump_mat3x2;
29 typedef tmat3x2<float, highp> highp_mat3x2;
Dfwd.hpp1731 typedef tmat3x2<f32, lowp> lowp_fmat3x2;
1788 typedef tmat3x2<f32, mediump> mediump_fmat3x2;
1845 typedef tmat3x2<f32, highp> highp_fmat3x2;
1902 typedef tmat3x2<f32, lowp> lowp_f32mat3x2;
1959 typedef tmat3x2<f32, mediump> mediump_f32mat3x2;
2016 typedef tmat3x2<f32, highp> highp_f32mat3x2;
2073 typedef tmat3x2<f64, lowp> lowp_f64mat3x2;
2130 typedef tmat3x2<f64, mediump> mediump_f64mat3x2;
2186 typedef tmat3x2<f64, highp> highp_f64mat3x2;
/external/oboe/samples/RhythmGame/third_party/glm/gtc/
Dmatrix_integer.hpp60 typedef tmat3x2<int, highp> highp_imat3x2;
110 typedef tmat3x2<int, mediump> mediump_imat3x2;
160 typedef tmat3x2<int, lowp> lowp_imat3x2;
209 typedef tmat3x2<uint, highp> highp_umat3x2;
259 typedef tmat3x2<uint, mediump> mediump_umat3x2;
309 typedef tmat3x2<uint, lowp> lowp_umat3x2;
Dtype_precision.hpp708 typedef tmat3x2<f32, defaultp> fmat3x2;
766 typedef tmat3x2<f32, defaultp> f32mat3x2;
824 typedef tmat3x2<f64, defaultp> f64mat3x2;
Dtype_ptr.inl170 tmat3x2<T, P> const & mat
181 tmat3x2<T, P> & mat
357 GLM_FUNC_QUALIFIER tmat3x2<T, defaultp> make_mat3x2(T const * const ptr)
359 tmat3x2<T, defaultp> Result;
360 memcpy(value_ptr(Result), ptr, sizeof(tmat3x2<T, defaultp>));
Dtype_ptr.hpp99 GLM_FUNC_DECL tmat3x2<T, defaultp> make_mat3x2(T const * const ptr);
/external/oboe/samples/RhythmGame/third_party/glm/gtx/
Dcompatibility.hpp72 …typedef tmat3x2<bool, highp> bool3x2; //!< \brief boolean matrix with 3 x 2 components. (From GL…
88 …typedef tmat3x2<int, highp> int3x2; //!< \brief integer matrix with 3 x 2 components. (From GLM…
104 …typedef tmat3x2<float, highp> float3x2; //!< \brief single-precision floating-point matrix with …
120 …typedef tmat3x2<double, highp> double3x2; //!< \brief double-precision floating-point matrix wit…
Dhash.hpp98 struct hash<glm::tmat3x2<T,P> >
100 GLM_FUNC_DECL size_t operator()(glm::tmat3x2<T,P> const & m) const;
Dmatrix_operation.inl43 GLM_FUNC_QUALIFIER tmat3x2<T, P> diagonal3x2
48 tmat3x2<T, P> Result(static_cast<T>(1));
Dmatrix_operation.hpp48 GLM_FUNC_DECL tmat3x2<T, P> diagonal3x2(
Dtype_trait.hpp142 struct type<tmat3x2, T, P>
Dhash.inl118 GLM_FUNC_QUALIFIER size_t hash<glm::tmat3x2<T, P>>::operator()(glm::tmat3x2<T, P> const & m) const
Dio.hpp178 …GLM_FUNC_DECL std::basic_ostream<CTy,CTr>& operator<<(std::basic_ostream<CTy,CTr>&, tmat3x2<T,P> c…

12