Searched defs:destroy_surface (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/egl/common/
H A Degl_g3d_api.c462 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/gallium/state_trackers/egl/common/
H A Degl_g3d_api.c462 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/chromium_org/third_party/mesa/src/src/egl/drivers/glx/
H A Degl_glx.c740 destroy_surface(_EGLDisplay *disp, _EGLSurface *surf) function
785 destroy_surface(disp, old_dsurf);
787 destroy_surface(disp, old_rsurf);
1004 destroy_surface(disp, surf);
/external/mesa3d/src/egl/drivers/glx/
H A Degl_glx.c740 destroy_surface(_EGLDisplay *disp, _EGLSurface *surf) function
785 destroy_surface(disp, old_dsurf);
787 destroy_surface(disp, old_rsurf);
1004 destroy_surface(disp, surf);

Completed in 132 milliseconds