Searched refs:mat4_t (Results 1 - 2 of 2) sorted by relevance
| /xsrc/external/mit/MesaLib/dist/src/compiler/glsl/ |
| H A D | builtin_variables.cpp | 535 const glsl_type * const mat4_t; member in class:__anon505b80a70110::builtin_variable_generator 552 mat3_t(glsl_type::mat3_type), mat4_t(glsl_type::mat4_type) 1040 add_uniform(mat4_t, "gl_ModelViewMatrix"); 1041 add_uniform(mat4_t, "gl_ProjectionMatrix"); 1042 add_uniform(mat4_t, "gl_ModelViewProjectionMatrix"); 1044 add_uniform(mat4_t, "gl_ModelViewMatrixInverse"); 1045 add_uniform(mat4_t, "gl_ProjectionMatrixInverse"); 1046 add_uniform(mat4_t, "gl_ModelViewProjectionMatrixInverse"); 1047 add_uniform(mat4_t, "gl_ModelViewMatrixTranspose"); 1048 add_uniform(mat4_t, "gl_ProjectionMatrixTranspos [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/ |
| H A D | builtin_variables.cpp | 449 const glsl_type * const mat4_t; member in class:__anonc328bf340110::builtin_variable_generator 466 mat3_t(glsl_type::mat3_type), mat4_t(glsl_type::mat4_type) 936 add_uniform(mat4_t, "gl_ModelViewMatrix"); 937 add_uniform(mat4_t, "gl_ProjectionMatrix"); 938 add_uniform(mat4_t, "gl_ModelViewProjectionMatrix"); 940 add_uniform(mat4_t, "gl_ModelViewMatrixInverse"); 941 add_uniform(mat4_t, "gl_ProjectionMatrixInverse"); 942 add_uniform(mat4_t, "gl_ModelViewProjectionMatrixInverse"); 943 add_uniform(mat4_t, "gl_ModelViewMatrixTranspose"); 944 add_uniform(mat4_t, "gl_ProjectionMatrixTranspos [all...] |
Completed in 4 milliseconds