HomeSort by relevance Sort by last modified time
    Searched refs:tmat2x3 (Results 1 - 20 of 20) sorted by null

  /external/vulkan-validation-layers/libs/glm/
mat2x3.hpp 41 typedef detail::tmat2x3<float, lowp> lowp_mat2x3;
48 typedef detail::tmat2x3<float, mediump> mediump_mat2x3;
55 typedef detail::tmat2x3<float, highp> highp_mat2x3;
fwd.hpp     [all...]
  /external/vulkan-validation-layers/libs/glm/detail/
type_mat2x3.hpp 42 struct tmat2x3 struct in namespace:glm::detail
49 typedef tmat2x3<T, P> type;
60 GLM_FUNC_DECL tmat2x3();
61 GLM_FUNC_DECL tmat2x3(tmat2x3<T, P> const & m);
63 GLM_FUNC_DECL tmat2x3(tmat2x3<T, Q> const & m);
65 GLM_FUNC_DECL explicit tmat2x3(
67 GLM_FUNC_DECL explicit tmat2x3(
69 GLM_FUNC_DECL tmat2x3(
    [all...]
type_mat.hpp 41 template <typename T, precision P> struct tmat2x3;
112 typedef detail::tmat2x3<float, lowp> lowp_mat2x3;
119 typedef detail::tmat2x3<float, mediump> mediump_mat2x3;
126 typedef detail::tmat2x3<float, highp> highp_mat2x3;
495 typedef detail::tmat2x3<double, lowp> lowp_dmat2x3;
501 typedef detail::tmat2x3<double, mediump> mediump_dmat2x3;
507 typedef detail::tmat2x3<double, highp> highp_dmat2x3;
    [all...]
glm.cpp 186 // tmat2x3 type explicit instantiation
187 template struct tmat2x3<float32, lowp>;
188 template struct tmat2x3<float64, lowp>;
190 template struct tmat2x3<float32, mediump>;
191 template struct tmat2x3<float64, mediump>;
193 template struct tmat2x3<float32, highp>;
194 template struct tmat2x3<float64, highp>;
type_mat3x2.hpp 50 typedef tmat2x3<T, P> transpose_type;
102 GLM_FUNC_DECL explicit tmat3x2(tmat2x3<T, P> const & x);
182 tmat2x3<T, P> const & m2);
func_matrix.hpp 72 typedef tmat2x3<T, P> type;
type_mat3x3.hpp 106 GLM_FUNC_DECL explicit tmat3x3(tmat2x3<T, P> const & x);
207 GLM_FUNC_DECL tmat2x3<T, P> operator* (
209 tmat2x3<T, P> const & m2);
type_mat3x4.hpp 102 GLM_FUNC_DECL explicit tmat3x4(tmat2x3<T, P> const & x);
187 tmat2x3<T, P> const & m2);
type_mat4x2.hpp 108 GLM_FUNC_DECL explicit tmat4x2(tmat2x3<T, P> const & x);
196 GLM_FUNC_DECL tmat2x3<T, P> operator* (
type_mat4x3.hpp 108 GLM_FUNC_DECL explicit tmat4x3(tmat2x3<T, P> const & x);
186 GLM_FUNC_DECL tmat2x3<T, P> operator* (
type_mat2x2.hpp 101 GLM_FUNC_DECL explicit tmat2x2(tmat2x3<T, P> const & x);
type_mat2x4.hpp 98 GLM_FUNC_DECL explicit tmat2x4(tmat2x3<T, P> const & x);
type_mat4x4.hpp 112 GLM_FUNC_DECL explicit tmat4x4(tmat2x3<T, P> const & x);
  /external/vulkan-validation-layers/libs/glm/gtc/
matrix_integer.hpp 78 typedef detail::tmat2x3<int, highp> highp_imat2x3;
128 typedef detail::tmat2x3<int, mediump> mediump_imat2x3;
178 typedef detail::tmat2x3<int, lowp> lowp_imat2x3;
227 typedef detail::tmat2x3<uint, highp> highp_umat2x3;
277 typedef detail::tmat2x3<uint, mediump> mediump_umat2x3;
327 typedef detail::tmat2x3<uint, lowp> lowp_umat2x3;
type_ptr.hpp 115 GLM_FUNC_DECL detail::tmat2x3<T, defaultp> make_mat2x3(T const * const ptr);
type_precision.hpp 711 typedef detail::tmat2x3<f32, defaultp> fmat2x3;
769 typedef detail::tmat2x3<f32, defaultp> f32mat2x3;
827 typedef detail::tmat2x3<f64, defaultp> f64mat2x3;
  /external/vulkan-validation-layers/libs/glm/gtx/
compatibility.hpp 97 typedef detail::tmat2x3<bool, highp> bool2x3; //!< \brief boolean matrix with 2 x 3 components. (From GLM_GTX_compatibility extension)
113 typedef detail::tmat2x3<int, highp> int2x3; //!< \brief integer matrix with 2 x 3 components. (From GLM_GTX_compatibility extension)
129 typedef detail::tmat2x3<float, highp> float2x3; //!< \brief single-precision floating-point matrix with 2 x 3 components. (From GLM_GTX_compatibility extension)
145 typedef detail::tmat2x3<double, highp> double2x3; //!< \brief double-precision floating-point matrix with 2 x 3 components. (From GLM_GTX_compatibility extension)
matrix_operation.hpp 62 GLM_FUNC_DECL detail::tmat2x3<T, P> diagonal2x3(
io.hpp 128 GLM_FUNC_DECL std::basic_ostream<CTy,CTr>& operator<<(std::basic_ostream<CTy,CTr>&, tmat2x3<T,P> const&);

Completed in 2853 milliseconds