OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:mat4x4
(Results
1 - 2
of
2
) sorted by null
/external/vulkan-validation-layers/demos/
linmath.h
122
typedef vec4
mat4x4
[4];
typedef
123
static inline void mat4x4_identity(
mat4x4
M) {
129
static inline void mat4x4_dup(
mat4x4
M,
mat4x4
N) {
135
static inline void mat4x4_row(vec4 r,
mat4x4
M, int i) {
140
static inline void mat4x4_col(vec4 r,
mat4x4
M, int i) {
145
static inline void mat4x4_transpose(
mat4x4
M,
mat4x4
N) {
151
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
...]
Completed in 60 milliseconds