OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tvec4
(Results
26 - 35
of
35
) sorted by null
1
2
/frameworks/native/libs/ui/tests/
vec_test.cpp
80
tvec4
<double> vd(2);
191
tvec4
<double> dv(1,2,3,4);
231
tvec4
<double> vd(2);
/external/vulkan-validation-layers/libs/glm/gtc/
type_ptr.hpp
105
GLM_FUNC_DECL detail::
tvec4
<T, defaultp> make_vec4(T const * const ptr);
/external/vulkan-validation-layers/libs/glm/gtx/
quaternion.hpp
135
GLM_FUNC_DECL detail::
tvec4
<T, P> rotate(
137
detail::
tvec4
<T, P> const & v);
io.hpp
124
GLM_FUNC_DECL std::basic_ostream<CTy,CTr>& operator<<(std::basic_ostream<CTy,CTr>&,
tvec4
<T,P> const&);
simd_vec4.hpp
98
typedef
tvec4
<bool, highp> bool_type;
/external/vulkan-validation-layers/libs/glm/detail/
type_vec3.hpp
80
_GLM_SWIZZLE3_4_MEMBERS(T, P,
tvec4
, x, y, z)
81
_GLM_SWIZZLE3_4_MEMBERS(T, P,
tvec4
, r, g, b)
82
_GLM_SWIZZLE3_4_MEMBERS(T, P,
tvec4
, s, t, p)
90
GLM_SWIZZLE_GEN_VEC_FROM_VEC3(T, P, detail::tvec3, detail::tvec2, detail::tvec3, detail::
tvec4
)
144
GLM_FUNC_DECL explicit tvec3(
tvec4
<U, Q> const & v);
type_mat.hpp
39
template <typename T, precision P> struct
tvec4
;
[
all
...]
type_mat4x2.hpp
48
typedef
tvec4
<T, P> row_type;
type_mat4x3.hpp
48
typedef
tvec4
<T, P> row_type;
type_vec1.hpp
104
GLM_FUNC_DECL explicit tvec1(
tvec4
<U, Q> const & v);
Completed in 1148 milliseconds
1
2