/hardware/google/gfxstream/third-party/glm/include/glm/detail/ |
D | type_mat4x3.hpp | 16 struct tmat4x3 struct 20 typedef tmat4x3<T, P> type; argument 30 GLM_FUNC_DECL tmat4x3() GLM_DEFAULT_CTOR; 31 GLM_FUNC_DECL tmat4x3(tmat4x3<T, P> const & m) GLM_DEFAULT; 33 GLM_FUNC_DECL tmat4x3(tmat4x3<T, Q> const & m); 35 GLM_FUNC_DECL GLM_CONSTEXPR_CTOR explicit tmat4x3(ctor); 36 GLM_FUNC_DECL explicit tmat4x3(T const & x); 37 GLM_FUNC_DECL tmat4x3( 42 GLM_FUNC_DECL tmat4x3( 55 GLM_FUNC_DECL tmat4x3( [all …]
|
D | type_mat4x3.inl | 10 GLM_FUNC_QUALIFIER tmat4x3<T, P>::tmat4x3() function in glm::tmat4x3 23 GLM_FUNC_QUALIFIER tmat4x3<T, P>::tmat4x3(tmat4x3<T, P> const & m) function in glm::tmat4x3 34 GLM_FUNC_QUALIFIER tmat4x3<T, P>::tmat4x3(tmat4x3<T, Q> const & m) function in glm::tmat4x3 43 GLM_FUNC_QUALIFIER GLM_CONSTEXPR_CTOR tmat4x3<T, P>::tmat4x3(ctor) function in glm::tmat4x3 47 GLM_FUNC_QUALIFIER tmat4x3<T, P>::tmat4x3(T const & s) function in glm::tmat4x3 56 GLM_FUNC_QUALIFIER tmat4x3<T, P>::tmat4x3 function in glm::tmat4x3 71 GLM_FUNC_QUALIFIER tmat4x3<T, P>::tmat4x3 function in glm::tmat4x3 93 GLM_FUNC_QUALIFIER tmat4x3<T, P>::tmat4x3 function in glm::tmat4x3 109 GLM_FUNC_QUALIFIER tmat4x3<T, P>::tmat4x3 function in glm::tmat4x3 127 GLM_FUNC_QUALIFIER tmat4x3<T, P>::tmat4x3(tmat4x3<U, Q> const & m) function in glm::tmat4x3 [all …]
|
D | type_mat.hpp | 25 template <typename T, precision P> struct tmat4x3; 263 typedef tmat4x3<float, lowp> lowp_mat4x3; 270 typedef tmat4x3<float, mediump> mediump_mat4x3; 277 typedef tmat4x3<float, highp> highp_mat4x3; 625 typedef tmat4x3<double, lowp> lowp_dmat4x3; 631 typedef tmat4x3<double, mediump> mediump_dmat4x3; 637 typedef tmat4x3<double, highp> highp_dmat4x3;
|
D | glm.cpp | 217 template struct tmat4x3<float32, lowp>; variable 218 template struct tmat4x3<float64, lowp>; variable 220 template struct tmat4x3<float32, mediump>; variable 221 template struct tmat4x3<float64, mediump>; variable 223 template struct tmat4x3<float32, highp>; variable 224 template struct tmat4x3<float64, highp>; variable
|
D | type_mat3x4.hpp | 21 typedef tmat4x3<T, P> transpose_type; 75 GLM_FUNC_DECL GLM_EXPLICIT tmat3x4(tmat4x3<T, P> const & x); 147 GLM_FUNC_DECL tmat4x4<T, P> operator*(tmat3x4<T, P> const & m1, tmat4x3<T, P> const & m2);
|
D | type_mat3x3.hpp | 74 GLM_FUNC_DECL GLM_EXPLICIT tmat3x3(tmat4x3<T, P> const & x); 162 GLM_FUNC_DECL tmat4x3<T, P> operator*(tmat3x3<T, P> const & m1, tmat4x3<T, P> const & m2);
|
D | type_mat2x3.hpp | 68 GLM_FUNC_DECL GLM_EXPLICIT tmat2x3(tmat4x3<T, P> const & x); 146 GLM_FUNC_DECL tmat4x3<T, P> operator*(tmat2x3<T, P> const & m1, tmat4x2<T, P> const & m2);
|
D | func_matrix.hpp | 70 typedef tmat4x3<T, P> type;
|
D | type_mat3x2.hpp | 75 GLM_FUNC_DECL GLM_EXPLICIT tmat3x2(tmat4x3<T, P> const & x); 153 GLM_FUNC_DECL tmat4x2<T, P> operator*(tmat3x2<T, P> const & m1, tmat4x3<T, P> const & m2);
|
D | func_matrix.inl | 113 GLM_FUNC_QUALIFIER static tmat4x3<T, P> call(tmat3x4<T, P> const & m) 115 tmat4x3<T, P> result(uninitialize); 151 struct compute_transpose<tmat4x3, T, P, Aligned> 153 GLM_FUNC_QUALIFIER static tmat3x4<T, P> call(tmat4x3<T, P> const & m)
|
D | type_mat3x3.inl | 180 GLM_FUNC_QUALIFIER tmat3x3<T, P>::tmat3x3(tmat4x3<T, P> const & m) 494 GLM_FUNC_QUALIFIER tmat4x3<T, P> operator*(tmat3x3<T, P> const & m1, tmat4x3<T, P> const & m2) 496 return tmat4x3<T, P>(
|
D | type_mat2x3.inl | 149 GLM_FUNC_QUALIFIER tmat2x3<T, P>::tmat2x3(tmat4x3<T, P> const & m) 412 GLM_FUNC_QUALIFIER tmat4x3<T, P> operator*(tmat2x3<T, P> const & m1, tmat4x2<T, P> const & m2) 414 return tmat4x3<T, P>(
|
/hardware/google/gfxstream/third-party/glm/include/glm/ |
D | mat4x3.hpp | 15 typedef tmat4x3<float, lowp> lowp_mat4x3; 22 typedef tmat4x3<float, mediump> mediump_mat4x3; 29 typedef tmat4x3<float, highp> highp_mat4x3;
|
D | fwd.hpp | 1747 typedef tmat4x3<f32, lowp> lowp_fmat4x3; 1804 typedef tmat4x3<f32, mediump> mediump_fmat4x3; 1861 typedef tmat4x3<f32, highp> highp_fmat4x3; 1918 typedef tmat4x3<f32, lowp> lowp_f32mat4x3; 1975 typedef tmat4x3<f32, mediump> mediump_f32mat4x3; 2032 typedef tmat4x3<f32, highp> highp_f32mat4x3; 2089 typedef tmat4x3<f64, lowp> lowp_f64mat4x3; 2146 typedef tmat4x3<f64, mediump> mediump_f64mat4x3; 2202 typedef tmat4x3<f64, highp> highp_f64mat4x3;
|
/hardware/google/gfxstream/third-party/glm/include/glm/gtc/ |
D | matrix_integer.hpp | 76 typedef tmat4x3<int, highp> highp_imat4x3; 126 typedef tmat4x3<int, mediump> mediump_imat4x3; 176 typedef tmat4x3<int, lowp> lowp_imat4x3; 225 typedef tmat4x3<uint, highp> highp_umat4x3; 275 typedef tmat4x3<uint, mediump> mediump_umat4x3; 325 typedef tmat4x3<uint, lowp> lowp_umat4x3;
|
D | type_precision.hpp | 724 typedef tmat4x3<f32, defaultp> fmat4x3; 782 typedef tmat4x3<f32, defaultp> f32mat4x3; 840 typedef tmat4x3<f64, defaultp> f64mat4x3;
|
D | type_ptr.inl | 258 tmat4x3<T, P> const & mat 267 GLM_FUNC_QUALIFIER T * value_ptr(tmat4x3<T, P> & mat) 397 GLM_FUNC_QUALIFIER tmat4x3<T, defaultp> make_mat4x3(T const * const ptr) 399 tmat4x3<T, defaultp> Result; 400 memcpy(value_ptr(Result), ptr, sizeof(tmat4x3<T, defaultp>));
|
D | type_ptr.hpp | 119 GLM_FUNC_DECL tmat4x3<T, defaultp> make_mat4x3(T const * const ptr);
|
/hardware/google/gfxstream/third-party/glm/include/glm/gtx/ |
D | compatibility.hpp | 76 …typedef tmat4x3<bool, highp> bool4x3; //!< \brief boolean matrix with 4 x 3 components. (From GL… 92 …typedef tmat4x3<int, highp> int4x3; //!< \brief integer matrix with 4 x 3 components. (From GLM… 108 …typedef tmat4x3<float, highp> float4x3; //!< \brief single-precision floating-point matrix with … 124 …typedef tmat4x3<double, highp> double4x3; //!< \brief double-precision floating-point matrix wit…
|
D | hash.hpp | 122 struct hash<glm::tmat4x3<T,P> > 124 GLM_FUNC_DECL size_t operator()(glm::tmat4x3<T,P> const & m) const;
|
D | matrix_operation.inl | 95 GLM_FUNC_QUALIFIER tmat4x3<T, P> diagonal4x3 100 tmat4x3<T, P> Result(static_cast<T>(1));
|
D | matrix_operation.hpp | 72 GLM_FUNC_DECL tmat4x3<T, P> diagonal4x3(
|
D | type_trait.hpp | 198 struct type<tmat4x3, T, P>
|
D | hash.inl | 163 GLM_FUNC_QUALIFIER size_t hash<glm::tmat4x3<T,P>>::operator()(glm::tmat4x3<T,P> const & m) const
|
D | io.hpp | 186 …GLM_FUNC_DECL std::basic_ostream<CTy,CTr>& operator<<(std::basic_ostream<CTy,CTr>&, tmat4x3<T,P> c…
|