Searched refs:_mesa_get_uniform (Results 1 – 3 of 3) sorted by relevance
/external/mesa3d/src/mesa/main/ |
D | uniforms.c | 917 _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()
|
D | uniforms.h | 473 _mesa_get_uniform(struct gl_context *ctx, GLuint program, GLint location,
|
D | uniform_query.cpp | 279 _mesa_get_uniform(struct gl_context *ctx, GLuint program, GLint location, in _mesa_get_uniform() function
|