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.cpp435 _mesa_program_resource_name(struct gl_program_resource *res) in _mesa_program_resource_name() function
600 const char *rname = _mesa_program_resource_name(res); in _mesa_program_resource_find_name()
950 const char* name = _mesa_program_resource_name(res); in _mesa_program_resource_name_len()
997 _mesa_copy_string(name, bufSize, length, _mesa_program_resource_name(res)); in _mesa_get_program_resource_name()
1921 const char *name = _mesa_program_resource_name(res); in _mesa_create_program_resource_hash()
Dshaderapi.h282 _mesa_program_resource_name(struct gl_program_resource *res);
Dshaderapi.c2898 values[0] = strlen(_mesa_program_resource_name(res)) + 1 in _mesa_GetActiveSubroutineUniformiv()
3143 const GLint len = strlen(_mesa_program_resource_name(res)) + 1; in _mesa_GetProgramStageiv()
3162 const GLint len = strlen(_mesa_program_resource_name(res)) + 1 in _mesa_GetProgramStageiv()
Dtransformfeedback.c1023 _mesa_copy_string(name, bufSize, length, _mesa_program_resource_name(res)); in _mesa_GetTransformFeedbackVarying()