Searched refs:gpu_dev (Results 1 – 1 of 1) sorted by relevance
79 rt_device_t gpu_dev = RT_NULL; in graphic_thread() local127 gpu_dev = device; in graphic_thread()154 if (tablet_dev == RT_NULL || gpu_dev == RT_NULL) in graphic_thread()189 rt_device_control(gpu_dev, RTGRAPHIC_CTRL_RECT_UPDATE, &rect_info); in graphic_thread()199 if (gpu_dev != RT_NULL) in graphic_thread()201 rt_device_close(gpu_dev); in graphic_thread()
Completed in 6 milliseconds