Home
last modified time | relevance | path

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

/aosp_15_r20/external/mesa3d/src/mesa/main/
H A Dshaderapi.h100 _mesa_program_resource_name_length(struct gl_program_resource *res);
H A Dshader_query.cpp496 _mesa_program_resource_name_length(struct gl_program_resource *res) in _mesa_program_resource_name_length() function
1041 int length = _mesa_program_resource_name_length(res); in _mesa_program_resource_name_length_array()
H A Dshaderapi.c2934 values[0] = _mesa_program_resource_name_length(res) + 1 in _mesa_GetActiveSubroutineUniformiv()
3179 const GLint len = _mesa_program_resource_name_length(res) + 1; in _mesa_GetProgramStageiv()
3198 const GLint len = _mesa_program_resource_name_length(res) + 1 in _mesa_GetProgramStageiv()