HomeSort by relevance Sort by last modified time
    Searched full:length_t (Results 1 - 25 of 41) sorted by null

1 2

  /external/vulkan-validation-layers/libs/glm/gtx/
matrix_query.inl 19 for(length_t i = 0; result && i < 2 ; ++i)
28 for(length_t i = 0; result && i < 3 ; ++i)
37 for(length_t i = 0; result && i < 4 ; ++i)
46 for(length_t i(0); result && i < m[0].length(); ++i)
48 for(length_t j(0); result && j < i ; ++j)
52 for(length_t j(i + 1); result && j < m.length(); ++j)
62 for(length_t i(0); result && i < m.length(); ++i)
64 for(length_t i(0); result && i < m.length(); ++i)
67 for(length_t j(0); j < m.length(); ++j)
78 for(length_t i(0); result && i < m.length(); ++i
    [all...]
component_wise.inl 16 for(length_t i = 0; i < v.length(); ++i)
25 for(length_t i = 0; i < v.length(); ++i)
34 for(length_t i = 1; i < v.length(); ++i)
43 for(length_t i = 1; i < v.length(); ++i)
simd_mat4.hpp 72 GLM_FUNC_DECL length_t length() const;
110 fvec4SIMD & operator[](length_t i);
111 fvec4SIMD const & operator[](length_t i) const;
  /external/vulkan-validation-layers/libs/glm/gtc/
matrix_access.inl 35 length_t const & index,
42 for(length_t i = 0; i < m.length(); ++i)
51 length_t const & index
57 for(length_t i = 0; i < m.length(); ++i)
66 length_t const & index,
81 length_t const & index
matrix_access.hpp 57 length_t const & index);
64 length_t const & index,
72 length_t const & index);
79 length_t const & index,
ulp.inl 227 for(length_t i = 0; i < Result.length(); ++i)
258 for(length_t i = 0; i < Result.length(); ++i)
276 for(length_t i = 0; i < Result.length(); ++i)
294 for(length_t i = 0; i < Result.length(); ++i)
334 for(length_t i = 0; i < Result.length(); ++i)
quaternion.inl 38 GLM_FUNC_QUALIFIER GLM_CONSTEXPR length_t tquat<T, P>::length() const
161 GLM_FUNC_QUALIFIER T & tquat<T, P>::operator[] (length_t i)
168 GLM_FUNC_QUALIFIER T const & tquat<T, P>::operator[] (length_t i) const
861 for(length_t i = 0; i < x.length(); ++i)
874 for(length_t i = 0; i < x.length(); ++i)
887 for(length_t i = 0; i < x.length(); ++i)
900 for(length_t i = 0; i < x.length(); ++i)
913 for(length_t i = 0; i < x.length(); ++i)
926 for(length_t i = 0; i < x.length(); ++i)
quaternion.hpp 67 GLM_FUNC_DECL GLM_CONSTEXPR length_t length() const;
103 GLM_FUNC_DECL T & operator[](length_t i);
104 GLM_FUNC_DECL T const & operator[](length_t i) const;
  /system/core/adb/
shell_service_protocol.cpp 39 length_t packet_length;
58 length_t typed_length = length;
shell_service.h 104 typedef uint32_t length_t; typedef in class:ShellProtocol
112 kHeaderSize = sizeof(Id) + sizeof(length_t)
  /external/vulkan-validation-layers/libs/glm/detail/
type_mat2x3.hpp 52 GLM_FUNC_DECL GLM_CONSTEXPR length_t length() const;
103 GLM_FUNC_DECL col_type & operator[](length_t i);
104 GLM_FUNC_DECL col_type const & operator[](length_t i) const;
type_mat3x2.hpp 52 GLM_FUNC_DECL GLM_CONSTEXPR length_t length() const;
109 GLM_FUNC_DECL col_type & operator[](length_t i);
110 GLM_FUNC_DECL col_type const & operator[](length_t i) const;
type_mat2x2.hpp 51 GLM_FUNC_DECL GLM_CONSTEXPR length_t length() const;
111 GLM_FUNC_DECL col_type & operator[](length_t i);
112 GLM_FUNC_DECL col_type const & operator[](length_t i) const;
type_mat2x4.hpp 52 GLM_FUNC_DECL GLM_CONSTEXPR length_t length() const;
105 GLM_FUNC_DECL col_type & operator[](length_t i);
106 GLM_FUNC_DECL col_type const & operator[](length_t i) const;
type_mat3x3.hpp 51 GLM_FUNC_DECL GLM_CONSTEXPR length_t length() const;
114 GLM_FUNC_DECL col_type & operator[](length_t i);
115 GLM_FUNC_DECL col_type const & operator[](length_t i) const;
type_mat3x4.hpp 52 GLM_FUNC_DECL GLM_CONSTEXPR length_t length() const;
109 GLM_FUNC_DECL col_type & operator[](length_t i);
110 GLM_FUNC_DECL col_type const & operator[](length_t i) const;
type_mat4x2.hpp 52 GLM_FUNC_DECL GLM_CONSTEXPR length_t length() const;
115 GLM_FUNC_DECL col_type & operator[](length_t i);
116 GLM_FUNC_DECL col_type const & operator[](length_t i) const;
type_mat4x4.hpp 52 GLM_FUNC_DECL GLM_CONSTEXPR length_t length() const;
120 GLM_FUNC_DECL col_type & operator[](length_t i);
121 GLM_FUNC_DECL col_type const & operator[](length_t i) const;
type_vec1.hpp 61 GLM_FUNC_DECL GLM_CONSTEXPR length_t length() const;
71 GLM_FUNC_DECL T & operator[](length_t i);
72 GLM_FUNC_DECL T const & operator[](length_t i) const;
type_vec2.hpp 62 GLM_FUNC_DECL GLM_CONSTEXPR length_t length() const;
96 GLM_FUNC_DECL T & operator[](length_t i);
97 GLM_FUNC_DECL T const & operator[](length_t i) const;
type_vec3.hpp 62 GLM_FUNC_DECL GLM_CONSTEXPR length_t length() const;
97 GLM_FUNC_DECL T & operator[](length_t i);
98 GLM_FUNC_DECL T const & operator[](length_t i) const;
type_mat2x2.inl 33 GLM_FUNC_QUALIFIER GLM_CONSTEXPR length_t tmat2x2<T, P>::length() const
45 length_t i
56 length_t i
type_mat2x3.inl 33 GLM_FUNC_QUALIFIER GLM_CONSTEXPR length_t tmat2x3<T, P>::length() const
45 length_t i
56 length_t i
type_vec1.inl 33 GLM_FUNC_QUALIFIER GLM_CONSTEXPR length_t tvec1<T, P>::length() const
42 GLM_FUNC_QUALIFIER T & tvec1<T, P>::operator[](length_t i)
49 GLM_FUNC_QUALIFIER T const & tvec1<T, P>::operator[](length_t i) const
type_vec4.hpp 63 GLM_FUNC_DECL GLM_CONSTEXPR length_t length() const;
99 GLM_FUNC_DECL T & operator[](length_t i);
100 GLM_FUNC_DECL T const & operator[](length_t i) const;

Completed in 1340 milliseconds

1 2