/external/oboe/samples/RhythmGame/third_party/glm/detail/ |
D | type_mat3x2.hpp | 16 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 …]
|
D | type_mat3x2.inl | 10 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 …]
|
D | type_mat.hpp | 21 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;
|
D | glm.cpp | 177 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
|
D | type_mat2x3.hpp | 21 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);
|
D | type_mat2x2.hpp | 63 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);
|
D | type_mat2x4.hpp | 67 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);
|
D | type_mat4x2.hpp | 77 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);
|
D | func_matrix.inl | 42 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)
|
D | func_matrix.hpp | 46 typedef tmat3x2<T, P> type;
|
D | type_mat2x2.inl | 121 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>(
|
D | type_mat4x2.inl | 179 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/ |
D | mat3x2.hpp | 15 typedef tmat3x2<float, lowp> lowp_mat3x2; 22 typedef tmat3x2<float, mediump> mediump_mat3x2; 29 typedef tmat3x2<float, highp> highp_mat3x2;
|
D | fwd.hpp | 1731 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/ |
D | matrix_integer.hpp | 60 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;
|
D | type_precision.hpp | 708 typedef tmat3x2<f32, defaultp> fmat3x2; 766 typedef tmat3x2<f32, defaultp> f32mat3x2; 824 typedef tmat3x2<f64, defaultp> f64mat3x2;
|
D | type_ptr.inl | 170 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>));
|
D | type_ptr.hpp | 99 GLM_FUNC_DECL tmat3x2<T, defaultp> make_mat3x2(T const * const ptr);
|
/external/oboe/samples/RhythmGame/third_party/glm/gtx/ |
D | compatibility.hpp | 72 …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…
|
D | hash.hpp | 98 struct hash<glm::tmat3x2<T,P> > 100 GLM_FUNC_DECL size_t operator()(glm::tmat3x2<T,P> const & m) const;
|
D | matrix_operation.inl | 43 GLM_FUNC_QUALIFIER tmat3x2<T, P> diagonal3x2 48 tmat3x2<T, P> Result(static_cast<T>(1));
|
D | matrix_operation.hpp | 48 GLM_FUNC_DECL tmat3x2<T, P> diagonal3x2(
|
D | type_trait.hpp | 142 struct type<tmat3x2, T, P>
|
D | hash.inl | 118 GLM_FUNC_QUALIFIER size_t hash<glm::tmat3x2<T, P>>::operator()(glm::tmat3x2<T, P> const & m) const
|
D | io.hpp | 178 …GLM_FUNC_DECL std::basic_ostream<CTy,CTr>& operator<<(std::basic_ostream<CTy,CTr>&, tmat3x2<T,P> c…
|