• Home
  • Raw
  • Download

Lines Matching full:with

10 /// @brief Provide functions to increase the compatibility with Cg and HLSL languages
63 …typedef bool bool1; //!< \brief boolean type with 1 component. (From GLM_GTX_compatibility …
64 …typedef tvec2<bool, highp> bool2; //!< \brief boolean type with 2 components. (From GLM_GTX_co…
65 …typedef tvec3<bool, highp> bool3; //!< \brief boolean type with 3 components. (From GLM_GTX_co…
66 …typedef tvec4<bool, highp> bool4; //!< \brief boolean type with 4 components. (From GLM_GTX_co…
68 …typedef bool bool1x1; //!< \brief boolean matrix with 1 x 1 component. (From GLM_GTX_compati…
69 …typedef tmat2x2<bool, highp> bool2x2; //!< \brief boolean matrix with 2 x 2 components. (From GL…
70 …typedef tmat2x3<bool, highp> bool2x3; //!< \brief boolean matrix with 2 x 3 components. (From GL…
71 …typedef tmat2x4<bool, highp> bool2x4; //!< \brief boolean matrix with 2 x 4 components. (From GL…
72 …typedef tmat3x2<bool, highp> bool3x2; //!< \brief boolean matrix with 3 x 2 components. (From GL…
73 …typedef tmat3x3<bool, highp> bool3x3; //!< \brief boolean matrix with 3 x 3 components. (From GL…
74 …typedef tmat3x4<bool, highp> bool3x4; //!< \brief boolean matrix with 3 x 4 components. (From GL…
75 …typedef tmat4x2<bool, highp> bool4x2; //!< \brief boolean matrix with 4 x 2 components. (From GL…
76 …typedef tmat4x3<bool, highp> bool4x3; //!< \brief boolean matrix with 4 x 3 components. (From GL…
77 …typedef tmat4x4<bool, highp> bool4x4; //!< \brief boolean matrix with 4 x 4 components. (From GL…
79 …typedef int int1; //!< \brief integer vector with 1 component. (From GLM_GTX_compatibility…
80 …typedef tvec2<int, highp> int2; //!< \brief integer vector with 2 components. (From GLM_GTX_co…
81 …typedef tvec3<int, highp> int3; //!< \brief integer vector with 3 components. (From GLM_GTX_co…
82 …typedef tvec4<int, highp> int4; //!< \brief integer vector with 4 components. (From GLM_GTX_co…
84 …typedef int int1x1; //!< \brief integer matrix with 1 component. (From GLM_GTX_compatibili…
85 …typedef tmat2x2<int, highp> int2x2; //!< \brief integer matrix with 2 x 2 components. (From GLM…
86 …typedef tmat2x3<int, highp> int2x3; //!< \brief integer matrix with 2 x 3 components. (From GLM…
87 …typedef tmat2x4<int, highp> int2x4; //!< \brief integer matrix with 2 x 4 components. (From GLM…
88 …typedef tmat3x2<int, highp> int3x2; //!< \brief integer matrix with 3 x 2 components. (From GLM…
89 …typedef tmat3x3<int, highp> int3x3; //!< \brief integer matrix with 3 x 3 components. (From GLM…
90 …typedef tmat3x4<int, highp> int3x4; //!< \brief integer matrix with 3 x 4 components. (From GLM…
91 …typedef tmat4x2<int, highp> int4x2; //!< \brief integer matrix with 4 x 2 components. (From GLM…
92 …typedef tmat4x3<int, highp> int4x3; //!< \brief integer matrix with 4 x 3 components. (From GLM…
93 …typedef tmat4x4<int, highp> int4x4; //!< \brief integer matrix with 4 x 4 components. (From GLM…
95 …typedef float float1; //!< \brief single-precision floating-point vector with 1 component. …
96 …typedef tvec2<float, highp> float2; //!< \brief single-precision floating-point vector with 2 c…
97 …typedef tvec3<float, highp> float3; //!< \brief single-precision floating-point vector with 3 c…
98 …typedef tvec4<float, highp> float4; //!< \brief single-precision floating-point vector with 4 c…
100 …typedef float float1x1; //!< \brief single-precision floating-point matrix with 1 component.…
101 …typedef tmat2x2<float, highp> float2x2; //!< \brief single-precision floating-point matrix with
102 …typedef tmat2x3<float, highp> float2x3; //!< \brief single-precision floating-point matrix with
103 …typedef tmat2x4<float, highp> float2x4; //!< \brief single-precision floating-point matrix with
104 …typedef tmat3x2<float, highp> float3x2; //!< \brief single-precision floating-point matrix with
105 …typedef tmat3x3<float, highp> float3x3; //!< \brief single-precision floating-point matrix with
106 …typedef tmat3x4<float, highp> float3x4; //!< \brief single-precision floating-point matrix with
107 …typedef tmat4x2<float, highp> float4x2; //!< \brief single-precision floating-point matrix with
108 …typedef tmat4x3<float, highp> float4x3; //!< \brief single-precision floating-point matrix with
109 …typedef tmat4x4<float, highp> float4x4; //!< \brief single-precision floating-point matrix with
111 …typedef double double1; //!< \brief double-precision floating-point vector with 1 component.…
112 …typedef tvec2<double, highp> double2; //!< \brief double-precision floating-point vector with 2 …
113 …typedef tvec3<double, highp> double3; //!< \brief double-precision floating-point vector with 3 …
114 …typedef tvec4<double, highp> double4; //!< \brief double-precision floating-point vector with 4 …
116 …typedef double double1x1; //!< \brief double-precision floating-point matrix with 1 componen…
117 …e, highp> double2x2; //!< \brief double-precision floating-point matrix with 2 x 2 components. (…
118 …e, highp> double2x3; //!< \brief double-precision floating-point matrix with 2 x 3 components. (…
119 …e, highp> double2x4; //!< \brief double-precision floating-point matrix with 2 x 4 components. (…
120 …e, highp> double3x2; //!< \brief double-precision floating-point matrix with 3 x 2 components. (…
121 …e, highp> double3x3; //!< \brief double-precision floating-point matrix with 3 x 3 components. (…
122 …e, highp> double3x4; //!< \brief double-precision floating-point matrix with 3 x 4 components. (…
123 …e, highp> double4x2; //!< \brief double-precision floating-point matrix with 4 x 2 components. (…
124 …e, highp> double4x3; //!< \brief double-precision floating-point matrix with 4 x 3 components. (…
125 …e, highp> double4x4; //!< \brief double-precision floating-point matrix with 4 x 4 components. (…