Home
last modified time | relevance | path

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

/third_party/mesa3d/src/mesa/main/
Duniforms.c323 _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()
Duniforms.h475 _mesa_uniform_handle(GLint location, GLsizei count, const GLvoid *values,
Duniform_query.cpp1832 _mesa_uniform_handle(GLint location, GLsizei count, const GLvoid *values, in _mesa_uniform_handle() function