Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/main/
Duniforms.c326 _mesa_uniform_handle(location, 1, &value, ctx, ctx->_Shader->ActiveProgram); in _mesa_UniformHandleui64ARB()
334 _mesa_uniform_handle(location, count, value, ctx, in _mesa_UniformHandleui64vARB()
538 _mesa_uniform_handle(location, 1, &value, ctx, shProg); in _mesa_ProgramUniformHandleui64ARB()
549 _mesa_uniform_handle(location, count, values, ctx, shProg); in _mesa_ProgramUniformHandleui64vARB()
Duniforms.h469 _mesa_uniform_handle(GLint location, GLsizei count, const GLvoid *values,
Duniform_query.cpp1387 _mesa_uniform_handle(GLint location, GLsizei count, const GLvoid *values, in _mesa_uniform_handle() function