Home
last modified time | relevance | path

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

/third_party/mesa3d/src/glx/apple/
Dapple_glx_surface.c95 surface_destroy(Display * dpy, struct apple_glx_drawable *d) in surface_destroy() function
/third_party/mesa3d/src/gbm/main/
Dgbm_backend_abi.h157 void (*surface_destroy)(struct gbm_surface *surface); member
Dgbm_abi_check.c100 void (*surface_destroy)(struct gbm_surface *surface); member
/third_party/mesa3d/src/gallium/include/pipe/
Dp_context.h817 void (*surface_destroy)(struct pipe_context *ctx, member
/third_party/mesa3d/src/gallium/tools/trace/
Ddump_state.py737 def surface_destroy(self, surface): member in Context