Searched refs:_mesa_copy_string (Results 1 – 5 of 5) sorted by relevance
/aosp_15_r20/external/mesa3d/src/mesa/main/ |
H A D | shaderapi.h | 59 _mesa_copy_string(GLchar *dst, GLsizei maxLength,
|
H A D | shaderapi.c | 263 _mesa_copy_string(GLchar *dst, GLsizei maxLength, in _mesa_copy_string() function 1100 _mesa_copy_string(infoLog, bufSize, length, shProg->data->InfoLog); in get_program_info_log() 1126 _mesa_copy_string(infoLog, bufSize, length, sh->InfoLog); in get_shader_info_log() 1148 _mesa_copy_string(sourceOut, maxLength, length, sh->Source); in get_shader_source()
|
H A D | shader_query.cpp | 204 _mesa_copy_string(name, maxLength, length, var_name); in _mesa_GetActiveAttrib() 1090 _mesa_copy_string(name, bufSize, length, _mesa_program_resource_name(res)); in _mesa_get_program_resource_name()
|
H A D | pipelineobj.c | 1087 _mesa_copy_string(infoLog, bufSize, length, pipe->InfoLog); in _mesa_GetProgramPipelineInfoLog()
|
H A D | transformfeedback.c | 1021 _mesa_copy_string(name, bufSize, length, _mesa_program_resource_name(res)); in _mesa_GetTransformFeedbackVarying()
|