HomeSort by relevance Sort by last modified time
    Searched refs:gbm_surface (Results 1 - 12 of 12) 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
gbm.h 47 struct gbm_surface;
271 struct gbm_surface *
277 gbm_surface_lock_front_buffer(struct gbm_surface *surface);
280 gbm_surface_release_buffer(struct gbm_surface *surface, struct gbm_bo *bo);
283 gbm_surface_has_free_buffers(struct gbm_surface *surface);
286 gbm_surface_destroy(struct gbm_surface *surface);
gbm.c 384 GBM_EXPORT struct gbm_surface *
402 gbm_surface_destroy(struct gbm_surface *surf)
429 gbm_surface_lock_front_buffer(struct gbm_surface *surf)
447 gbm_surface_release_buffer(struct gbm_surface *surf, struct gbm_bo *bo)
469 gbm_surface_has_free_buffers(struct gbm_surface *surf)
  /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
gbm.h 47 struct gbm_surface;
271 struct gbm_surface *
277 gbm_surface_lock_front_buffer(struct gbm_surface *surface);
280 gbm_surface_release_buffer(struct gbm_surface *surface, struct gbm_bo *bo);
283 gbm_surface_has_free_buffers(struct gbm_surface *surface);
286 gbm_surface_destroy(struct gbm_surface *surface);
gbm.c 384 GBM_EXPORT struct gbm_surface *
402 gbm_surface_destroy(struct gbm_surface *surf)
429 gbm_surface_lock_front_buffer(struct gbm_surface *surf)
447 gbm_surface_release_buffer(struct gbm_surface *surf, struct gbm_bo *bo)
469 gbm_surface_has_free_buffers(struct gbm_surface *surf)
  /external/chromium_org/third_party/mesa/src/src/gbm/backends/dri/
gbm_driint.h 82 struct gbm_surface base;
100 gbm_dri_surface(struct gbm_surface *surface)
gbm_dri.c 576 static struct gbm_surface *
597 gbm_dri_surface_destroy(struct gbm_surface *_surf)
  /external/mesa3d/src/gbm/backends/dri/
gbm_driint.h 82 struct gbm_surface base;
100 gbm_dri_surface(struct gbm_surface *surface)
gbm_dri.c 576 static struct gbm_surface *
597 gbm_dri_surface_destroy(struct gbm_surface *_surf)
  /external/chromium_org/third_party/mesa/src/src/egl/drivers/dri2/
platform_drm.c 41 lock_front_buffer(struct gbm_surface *_surf)
60 release_buffer(struct gbm_surface *_surf, struct gbm_bo *bo)
74 has_free_buffers(struct gbm_surface *_surf)
113 surf = gbm_dri_surface((struct gbm_surface *) window);
  /external/mesa3d/src/egl/drivers/dri2/
platform_drm.c 41 lock_front_buffer(struct gbm_surface *_surf)
60 release_buffer(struct gbm_surface *_surf, struct gbm_bo *bo)
74 has_free_buffers(struct gbm_surface *_surf)
113 surf = gbm_dri_surface((struct gbm_surface *) window);

Completed in 3053 milliseconds