/external/chromium_org/third_party/mesa/src/src/gallium/drivers/svga/ |
svga_resource_texture.c | 502 struct svga_winsys_surface *srf; local 515 srf = sws->surface_from_handle(sws, whandle, &format); 517 if (!srf) 551 SVGA_DBG(DEBUG_DMA, "wrap surface sid %p\n", srf); 554 tex->handle = srf;
|
/external/mesa3d/src/gallium/drivers/svga/ |
svga_resource_texture.c | 502 struct svga_winsys_surface *srf; local 515 srf = sws->surface_from_handle(sws, whandle, &format); 517 if (!srf) 551 SVGA_DBG(DEBUG_DMA, "wrap surface sid %p\n", srf); 554 tex->handle = srf;
|
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/xa/ |
xa_composite.h | 93 struct xa_surface *srf; member in struct:xa_picture
|
xa_tracker.c | 291 struct xa_surface *srf; local 302 srf = calloc(1, sizeof(*srf)); 303 if (!srf) 306 template = &srf->template; 323 srf->tex = xa->screen->resource_create(xa->screen, template); 324 if (!srf->tex) 327 srf->xa = xa; 328 srf->flags = flags; 329 srf->fdesc = fdesc [all...] |
xa_priv.h | 104 struct pipe_surface *srf; member in struct:xa_context 231 struct xa_surface *srf[]);
|
/external/mesa3d/src/gallium/state_trackers/xa/ |
xa_composite.h | 93 struct xa_surface *srf; member in struct:xa_picture
|
xa_tracker.c | 291 struct xa_surface *srf; local 302 srf = calloc(1, sizeof(*srf)); 303 if (!srf) 306 template = &srf->template; 323 srf->tex = xa->screen->resource_create(xa->screen, template); 324 if (!srf->tex) 327 srf->xa = xa; 328 srf->flags = flags; 329 srf->fdesc = fdesc [all...] |
xa_priv.h | 104 struct pipe_surface *srf; member in struct:xa_context 231 struct xa_surface *srf[]);
|
/external/strace/ |
stream.c | 1196 struct strrecvfd srf; local 1357 if (umove(tcp, arg, &srf) < 0) { 1361 tprintf(", {fd=%d, uid=%lu, gid=%lu}", srf.fd, 1362 (unsigned long) srf.uid, (unsigned long) srf.gid);
|