Searched refs:_mesa_copy_string (Results 1 – 6 of 6) sorted by relevance
/external/mesa3d/src/mesa/main/ |
D | shaderapi.h | 43 _mesa_copy_string(GLchar *dst, GLsizei maxLength,
|
D | shaderapi.c | 146 _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()
|
D | shader_query.cpp | 114 _mesa_copy_string(name, maxLength, length, var->name); in _mesa_GetActiveAttribARB()
|
D | uniforms.c | 761 _mesa_copy_string(uniformBlockName, bufSize, length, block->Name); in _mesa_GetActiveUniformBlockName() 798 _mesa_copy_string(uniformName, bufSize, length, in _mesa_GetActiveUniformName()
|
D | transformfeedback.c | 695 _mesa_copy_string(name, bufSize, length, in _mesa_GetTransformFeedbackVarying()
|
D | uniform_query.cpp | 62 _mesa_copy_string(nameOut, maxLength, length, uni->name); in _mesa_GetActiveUniformARB()
|