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

  /external/mesa3d/src/gallium/state_trackers/xa/
xa_composite.h 93 struct xa_surface *srf; member in struct:xa_picture
xa_tracker.c 333 struct xa_surface *srf; local
344 srf = calloc(1, sizeof(*srf));
345 if (!srf)
348 template = &srf->template;
366 srf->tex = xa->screen->resource_from_handle(xa->screen, template, whandle,
369 srf->tex = xa->screen->resource_create(xa->screen, template);
370 if (!srf->tex)
373 srf->refcount = 1;
374 srf->xa = xa
    [all...]
xa_priv.h 108 struct pipe_surface *srf; member in struct:xa_context
265 struct xa_surface *srf[]);
  /external/mesa3d/src/gallium/drivers/svga/
svga_resource_texture.c 1150 struct svga_winsys_surface *srf; local
    [all...]

Completed in 3590 milliseconds