Home
last modified time | relevance | path

Searched defs:surface_destroy (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/mesa3d/src/glx/apple/
H A Dapple_glx_surface.c95 surface_destroy(Display * dpy, struct apple_glx_drawable *d) in surface_destroy() function
/aosp_15_r20/device/google/cuttlefish/host/libs/wayland/
Dwayland_compositor.cpp77 void surface_destroy(wl_client*, wl_resource* surface) { in surface_destroy() function
/aosp_15_r20/external/mesa3d/src/gbm/main/
H A Dgbm_backend_abi.h157 void (*surface_destroy)(struct gbm_surface *surface); member
H A Dgbm_abi_check.c100 void (*surface_destroy)(struct gbm_surface *surface); member
/aosp_15_r20/external/mesa3d/src/gallium/include/pipe/
H A Dp_context.h851 void (*surface_destroy)(struct pipe_context *ctx, member
/aosp_15_r20/external/mesa3d/src/gallium/tools/trace/
H A Ddump_state.py737 def surface_destroy(self, surface): member in Context