Home
last modified time | relevance | path

Searched defs:mat (Results 1 – 4 of 4) sorted by relevance

/device/generic/vulkan-cereal/third-party/glm/include/glm/gtc/
Dtype_ptr.inl82 tmat2x2<T, P> const & mat
93 tmat2x2<T, P> & mat
104 tmat3x3<T, P> const & mat
115 tmat3x3<T, P> & mat
126 tmat4x4<T, P> const & mat
137 tmat4x4<T, P> & mat
148 tmat2x3<T, P> const & mat
159 tmat2x3<T, P> & mat
170 tmat3x2<T, P> const & mat
181 tmat3x2<T, P> & mat
[all …]
/device/google/cuttlefish/common/libs/utils/
Dshared_fd_flag.cpp49 return Flag().Setter([&](const FlagMatch& mat) { return Set(mat, out); }); in SharedFDFlag()
53 [&out](const FlagMatch& mat) { return Set(mat, out); }); in SharedFDFlag()
/device/generic/vulkan-cereal/third-party/glm/include/glm/gtx/
Dmatrix_interpolation.inl9 tmat4x4<T, P> const & mat,
104 tmat4x4<T, P> const & mat
/device/google/cuttlefish/host/commands/cvd/server_command/
Dserial_launch.cpp211 [this, time, client_uid, &devices, &request](const FlagMatch& mat) { in CreateCommandSequence()