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

  /external/vulkan-validation-layers/demos/
linmath.h 115 typedef vec4 mat4x4[4]; typedef
116 static inline void mat4x4_identity(mat4x4 M) {
122 static inline void mat4x4_dup(mat4x4 M, mat4x4 N) {
128 static inline void mat4x4_row(vec4 r, mat4x4 M, int i) {
133 static inline void mat4x4_col(vec4 r, mat4x4 M, int i) {
138 static inline void mat4x4_transpose(mat4x4 M, mat4x4 N) {
144 static inline void mat4x4_add(mat4x4 M, mat4x4 a, mat4x4 b)
    [all...]
cube.cpp     [all...]
cube.c 248 void dumpMatrix(const char *note, mat4x4 MVP) {
389 mat4x4 projection_matrix;
390 mat4x4 view_matrix;
391 mat4x4 model_matrix;
753 mat4x4 MVP, Model, VP;
    [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...]
dummy.cpp 86 #include <glm/mat4x4.hpp> // glm::mat4
  /external/vulkan-validation-layers/libs/glm/gtx/
simd_mat4.hpp 92 mat4x4 const & m);

Completed in 95 milliseconds