Searched refs:host_log (Results 1 – 3 of 3) sorted by relevance
/external/mesa3d/src/gallium/drivers/svga/ |
D | svga_screen.c | 847 char host_log[1000]; in init_logging() local 850 snprintf(host_log, sizeof(host_log) - strlen(log_prefix), in init_logging() 852 svgascreen->sws->host_log(svgascreen->sws, host_log); in init_logging() 854 snprintf(host_log, sizeof(host_log) - strlen(log_prefix), in init_logging() 856 svgascreen->sws->host_log(svgascreen->sws, host_log); in init_logging() 864 snprintf(host_log, sizeof(host_log) - strlen(log_prefix), in init_logging() 866 svgascreen->sws->host_log(svgascreen->sws, host_log); in init_logging() 1115 svgascreen->sws->host_log = nop_host_log; in svga_screen_create()
|
D | svga_winsys.h | 783 (*host_log)(struct svga_winsys_screen *sws, const char *message); member
|
/external/mesa3d/src/gallium/winsys/svga/drm/ |
D | vmw_screen_svga.c | 518 vws->base.host_log = vmw_svga_winsys_host_log; in vmw_winsys_screen_init_svga()
|