Searched refs:srf1 (Results 1 - 1 of 1) sorted by relevance
| /xsrc/external/mit/xf86-video-vmware/dist/vmwgfx/ |
| H A D | vmwgfx_dri3.c | 216 struct xa_surface *srf1; local in function:vmwgfx_dri3_verify_sharing 229 srf1 = xa_surface_create(xat, 16, 16, 32, xa_type_argb, 232 if (!srf1) 235 if (xa_surface_handle(srf1, xa_handle_type_fd, &handle, &stride) != 239 xa_surface_unref(srf1); 242 srf1 = xa_surface_from_handle2(ms->xat, 16, 16, 24, xa_type_argb, 246 if (!srf1) 253 xa_surface_unref(srf1);
|
Completed in 2 milliseconds