Home
last modified time | relevance | path

Searched refs:_mesa_uniform_matrix (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/mesa/main/
Duniforms.c629 _mesa_uniform_matrix(location, count, transpose, value, in _mesa_UniformMatrix2fv()
638 _mesa_uniform_matrix(location, count, transpose, value, in _mesa_UniformMatrix3fv()
647 _mesa_uniform_matrix(location, count, transpose, value, in _mesa_UniformMatrix4fv()
760 _mesa_uniform_matrix(location, count, transpose, value, ctx, shProg, 2, 2, GLSL_TYPE_FLOAT); in _mesa_ProgramUniformMatrix2fv()
771 _mesa_uniform_matrix(location, count, transpose, value, ctx, shProg, 3, 3, GLSL_TYPE_FLOAT); in _mesa_ProgramUniformMatrix3fv()
782 _mesa_uniform_matrix(location, count, transpose, value, ctx, shProg, 4, 4, GLSL_TYPE_FLOAT); in _mesa_ProgramUniformMatrix4fv()
794 _mesa_uniform_matrix(location, count, transpose, value, in _mesa_UniformMatrix2x3fv()
803 _mesa_uniform_matrix(location, count, transpose, value, in _mesa_UniformMatrix3x2fv()
812 _mesa_uniform_matrix(location, count, transpose, value, in _mesa_UniformMatrix2x4fv()
821 _mesa_uniform_matrix(location, count, transpose, value, in _mesa_UniformMatrix4x2fv()
[all …]
Duniforms.h463 _mesa_uniform_matrix(GLint location, GLsizei count,
Duniform_query.cpp1214 _mesa_uniform_matrix(GLint location, GLsizei count, in _mesa_uniform_matrix() function