HomeSort by relevance Sort by last modified time
    Searched defs:srf (Results 1 - 8 of 8) sorted by null

  /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[]);

Completed in 192 milliseconds