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

  /external/chromium_org/third_party/mesa/src/src/gbm/main/
gbmint.h 74 struct gbm_surface *(*surface_create)(struct gbm_device *gbm,
77 struct gbm_bo *(*surface_lock_front_buffer)(struct gbm_surface *surface);
78 void (*surface_release_buffer)(struct gbm_surface *surface,
80 int (*surface_has_free_buffers)(struct gbm_surface *surface);
81 void (*surface_destroy)(struct gbm_surface *surface);
100 struct gbm_surface { struct
  /external/mesa3d/src/gbm/main/
gbmint.h 74 struct gbm_surface *(*surface_create)(struct gbm_device *gbm,
77 struct gbm_bo *(*surface_lock_front_buffer)(struct gbm_surface *surface);
78 void (*surface_release_buffer)(struct gbm_surface *surface,
80 int (*surface_has_free_buffers)(struct gbm_surface *surface);
81 void (*surface_destroy)(struct gbm_surface *surface);
100 struct gbm_surface { struct

Completed in 242 milliseconds