HomeSort by: relevance | last modified time | path
    Searched refs:destroy_surface (Results 1 - 25 of 32) sorted by relevancy

1 2

  /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/util/
u_surfaces.c 92 util_surfaces_destroy(struct util_surfaces *us, struct pipe_resource *pt, void (*destroy_surface) (struct pipe_surface *))
101 destroy_surface(cso_hash_iter_data(iter));
118 destroy_surface(ps);
u_surfaces.h 99 void util_surfaces_destroy(struct util_surfaces *us, struct pipe_resource *pt, void (*destroy_surface) (struct pipe_surface *));
  /xsrc/external/mit/xf86-video-intel/dist/src/sna/
sna_video_hwmc.c 55 static void destroy_surface(XvMCSurfacePtr surface) function
239 adaptors[i].DestroySurface = destroy_surface;
  /xsrc/external/mit/xf86-video-intel/dist/src/uxa/
intel_hwmc.c 55 static void destroy_surface(ScrnInfoPtr scrn, XvMCSurfacePtr surface) function
227 pAdapt->DestroySurface = destroy_surface;
  /xsrc/external/mit/xf86-video-intel-2014/dist/src/sna/
sna_video_hwmc.c 55 static void destroy_surface(XvMCSurfacePtr surface) function
239 adaptors[i].DestroySurface = destroy_surface;
  /xsrc/external/mit/xf86-video-intel-2014/dist/src/uxa/
intel_hwmc.c 55 static void destroy_surface(ScrnInfoPtr scrn, XvMCSurfacePtr surface) function
227 pAdapt->DestroySurface = destroy_surface;
  /xsrc/external/mit/xf86-video-qxl/dist/src/
qxl_surface_ums.c 643 qxl_surface_t *destroy_surface = NULL; local
660 destroy_surface = cache->cached_surfaces[oldest];
701 if (destroy_surface)
702 qxl_surface_unref (destroy_surface->cache, destroy_surface->id);
qxl.h 194 void (*destroy_surface)(qxl_surface_t *surf); member in struct:qxl_bo_funcs
qxl_uxa.c 498 qxl->bo_funcs->destroy_surface(surface);
  /xsrc/external/mit/MesaLib/dist/src/egl/drivers/dri2/
platform_device.c 186 .destroy_surface = device_destroy_surface,
platform_surfaceless.c 180 .destroy_surface = surfaceless_destroy_surface,
egl_dri2.h 115 EGLBoolean (*destroy_surface)(_EGLDisplay *disp, _EGLSurface *surface); member in struct:dri2_egl_display_vtbl
platform_x11_dri3.c 505 .destroy_surface = dri3_destroy_surface,
platform_x11.c 1170 .destroy_surface = dri2_x11_destroy_surface,
1183 .destroy_surface = dri2_x11_destroy_surface,
platform_wayland.c 1422 .destroy_surface = dri2_wl_destroy_surface,
2045 .destroy_surface = dri2_wl_destroy_surface,
platform_drm.c 675 .destroy_surface = dri2_drm_destroy_surface,
  /xsrc/external/mit/xf86-video-intel-old/dist/src/xvmc/
intel_xvmc.h 177 Status (*destroy_surface)(Display* display, XvMCSurface *surface); member in struct:_intel_xvmc_driver
i965_xvmc.c 233 static Status destroy_surface(Display *display, XvMCSurface *surface) function
838 .destroy_surface = destroy_surface,
xvmc_vld.c 550 static Status destroy_surface(Display *display, function
1137 .destroy_surface = destroy_surface,
intel_xvmc.c 552 (xvmc_driver->destroy_surface)(display, surface);
  /xsrc/external/mit/MesaLib.old/dist/src/egl/drivers/dri2/
platform_surfaceless.c 222 .destroy_surface = surfaceless_destroy_surface,
egl_dri2.h 104 EGLBoolean (*destroy_surface)(_EGLDriver *drv, _EGLDisplay *disp, member in struct:dri2_egl_display_vtbl
platform_x11_dri3.c 497 .destroy_surface = dri3_destroy_surface,
platform_wayland.c 1306 .destroy_surface = dri2_wl_destroy_surface,
2042 .destroy_surface = dri2_wl_destroy_surface,
platform_x11.c 1262 .destroy_surface = dri2_x11_destroy_surface,
1282 .destroy_surface = dri2_x11_destroy_surface,

Completed in 33 milliseconds

1 2