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

  /external/vulkan-validation-layers/libs/glm/
mat2x4.hpp 41 typedef detail::tmat2x4<float, lowp> lowp_mat2x4;
48 typedef detail::tmat2x4<float, mediump> mediump_mat2x4;
55 typedef detail::tmat2x4<float, highp> highp_mat2x4;
fwd.hpp     [all...]
  /external/vulkan-validation-layers/libs/glm/detail/
type_mat2x4.hpp 42 struct tmat2x4 struct in namespace:glm::detail
49 typedef tmat2x4<T, P> type;
60 GLM_FUNC_DECL tmat2x4();
61 GLM_FUNC_DECL tmat2x4(tmat2x4<T, P> const & m);
63 GLM_FUNC_DECL tmat2x4(tmat2x4<T, Q> const & m);
65 GLM_FUNC_DECL explicit tmat2x4(
67 GLM_FUNC_DECL explicit tmat2x4(
69 GLM_FUNC_DECL tmat2x4(
    [all...]
type_mat.hpp 42 template <typename T, precision P> struct tmat2x4;
138 typedef detail::tmat2x4<float, lowp> lowp_mat2x4;
145 typedef detail::tmat2x4<float, mediump> mediump_mat2x4;
152 typedef detail::tmat2x4<float, highp> highp_mat2x4;
518 typedef detail::tmat2x4<double, lowp> lowp_dmat2x4;
524 typedef detail::tmat2x4<double, mediump> mediump_dmat2x4;
530 typedef detail::tmat2x4<double, highp> highp_dmat2x4;
    [all...]
glm.cpp 196 // tmat2x4 type explicit instantiation
197 template struct tmat2x4<float32, lowp>;
198 template struct tmat2x4<float64, lowp>;
200 template struct tmat2x4<float32, mediump>;
201 template struct tmat2x4<float64, mediump>;
203 template struct tmat2x4<float32, highp>;
204 template struct tmat2x4<float64, highp>;
type_mat4x2.hpp 50 typedef tmat2x4<T, P> transpose_type;
110 GLM_FUNC_DECL explicit tmat4x2(tmat2x4<T, P> const & x);
198 tmat2x4<T, P> const & m2);
func_matrix.hpp 78 typedef tmat2x4<T, P> type;
type_mat4x4.hpp 114 GLM_FUNC_DECL explicit tmat4x4(tmat2x4<T, P> const & x);
208 GLM_FUNC_DECL tmat2x4<T, P> operator* (
210 tmat2x4<T, P> const & m2);
type_mat3x4.hpp 104 GLM_FUNC_DECL explicit tmat3x4(tmat2x4<T, P> const & x);
185 GLM_FUNC_DECL tmat2x4<T, P> operator* (
type_mat4x3.hpp 110 GLM_FUNC_DECL explicit tmat4x3(tmat2x4<T, P> const & x);
188 tmat2x4<T, P> const & m2);
type_mat2x3.hpp 96 GLM_FUNC_DECL explicit tmat2x3(tmat2x4<T, P> const & x);
type_mat3x2.hpp 103 GLM_FUNC_DECL explicit tmat3x2(tmat2x4<T, P> const & x);
type_mat2x2.hpp 103 GLM_FUNC_DECL explicit tmat2x2(tmat2x4<T, P> const & x);
type_mat3x3.hpp 108 GLM_FUNC_DECL explicit tmat3x3(tmat2x4<T, P> const & x);
  /external/vulkan-validation-layers/libs/glm/gtc/
matrix_integer.hpp 82 typedef detail::tmat2x4<int, highp> highp_imat2x4;
132 typedef detail::tmat2x4<int, mediump> mediump_imat2x4;
182 typedef detail::tmat2x4<int, lowp> lowp_imat2x4;
231 typedef detail::tmat2x4<uint, highp> highp_umat2x4;
281 typedef detail::tmat2x4<uint, mediump> mediump_umat2x4;
331 typedef detail::tmat2x4<uint, lowp> lowp_umat2x4;
type_ptr.hpp 120 GLM_FUNC_DECL detail::tmat2x4<T, defaultp> make_mat2x4(T const * const ptr);
type_precision.hpp 715 typedef detail::tmat2x4<f32, defaultp> fmat2x4;
773 typedef detail::tmat2x4<f32, defaultp> f32mat2x4;
831 typedef detail::tmat2x4<f64, defaultp> f64mat2x4;
  /external/vulkan-validation-layers/libs/glm/gtx/
compatibility.hpp 98 typedef detail::tmat2x4<bool, highp> bool2x4; //!< \brief boolean matrix with 2 x 4 components. (From GLM_GTX_compatibility extension)
114 typedef detail::tmat2x4<int, highp> int2x4; //!< \brief integer matrix with 2 x 4 components. (From GLM_GTX_compatibility extension)
130 typedef detail::tmat2x4<float, highp> float2x4; //!< \brief single-precision floating-point matrix with 2 x 4 components. (From GLM_GTX_compatibility extension)
146 typedef detail::tmat2x4<double, highp> double2x4; //!< \brief double-precision floating-point matrix with 2 x 4 components. (From GLM_GTX_compatibility extension)
matrix_operation.hpp 68 GLM_FUNC_DECL detail::tmat2x4<T, P> diagonal2x4(
dual_quaternion.hpp 76 GLM_FUNC_DECL explicit tdualquat(tmat2x4<T, P> const & holder_mat);
178 GLM_FUNC_DECL detail::tmat2x4<T, P> mat2x4_cast(
193 detail::tmat2x4<T, P> const & x);
io.hpp 130 GLM_FUNC_DECL std::basic_ostream<CTy,CTr>& operator<<(std::basic_ostream<CTy,CTr>&, tmat2x4<T,P> const&);

Completed in 604 milliseconds