Searched defs:get_info_log_line (Results 1 - 3 of 3) sorted by relevance

/vbox/src/VBox/Devices/Graphics/shaderlib/
H A Dglsl_shader.c211 static char *get_info_log_line(char **ptr, int *pcbStr) function
307 while ((line = get_info_log_line(&ptr, &cbPtr))) WDLOG((" %s\n", line));
312 while ((line = get_info_log_line(&ptr, &cbPtr))) WDLOG((" %s\n", line));
347 while ((line = get_info_log_line(&ptr, &cbPtr))) WDLOG((" %s\n", line));
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/wined3d/
H A Dglsl_shader.c194 static char *get_info_log_line(char **ptr, int *pcbStr) function
290 while ((line = get_info_log_line(&ptr, &cbPtr))) WDLOG((" %s\n", line));
295 while ((line = get_info_log_line(&ptr, &cbPtr))) WDLOG((" %s\n", line));
330 while ((line = get_info_log_line(&ptr, &cbPtr))) WDLOG((" %s\n", line));
/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/wined3d/
H A Dglsl_shader.c270 static char *get_info_log_line(char **ptr) function
318 while ((line = get_info_log_line(&ptr))) WARN(" %s\n", line);
323 while ((line = get_info_log_line(&ptr))) FIXME(" %s\n", line);
386 while ((line = get_info_log_line(&ptr))) FIXME(" %s\n", line);

Completed in 3133 milliseconds