Home
last modified time | relevance | path

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

/third_party/mesa3d/src/mesa/main/
H A Duniforms.h58 _mesa_get_uniform(struct gl_context *ctx, GLuint program, GLint location,
H A 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()
H A Duniform_query.cpp303 _mesa_get_uniform(struct gl_context *ctx, GLuint program, GLint location, in _mesa_get_uniform() function

Completed in 7 milliseconds