Home
last modified time | relevance | path

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

/external/mesa3d/src/util/
Dstring_buffer.h57 _mesa_string_buffer_append_len(struct _mesa_string_buffer *str,
63 return _mesa_string_buffer_append_len(str, &c, 1); in _mesa_string_buffer_append_char()
69 return _mesa_string_buffer_append_len(str, c, strlen(c)); in _mesa_string_buffer_append()
Dstring_buffer.c79 if (!_mesa_string_buffer_append_len(str, s, strlen(s))) { in _mesa_string_buffer_append_all()
89 _mesa_string_buffer_append_len(struct _mesa_string_buffer *str, in _mesa_string_buffer_append_len() function
/external/mesa3d/src/compiler/glsl/glcpp/
Dpp.c185 _mesa_string_buffer_append_len(sb, shader, in remove_line_continuations()
188 _mesa_string_buffer_append_len(sb, in remove_line_continuations()
211 _mesa_string_buffer_append_len(sb, shader, backslash - shader); in remove_line_continuations()