Searched refs:_mesa_program_resource_name (Results 1 – 4 of 4) sorted by relevance
427 _mesa_program_resource_name(struct gl_program_resource *res) in _mesa_program_resource_name() function536 const char *rname = _mesa_program_resource_name(res); in _mesa_program_resource_find_name()768 unsigned length = strlen(_mesa_program_resource_name(res)); in _mesa_program_resource_name_len()807 _mesa_copy_string(name, bufSize, length, _mesa_program_resource_name(res)); in _mesa_get_program_resource_name()
276 _mesa_program_resource_name(struct gl_program_resource *res);
2745 values[0] = strlen(_mesa_program_resource_name(res)) + 1 in _mesa_GetActiveSubroutineUniformiv()2990 const GLint len = strlen(_mesa_program_resource_name(res)) + 1; in _mesa_GetProgramStageiv()3009 const GLint len = strlen(_mesa_program_resource_name(res)) + 1 in _mesa_GetProgramStageiv()
1009 _mesa_copy_string(name, bufSize, length, _mesa_program_resource_name(res)); in _mesa_GetTransformFeedbackVarying()