Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/state_trackers/xorg/
Dxorg_crtc.c66 struct pipe_resource *cursor_tex; member
218 if (!crtcp->cursor_tex) { in crtc_load_cursor_argb_ga3d()
237 crtcp->cursor_tex = screen->resource_create(screen, &templat); in crtc_load_cursor_argb_ga3d()
238 screen->resource_get_handle(screen, crtcp->cursor_tex, &whandle); in crtc_load_cursor_argb_ga3d()
243 transfer = pipe_get_transfer(ctx, crtcp->cursor_tex, in crtc_load_cursor_argb_ga3d()
248 util_copy_rect(ptr, crtcp->cursor_tex->format, in crtc_load_cursor_argb_ga3d()
343 if (crtcp->cursor_tex || crtcp->cursor_bo) in crtc_show_cursor()
365 if (crtcp->cursor_tex) in xorg_crtc_cursor_destroy()
366 pipe_resource_reference(&crtcp->cursor_tex, NULL); in xorg_crtc_cursor_destroy()