Home
last modified time | relevance | path

Searched refs:_mesa_copy_string (Results 1 – 6 of 6) sorted by relevance

/external/mesa3d/src/mesa/main/
Dshaderapi.h43 _mesa_copy_string(GLchar *dst, GLsizei maxLength,
Dshaderapi.c146 _mesa_copy_string(GLchar *dst, GLsizei maxLength, in _mesa_copy_string() function
654 _mesa_copy_string(infoLog, bufSize, length, shProg->InfoLog); in get_program_info_log()
667 _mesa_copy_string(infoLog, bufSize, length, sh->InfoLog); in get_shader_info_log()
683 _mesa_copy_string(sourceOut, maxLength, length, sh->Source); in get_shader_source()
Dshader_query.cpp114 _mesa_copy_string(name, maxLength, length, var->name); in _mesa_GetActiveAttribARB()
Duniforms.c761 _mesa_copy_string(uniformBlockName, bufSize, length, block->Name); in _mesa_GetActiveUniformBlockName()
798 _mesa_copy_string(uniformName, bufSize, length, in _mesa_GetActiveUniformName()
Dtransformfeedback.c695 _mesa_copy_string(name, bufSize, length, in _mesa_GetTransformFeedbackVarying()
Duniform_query.cpp62 _mesa_copy_string(nameOut, maxLength, length, uni->name); in _mesa_GetActiveUniformARB()