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.c917 _mesa_get_uniform(ctx, program, location, bufSize, GLSL_TYPE_FLOAT, params); in _mesa_GetnUniformfvARB()
932 _mesa_get_uniform(ctx, program, location, bufSize, GLSL_TYPE_INT, params); in _mesa_GetnUniformivARB()
948 _mesa_get_uniform(ctx, program, location, bufSize, GLSL_TYPE_UINT, params); in _mesa_GetnUniformuivARB()
965 _mesa_get_uniform(ctx, program, location, bufSize, GLSL_TYPE_DOUBLE, params); in _mesa_GetnUniformdvARB()
979 _mesa_get_uniform(ctx, program, location, bufSize, GLSL_TYPE_INT64, params); in _mesa_GetnUniformi64vARB()
992 _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