Home
last modified time | relevance | path

Searched refs:_mesa_program_resource_name_length (Results 1 – 3 of 3) sorted by relevance

/third_party/mesa3d/src/mesa/main/
Dshaderapi.h104 _mesa_program_resource_name_length(struct gl_program_resource *res);
Dshader_query.cpp494 _mesa_program_resource_name_length(struct gl_program_resource *res) in _mesa_program_resource_name_length() function
1039 int length = _mesa_program_resource_name_length(res); in _mesa_program_resource_name_length_array()
Dshaderapi.c2947 values[0] = _mesa_program_resource_name_length(res) + 1 in _mesa_GetActiveSubroutineUniformiv()
3192 const GLint len = _mesa_program_resource_name_length(res) + 1; in _mesa_GetProgramStageiv()
3211 const GLint len = _mesa_program_resource_name_length(res) + 1 in _mesa_GetProgramStageiv()