/external/oboe/samples/RhythmGame/third_party/glm/detail/ |
D | type_mat2x3.hpp | 16 struct tmat2x3 struct 20 typedef tmat2x3<T, P> type; argument 30 GLM_FUNC_DECL tmat2x3() GLM_DEFAULT_CTOR; 31 GLM_FUNC_DECL tmat2x3(tmat2x3<T, P> const & m) GLM_DEFAULT; 33 GLM_FUNC_DECL tmat2x3(tmat2x3<T, Q> const & m); 35 GLM_FUNC_DECL GLM_CONSTEXPR_CTOR explicit tmat2x3(ctor); 36 GLM_FUNC_DECL explicit tmat2x3(T scalar); 37 GLM_FUNC_DECL tmat2x3( 40 GLM_FUNC_DECL tmat2x3( 47 GLM_FUNC_DECL tmat2x3( [all …]
|
D | type_mat2x3.inl | 10 GLM_FUNC_QUALIFIER tmat2x3<T, P>::tmat2x3() function in glm::tmat2x3 21 GLM_FUNC_QUALIFIER tmat2x3<T, P>::tmat2x3(tmat2x3<T, P> const & m) function in glm::tmat2x3 30 GLM_FUNC_QUALIFIER tmat2x3<T, P>::tmat2x3(tmat2x3<T, Q> const & m) function in glm::tmat2x3 37 GLM_FUNC_QUALIFIER GLM_CONSTEXPR_CTOR tmat2x3<T, P>::tmat2x3(ctor) function in glm::tmat2x3 41 GLM_FUNC_QUALIFIER tmat2x3<T, P>::tmat2x3(T scalar) function in glm::tmat2x3 48 GLM_FUNC_QUALIFIER tmat2x3<T, P>::tmat2x3 function in glm::tmat2x3 59 GLM_FUNC_QUALIFIER tmat2x3<T, P>::tmat2x3(col_type const & v0, col_type const & v1) function in glm::tmat2x3 71 GLM_FUNC_QUALIFIER tmat2x3<T, P>::tmat2x3 function in glm::tmat2x3 83 GLM_FUNC_QUALIFIER tmat2x3<T, P>::tmat2x3(tvec3<V1, P> const & v1, tvec3<V2, P> const & v2) function in glm::tmat2x3 93 GLM_FUNC_QUALIFIER tmat2x3<T, P>::tmat2x3(tmat2x3<U, Q> const & m) function in glm::tmat2x3 [all …]
|
D | type_mat.hpp | 19 template <typename T, precision P> struct tmat2x3; 86 typedef tmat2x3<float, lowp> lowp_mat2x3; 93 typedef tmat2x3<float, mediump> mediump_mat2x3; 100 typedef tmat2x3<float, highp> highp_mat2x3; 469 typedef tmat2x3<double, lowp> lowp_dmat2x3; 475 typedef tmat2x3<double, mediump> mediump_dmat2x3; 481 typedef tmat2x3<double, highp> highp_dmat2x3;
|
D | glm.cpp | 157 template struct tmat2x3<float32, lowp>; variable 158 template struct tmat2x3<float64, lowp>; variable 160 template struct tmat2x3<float32, mediump>; variable 161 template struct tmat2x3<float64, mediump>; variable 163 template struct tmat2x3<float32, highp>; variable 164 template struct tmat2x3<float64, highp>; variable
|
D | type_mat3x2.hpp | 21 typedef tmat2x3<T, P> transpose_type; 71 GLM_FUNC_DECL GLM_EXPLICIT tmat3x2(tmat2x3<T, P> const & x); 147 GLM_FUNC_DECL tmat2x2<T, P> operator*(tmat3x2<T, P> const & m1, tmat2x3<T, P> const & m2);
|
D | type_mat3x3.hpp | 69 GLM_FUNC_DECL GLM_EXPLICIT tmat3x3(tmat2x3<T, P> const & x); 159 GLM_FUNC_DECL tmat2x3<T, P> operator*(tmat3x3<T, P> const & m1, tmat2x3<T, P> const & m2);
|
D | type_mat3x4.hpp | 71 GLM_FUNC_DECL GLM_EXPLICIT tmat3x4(tmat2x3<T, P> const & x); 150 GLM_FUNC_DECL tmat2x4<T, P> operator*(tmat3x4<T, P> const & m1, tmat2x3<T, P> const & m2);
|
D | type_mat4x3.hpp | 76 GLM_FUNC_DECL GLM_EXPLICIT tmat4x3(tmat2x3<T, P> const & x); 152 GLM_FUNC_DECL tmat2x3<T, P> operator*(tmat4x3<T, P> const & m1, tmat2x4<T, P> const & m2);
|
D | func_matrix.inl | 40 struct compute_transpose<tmat2x3, T, P, Aligned> 42 GLM_FUNC_QUALIFIER static tmat3x2<T, P> call(tmat2x3<T, P> const & m) 76 GLM_FUNC_QUALIFIER static tmat2x3<T, P> call(tmat3x2<T, P> const & m) 78 tmat2x3<T, P> result(uninitialize);
|
D | func_matrix.hpp | 58 typedef tmat2x3<T, P> type;
|
D | type_mat3x3.inl | 140 GLM_FUNC_QUALIFIER tmat3x3<T, P>::tmat3x3(tmat2x3<T, P> const & m) 482 GLM_FUNC_QUALIFIER tmat2x3<T, P> operator*(tmat3x3<T, P> const & m1, tmat2x3<T, P> const & m2) 484 return tmat2x3<T, P>(
|
D | type_mat4x3.inl | 163 GLM_FUNC_QUALIFIER tmat4x3<T, P>::tmat4x3(tmat2x3<T, P> const & m) 458 GLM_FUNC_QUALIFIER tmat2x3<T, P> operator*(tmat4x3<T, P> const & m1, tmat2x4<T, P> const & m2) 460 return tmat2x3<T, P>(
|
/external/oboe/samples/RhythmGame/third_party/glm/ |
D | mat2x3.hpp | 15 typedef tmat2x3<float, lowp> lowp_mat2x3; 22 typedef tmat2x3<float, mediump> mediump_mat2x3; 29 typedef tmat2x3<float, highp> highp_mat2x3;
|
D | fwd.hpp | 1723 typedef tmat2x3<f32, lowp> lowp_fmat2x3; 1780 typedef tmat2x3<f32, mediump> mediump_fmat2x3; 1837 typedef tmat2x3<f32, highp> highp_fmat2x3; 1894 typedef tmat2x3<f32, lowp> lowp_f32mat2x3; 1951 typedef tmat2x3<f32, mediump> mediump_f32mat2x3; 2008 typedef tmat2x3<f32, highp> highp_f32mat2x3; 2065 typedef tmat2x3<f64, lowp> lowp_f64mat2x3; 2122 typedef tmat2x3<f64, mediump> mediump_f64mat2x3; 2178 typedef tmat2x3<f64, highp> highp_f64mat2x3;
|
/external/oboe/samples/RhythmGame/third_party/glm/gtc/ |
D | matrix_integer.hpp | 52 typedef tmat2x3<int, highp> highp_imat2x3; 102 typedef tmat2x3<int, mediump> mediump_imat2x3; 152 typedef tmat2x3<int, lowp> lowp_imat2x3; 201 typedef tmat2x3<uint, highp> highp_umat2x3; 251 typedef tmat2x3<uint, mediump> mediump_umat2x3; 301 typedef tmat2x3<uint, lowp> lowp_umat2x3;
|
D | type_precision.hpp | 700 typedef tmat2x3<f32, defaultp> fmat2x3; 758 typedef tmat2x3<f32, defaultp> f32mat2x3; 816 typedef tmat2x3<f64, defaultp> f64mat2x3;
|
D | type_ptr.inl | 148 tmat2x3<T, P> const & mat 159 tmat2x3<T, P> & mat 337 GLM_FUNC_QUALIFIER tmat2x3<T, defaultp> make_mat2x3(T const * const ptr) 339 tmat2x3<T, defaultp> Result; 340 memcpy(value_ptr(Result), ptr, sizeof(tmat2x3<T, defaultp>));
|
D | type_ptr.hpp | 89 GLM_FUNC_DECL tmat2x3<T, defaultp> make_mat2x3(T const * const ptr);
|
/external/oboe/samples/RhythmGame/third_party/glm/gtx/ |
D | compatibility.hpp | 70 …typedef tmat2x3<bool, highp> bool2x3; //!< \brief boolean matrix with 2 x 3 components. (From GL… 86 …typedef tmat2x3<int, highp> int2x3; //!< \brief integer matrix with 2 x 3 components. (From GLM… 102 …typedef tmat2x3<float, highp> float2x3; //!< \brief single-precision floating-point matrix with … 118 …typedef tmat2x3<double, highp> double2x3; //!< \brief double-precision floating-point matrix wit…
|
D | hash.hpp | 86 struct hash<glm::tmat2x3<T,P> > 88 GLM_FUNC_DECL size_t operator()(glm::tmat2x3<T,P> const & m) const;
|
D | matrix_operation.inl | 19 GLM_FUNC_QUALIFIER tmat2x3<T, P> diagonal2x3 24 tmat2x3<T, P> Result(static_cast<T>(1));
|
D | matrix_operation.hpp | 36 GLM_FUNC_DECL tmat2x3<T, P> diagonal2x3(
|
D | type_trait.hpp | 114 struct type<tmat2x3, T, P>
|
D | hash.inl | 98 GLM_FUNC_QUALIFIER size_t hash<glm::tmat2x3<T, P>>::operator()(glm::tmat2x3<T, P> const & m) const
|
D | io.hpp | 174 …GLM_FUNC_DECL std::basic_ostream<CTy,CTr>& operator<<(std::basic_ostream<CTy,CTr>&, tmat2x3<T,P> c…
|