Home
last modified time | relevance | path

Searched refs:destroy_surface (Results 1 – 8 of 8) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
Du_surfaces.c92 util_surfaces_destroy(struct util_surfaces *us, struct pipe_resource *pt, void (*destroy_surface) (… in util_surfaces_destroy()
101 destroy_surface(cso_hash_iter_data(iter)); in util_surfaces_destroy()
118 destroy_surface(ps); in util_surfaces_destroy()
Du_surfaces.h99 …s_destroy(struct util_surfaces *us, struct pipe_resource *pt, void (*destroy_surface) (struct pipe…
/external/mesa3d/src/gallium/auxiliary/util/
Du_surfaces.c92 util_surfaces_destroy(struct util_surfaces *us, struct pipe_resource *pt, void (*destroy_surface) (… in util_surfaces_destroy()
101 destroy_surface(cso_hash_iter_data(iter)); in util_surfaces_destroy()
118 destroy_surface(ps); in util_surfaces_destroy()
Du_surfaces.h99 …s_destroy(struct util_surfaces *us, struct pipe_resource *pt, void (*destroy_surface) (struct pipe…
/external/mesa3d/src/gallium/state_trackers/egl/common/
Degl_g3d_api.c462 destroy_surface(_EGLDisplay *dpy, _EGLSurface *surf) in destroy_surface() function
481 destroy_surface(dpy, surf); in egl_g3d_destroy_surface()
530 destroy_surface(dpy, old_draw); in egl_g3d_make_current()
532 destroy_surface(dpy, old_read); in egl_g3d_make_current()
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/egl/common/
Degl_g3d_api.c462 destroy_surface(_EGLDisplay *dpy, _EGLSurface *surf) in destroy_surface() function
481 destroy_surface(dpy, surf); in egl_g3d_destroy_surface()
530 destroy_surface(dpy, old_draw); in egl_g3d_make_current()
532 destroy_surface(dpy, old_read); in egl_g3d_make_current()
/external/chromium_org/third_party/mesa/src/src/egl/drivers/glx/
Degl_glx.c740 destroy_surface(_EGLDisplay *disp, _EGLSurface *surf) in destroy_surface() function
785 destroy_surface(disp, old_dsurf); in GLX_eglMakeCurrent()
787 destroy_surface(disp, old_rsurf); in GLX_eglMakeCurrent()
1004 destroy_surface(disp, surf); in GLX_eglDestroySurface()
/external/mesa3d/src/egl/drivers/glx/
Degl_glx.c740 destroy_surface(_EGLDisplay *disp, _EGLSurface *surf) in destroy_surface() function
785 destroy_surface(disp, old_dsurf); in GLX_eglMakeCurrent()
787 destroy_surface(disp, old_rsurf); in GLX_eglMakeCurrent()
1004 destroy_surface(disp, surf); in GLX_eglDestroySurface()