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

  /external/minigbm/
gbm_priv.h 21 struct gbm_surface { struct
gbm.h 48 struct gbm_surface;
422 struct gbm_surface *
428 gbm_surface_lock_front_buffer(struct gbm_surface *surface);
431 gbm_surface_release_buffer(struct gbm_surface *surface, struct gbm_bo *bo);
434 gbm_surface_has_free_buffers(struct gbm_surface *surface);
437 gbm_surface_destroy(struct gbm_surface *surface);
gbm.c 68 PUBLIC struct gbm_surface *gbm_surface_create(struct gbm_device *gbm, uint32_t width,
71 struct gbm_surface *surface = (struct gbm_surface *)malloc(sizeof(*surface));
79 PUBLIC void gbm_surface_destroy(struct gbm_surface *surface)
84 PUBLIC struct gbm_bo *gbm_surface_lock_front_buffer(struct gbm_surface *surface)
89 PUBLIC void gbm_surface_release_buffer(struct gbm_surface *surface, struct gbm_bo *bo)
  /external/mesa3d/src/gbm/main/
gbmint.h 91 struct gbm_surface *(*surface_create)(struct gbm_device *gbm,
96 struct gbm_bo *(*surface_lock_front_buffer)(struct gbm_surface *surface);
97 void (*surface_release_buffer)(struct gbm_surface *surface,
99 int (*surface_has_free_buffers)(struct gbm_surface *surface);
100 void (*surface_destroy)(struct gbm_surface *surface);
119 struct gbm_surface { struct
gbm.h 48 struct gbm_surface;
378 struct gbm_surface *
383 struct gbm_surface *
391 gbm_surface_lock_front_buffer(struct gbm_surface *surface);
394 gbm_surface_release_buffer(struct gbm_surface *surface, struct gbm_bo *bo);
397 gbm_surface_has_free_buffers(struct gbm_surface *surface);
400 gbm_surface_destroy(struct gbm_surface *surface);
gbm.c 593 GBM_EXPORT struct gbm_surface *
601 GBM_EXPORT struct gbm_surface *
627 gbm_surface_destroy(struct gbm_surface *surf)
654 gbm_surface_lock_front_buffer(struct gbm_surface *surf)
672 gbm_surface_release_buffer(struct gbm_surface *surf, struct gbm_bo *bo)
694 gbm_surface_has_free_buffers(struct gbm_surface *surf)
  /external/mesa3d/src/gbm/backends/dri/
gbm_driint.h 113 struct gbm_surface base;
131 gbm_dri_surface(struct gbm_surface *surface)
gbm_dri.c     [all...]
  /external/mesa3d/src/egl/drivers/dri2/
platform_drm.c 44 lock_front_buffer(struct gbm_surface *_surf)
67 release_buffer(struct gbm_surface *_surf, struct gbm_bo *bo)
81 has_free_buffers(struct gbm_surface *_surf)
101 struct gbm_surface *surface = native_surface;
  /external/libkmsxx/kmscube/
cube-gbm.cpp 82 struct gbm_surface* handle() const { return m_surface; }
85 struct gbm_surface* m_surface;

Completed in 80 milliseconds