Searched refs:destroy_surface (Results 1 – 8 of 8) sorted by relevance
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/ |
D | u_surfaces.c | 92 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()
|
D | u_surfaces.h | 99 …s_destroy(struct util_surfaces *us, struct pipe_resource *pt, void (*destroy_surface) (struct pipe…
|
/external/mesa3d/src/gallium/auxiliary/util/ |
D | u_surfaces.c | 92 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()
|
D | u_surfaces.h | 99 …s_destroy(struct util_surfaces *us, struct pipe_resource *pt, void (*destroy_surface) (struct pipe…
|
/external/mesa3d/src/gallium/state_trackers/egl/common/ |
D | egl_g3d_api.c | 462 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/ |
D | egl_g3d_api.c | 462 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/ |
D | egl_glx.c | 740 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/ |
D | egl_glx.c | 740 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()
|