OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:mat4_array_type
(Results
1 - 1
of
1
) sorted by null
/external/mesa3d/src/glsl/
builtin_variables.cpp
572
const glsl_type *const
mat4_array_type
=
local
576
add_uniform(instructions, symtab, "gl_TextureMatrix",
mat4_array_type
);
577
add_uniform(instructions, symtab, "gl_TextureMatrixInverse",
mat4_array_type
);
578
add_uniform(instructions, symtab, "gl_TextureMatrixTranspose",
mat4_array_type
);
579
add_uniform(instructions, symtab, "gl_TextureMatrixInverseTranspose",
mat4_array_type
);
[
all
...]
Completed in 185 milliseconds