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

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

Completed in 138 milliseconds