/external/chromium_org/third_party/mesa/src/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 *));
|
/external/mesa3d/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 *));
|
/external/chromium_org/third_party/mesa/src/src/egl/drivers/glx/ |
egl_glx.c | 740 destroy_surface(_EGLDisplay *disp, _EGLSurface *surf) function 785 destroy_surface(disp, old_dsurf); 787 destroy_surface(disp, old_rsurf); 1004 destroy_surface(disp, surf); [all...] |
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/egl/common/ |
egl_g3d_api.c | 462 destroy_surface(_EGLDisplay *dpy, _EGLSurface *surf) function 481 destroy_surface(dpy, surf); 530 destroy_surface(dpy, old_draw); 532 destroy_surface(dpy, old_read);
|
/external/mesa3d/src/egl/drivers/glx/ |
egl_glx.c | 740 destroy_surface(_EGLDisplay *disp, _EGLSurface *surf) function 785 destroy_surface(disp, old_dsurf); 787 destroy_surface(disp, old_rsurf); 1004 destroy_surface(disp, surf); [all...] |
/external/mesa3d/src/gallium/state_trackers/egl/common/ |
egl_g3d_api.c | 462 destroy_surface(_EGLDisplay *dpy, _EGLSurface *surf) function 481 destroy_surface(dpy, surf); 530 destroy_surface(dpy, old_draw); 532 destroy_surface(dpy, old_read);
|