Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/main/
Duniforms.c842 _mesa_get_uniform(ctx, program, location, bufSize, GLSL_TYPE_FLOAT, params); in _mesa_GetnUniformfvARB()
857 _mesa_get_uniform(ctx, program, location, bufSize, GLSL_TYPE_INT, params); in _mesa_GetnUniformivARB()
873 _mesa_get_uniform(ctx, program, location, bufSize, GLSL_TYPE_UINT, params); in _mesa_GetnUniformuivARB()
890 _mesa_get_uniform(ctx, program, location, bufSize, GLSL_TYPE_DOUBLE, params); in _mesa_GetnUniformdvARB()
Duniforms.h365 _mesa_get_uniform(struct gl_context *ctx, GLuint program, GLint location,
Duniform_query.cpp278 _mesa_get_uniform(struct gl_context *ctx, GLuint program, GLint location, in _mesa_get_uniform() function