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.c914 _mesa_get_uniform(ctx, program, location, bufSize, GLSL_TYPE_FLOAT, params); in _mesa_GetnUniformfvARB()
929 _mesa_get_uniform(ctx, program, location, bufSize, GLSL_TYPE_INT, params); in _mesa_GetnUniformivARB()
945 _mesa_get_uniform(ctx, program, location, bufSize, GLSL_TYPE_UINT, params); in _mesa_GetnUniformuivARB()
962 _mesa_get_uniform(ctx, program, location, bufSize, GLSL_TYPE_DOUBLE, params); in _mesa_GetnUniformdvARB()
976 _mesa_get_uniform(ctx, program, location, bufSize, GLSL_TYPE_INT64, params); in _mesa_GetnUniformi64vARB()
989 _mesa_get_uniform(ctx, program, location, bufSize, GLSL_TYPE_UINT64, params); in _mesa_GetnUniformui64vARB()
Duniforms.h473 _mesa_get_uniform(struct gl_context *ctx, GLuint program, GLint location,
Duniform_query.cpp279 _mesa_get_uniform(struct gl_context *ctx, GLuint program, GLint location, in _mesa_get_uniform() function