HomeSort by relevance Sort by last modified time
    Searched defs:surface_destroy (Results 1 - 4 of 4) sorted by null

  /external/mesa3d/src/glx/apple/
apple_glx_surface.c 38 static void surface_destroy(Display * dpy, struct apple_glx_drawable *d);
44 .destroy = surface_destroy
95 surface_destroy(Display * dpy, struct apple_glx_drawable *d) function
  /external/mesa3d/src/gbm/main/
gbmint.h 88 void (*surface_destroy)(struct gbm_surface *surface); member in struct:gbm_device
  /external/mesa3d/src/gallium/include/pipe/
p_context.h 515 void (*surface_destroy)(struct pipe_context *ctx, member in struct:pipe_context
  /external/mesa3d/src/gallium/tools/trace/
dump_state.py 665 def surface_destroy(self, surface): member in class:Context

Completed in 119 milliseconds