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

  /external/vulkan-validation-layers/libs/glm/
mat4x3.hpp 41 typedef detail::tmat4x3<float, lowp> lowp_mat4x3;
48 typedef detail::tmat4x3<float, mediump> mediump_mat4x3;
55 typedef detail::tmat4x3<float, highp> highp_mat4x3;
fwd.hpp     [all...]
  /external/vulkan-validation-layers/libs/glm/detail/
type_mat4x3.hpp 42 struct tmat4x3 struct in namespace:glm::detail
49 typedef tmat4x3<T, P> type;
60 GLM_FUNC_DECL tmat4x3();
61 GLM_FUNC_DECL tmat4x3(tmat4x3<T, P> const & m);
63 GLM_FUNC_DECL tmat4x3(tmat4x3<T, Q> const & m);
65 GLM_FUNC_DECL explicit tmat4x3(
67 GLM_FUNC_DECL explicit tmat4x3(
69 GLM_FUNC_DECL tmat4x3(
    [all...]
type_mat.hpp 47 template <typename T, precision P> struct tmat4x3;
289 typedef detail::tmat4x3<float, lowp> lowp_mat4x3;
296 typedef detail::tmat4x3<float, mediump> mediump_mat4x3;
303 typedef detail::tmat4x3<float, highp> highp_mat4x3;
    [all...]
glm.cpp 246 // tmat4x3 type explicit instantiation
247 template struct tmat4x3<float32, lowp>;
248 template struct tmat4x3<float64, lowp>;
250 template struct tmat4x3<float32, mediump>;
251 template struct tmat4x3<float64, mediump>;
253 template struct tmat4x3<float32, highp>;
254 template struct tmat4x3<float64, highp>;
type_mat3x4.hpp 50 typedef tmat4x3<T, P> transpose_type;
106 GLM_FUNC_DECL explicit tmat3x4(tmat4x3<T, P> const & x);
182 tmat4x3<T, P> const & m2);
func_matrix.hpp 108 typedef tmat4x3<T, P> type;
type_mat2x3.hpp 100 GLM_FUNC_DECL explicit tmat2x3(tmat4x3<T, P> const & x);
185 GLM_FUNC_DECL tmat4x3<T, P> operator* (
type_mat3x2.hpp 106 GLM_FUNC_DECL explicit tmat3x2(tmat4x3<T, P> const & x);
192 tmat4x3<T, P> const & m2);
type_mat3x3.hpp 111 GLM_FUNC_DECL explicit tmat3x3(tmat4x3<T, P> const & x);
212 GLM_FUNC_DECL tmat4x3<T, P> operator* (
214 tmat4x3<T, P> const & m2);
type_mat4x2.hpp 111 GLM_FUNC_DECL explicit tmat4x2(tmat4x3<T, P> const & x);
197 tmat4x3<T, P> const & m1,
type_mat2x2.hpp 106 GLM_FUNC_DECL explicit tmat2x2(tmat4x3<T, P> const & x);
type_mat2x4.hpp 102 GLM_FUNC_DECL explicit tmat2x4(tmat4x3<T, P> const & x);
type_mat4x4.hpp 117 GLM_FUNC_DECL explicit tmat4x4(tmat4x3<T, P> const & x);
  /external/vulkan-validation-layers/libs/glm/gtc/
matrix_integer.hpp 102 typedef detail::tmat4x3<int, highp> highp_imat4x3;
152 typedef detail::tmat4x3<int, mediump> mediump_imat4x3;
202 typedef detail::tmat4x3<int, lowp> lowp_imat4x3;
251 typedef detail::tmat4x3<uint, highp> highp_umat4x3;
301 typedef detail::tmat4x3<uint, mediump> mediump_umat4x3;
351 typedef detail::tmat4x3<uint, lowp> lowp_umat4x3;
type_ptr.hpp 146 GLM_FUNC_DECL detail::tmat4x3<T, defaultp> make_mat4x3(T const * const ptr);
type_precision.hpp 735 typedef detail::tmat4x3<f32, defaultp> fmat4x3;
793 typedef detail::tmat4x3<f32, defaultp> f32mat4x3;
851 typedef detail::tmat4x3<f64, defaultp> f64mat4x3;
  /external/vulkan-validation-layers/libs/glm/gtx/
compatibility.hpp 103 typedef detail::tmat4x3<bool, highp> bool4x3; //!< \brief boolean matrix with 4 x 3 components. (From GLM_GTX_compatibility extension)
119 typedef detail::tmat4x3<int, highp> int4x3; //!< \brief integer matrix with 4 x 3 components. (From GLM_GTX_compatibility extension)
135 typedef detail::tmat4x3<float, highp> float4x3; //!< \brief single-precision floating-point matrix with 4 x 3 components. (From GLM_GTX_compatibility extension)
151 typedef detail::tmat4x3<double, highp> double4x3; //!< \brief double-precision floating-point matrix with 4 x 3 components. (From GLM_GTX_compatibility extension)
matrix_operation.hpp 98 GLM_FUNC_DECL detail::tmat4x3<T, P> diagonal4x3(
io.hpp 140 GLM_FUNC_DECL std::basic_ostream<CTy,CTr>& operator<<(std::basic_ostream<CTy,CTr>&, tmat4x3<T,P> const&);

Completed in 113 milliseconds