Home
last modified time | relevance | path

Searched refs:_mesa_program_resource_name (Results 1 – 4 of 4) sorted by relevance

/external/mesa3d/src/mesa/main/
Dshader_query.cpp427 _mesa_program_resource_name(struct gl_program_resource *res) in _mesa_program_resource_name() function
536 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()
Dshaderapi.h276 _mesa_program_resource_name(struct gl_program_resource *res);
Dshaderapi.c2745 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()
Dtransformfeedback.c1009 _mesa_copy_string(name, bufSize, length, _mesa_program_resource_name(res)); in _mesa_GetTransformFeedbackVarying()