Searched defs:_mesa_copy_string (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/mesa/main/
H A Dshaderapi.c146 _mesa_copy_string(GLchar *dst, GLsizei maxLength, function
654 _mesa_copy_string(infoLog, bufSize, length, shProg->InfoLog);
667 _mesa_copy_string(infoLog, bufSize, length, sh->InfoLog);
683 _mesa_copy_string(sourceOut, maxLength, length, sh->Source);
/external/mesa3d/src/mesa/main/
H A Dshaderapi.c146 _mesa_copy_string(GLchar *dst, GLsizei maxLength, function
654 _mesa_copy_string(infoLog, bufSize, length, shProg->InfoLog);
667 _mesa_copy_string(infoLog, bufSize, length, sh->InfoLog);
683 _mesa_copy_string(sourceOut, maxLength, length, sh->Source);

Completed in 86 milliseconds