/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/xorg/ |
xorg_crtc.c | 66 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/ |
xorg_crtc.c | 66 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);
|