Searched refs:_mesa_uniform_handle (Results 1 – 3 of 3) sorted by relevance
/third_party/mesa3d/src/mesa/main/ |
D | uniforms.c | 323 _mesa_uniform_handle(location, 1, &value, ctx, ctx->_Shader->ActiveProgram); in _mesa_UniformHandleui64ARB() 331 _mesa_uniform_handle(location, count, value, ctx, in _mesa_UniformHandleui64vARB() 535 _mesa_uniform_handle(location, 1, &value, ctx, shProg); in _mesa_ProgramUniformHandleui64ARB() 546 _mesa_uniform_handle(location, count, values, ctx, shProg); in _mesa_ProgramUniformHandleui64vARB()
|
D | uniforms.h | 475 _mesa_uniform_handle(GLint location, GLsizei count, const GLvoid *values,
|
D | uniform_query.cpp | 1832 _mesa_uniform_handle(GLint location, GLsizei count, const GLvoid *values, in _mesa_uniform_handle() function
|