HomeSort by relevance Sort by last modified time
    Searched defs:mat4x4 (Results 1 - 3 of 3) sorted by null

  /external/vulkan-validation-layers/demos/
linmath.h 103 typedef vec4 mat4x4[4]; typedef
104 static inline void mat4x4_identity(mat4x4 M) {
109 static inline void mat4x4_dup(mat4x4 M, mat4x4 N) {
114 static inline void mat4x4_row(vec4 r, mat4x4 M, int i) {
118 static inline void mat4x4_col(vec4 r, mat4x4 M, int i) {
122 static inline void mat4x4_transpose(mat4x4 M, mat4x4 N) {
127 static inline void mat4x4_add(mat4x4 M, mat4x4 a, mat4x4 b)
    [all...]
  /external/vulkan-validation-layers/libs/glm/detail/
type_mat.hpp 370 typedef lowp_mat4x4 mat4x4; typedef in namespace:glm
380 typedef mediump_mat4x4 mat4x4; typedef in namespace:glm
425 typedef highp_mat4x4 mat4x4; typedef in namespace:glm
442 typedef mat4x4 mat4;
    [all...]
  /prebuilts/ndk/r16/sources/third_party/vulkan/src/libs/glm/detail/
type_mat.hpp 370 typedef lowp_mat4x4 mat4x4; typedef in namespace:glm
380 typedef mediump_mat4x4 mat4x4; typedef in namespace:glm
425 typedef highp_mat4x4 mat4x4; typedef in namespace:glm
442 typedef mat4x4 mat4;
    [all...]

Completed in 78 milliseconds