Searched refs:gbm_bo (Results 1 - 22 of 22) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/gbm/main/
H A Dcommon_drm.h45 struct gbm_bo base;
H A Dgbmint.h65 struct gbm_bo *(*bo_create)(struct gbm_device *gbm,
69 struct gbm_bo *(*bo_import)(struct gbm_device *gbm, uint32_t type,
71 int (*bo_write)(struct gbm_bo *bo, const void *buf, size_t data);
72 void (*bo_destroy)(struct gbm_bo *bo);
77 struct gbm_bo *(*surface_lock_front_buffer)(struct gbm_surface *surface);
79 struct gbm_bo *bo);
89 struct gbm_bo { struct
97 void (*destroy_user_data)(struct gbm_bo *, void *);
H A Dgbm.h46 struct gbm_bo;
228 struct gbm_bo *
236 struct gbm_bo *
241 gbm_bo_get_width(struct gbm_bo *bo);
244 gbm_bo_get_height(struct gbm_bo *bo);
247 gbm_bo_get_stride(struct gbm_bo *bo);
250 gbm_bo_get_format(struct gbm_bo *bo);
253 gbm_bo_get_device(struct gbm_bo *bo);
256 gbm_bo_get_handle(struct gbm_bo *bo);
259 gbm_bo_write(struct gbm_bo *b
[all...]
H A Dgbm.c177 gbm_bo_get_width(struct gbm_bo *bo)
188 gbm_bo_get_height(struct gbm_bo *bo)
202 gbm_bo_get_stride(struct gbm_bo *bo)
215 gbm_bo_get_format(struct gbm_bo *bo)
229 gbm_bo_get_handle(struct gbm_bo *bo)
248 gbm_bo_write(struct gbm_bo *bo, const void *buf, size_t count)
259 gbm_bo_get_device(struct gbm_bo *bo)
272 gbm_bo_set_user_data(struct gbm_bo *bo, void *data,
273 void (*destroy_user_data)(struct gbm_bo *, void *))
288 gbm_bo_get_user_data(struct gbm_bo *b
[all...]
/external/mesa3d/src/gbm/main/
H A Dcommon_drm.h45 struct gbm_bo base;
H A Dgbmint.h65 struct gbm_bo *(*bo_create)(struct gbm_device *gbm,
69 struct gbm_bo *(*bo_import)(struct gbm_device *gbm, uint32_t type,
71 int (*bo_write)(struct gbm_bo *bo, const void *buf, size_t data);
72 void (*bo_destroy)(struct gbm_bo *bo);
77 struct gbm_bo *(*surface_lock_front_buffer)(struct gbm_surface *surface);
79 struct gbm_bo *bo);
89 struct gbm_bo { struct
97 void (*destroy_user_data)(struct gbm_bo *, void *);
H A Dgbm.h46 struct gbm_bo;
228 struct gbm_bo *
236 struct gbm_bo *
241 gbm_bo_get_width(struct gbm_bo *bo);
244 gbm_bo_get_height(struct gbm_bo *bo);
247 gbm_bo_get_stride(struct gbm_bo *bo);
250 gbm_bo_get_format(struct gbm_bo *bo);
253 gbm_bo_get_device(struct gbm_bo *bo);
256 gbm_bo_get_handle(struct gbm_bo *bo);
259 gbm_bo_write(struct gbm_bo *b
[all...]
H A Dgbm.c177 gbm_bo_get_width(struct gbm_bo *bo)
188 gbm_bo_get_height(struct gbm_bo *bo)
202 gbm_bo_get_stride(struct gbm_bo *bo)
215 gbm_bo_get_format(struct gbm_bo *bo)
229 gbm_bo_get_handle(struct gbm_bo *bo)
248 gbm_bo_write(struct gbm_bo *bo, const void *buf, size_t count)
259 gbm_bo_get_device(struct gbm_bo *bo)
272 gbm_bo_set_user_data(struct gbm_bo *bo, void *data,
273 void (*destroy_user_data)(struct gbm_bo *, void *))
288 gbm_bo_get_user_data(struct gbm_bo *b
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/gbm/
H A Dgbm_gallium_drmint.h63 gbm_gallium_drm_bo(struct gbm_bo *bo)
H A Dgbm_drm.c98 gbm_gallium_drm_bo_destroy(struct gbm_bo *_bo)
106 static struct gbm_bo *
171 static struct gbm_bo *
/external/mesa3d/src/gallium/state_trackers/gbm/
H A Dgbm_gallium_drmint.h63 gbm_gallium_drm_bo(struct gbm_bo *bo)
H A Dgbm_drm.c98 gbm_gallium_drm_bo_destroy(struct gbm_bo *_bo)
106 static struct gbm_bo *
171 static struct gbm_bo *
/external/chromium_org/third_party/mesa/src/include/EGL/
H A Deglplatform.h95 typedef struct gbm_bo *EGLNativePixmapType;
/external/chromium_org/third_party/mesa/src/src/gbm/backends/dri/
H A Dgbm_driint.h94 gbm_dri_bo(struct gbm_bo *bo)
H A Dgbm_dri.c302 gbm_dri_bo_write(struct gbm_bo *_bo, const void *buf, size_t count)
315 gbm_dri_bo_destroy(struct gbm_bo *_bo)
359 static struct gbm_bo *
451 static struct gbm_bo *
512 static struct gbm_bo *
/external/mesa3d/include/EGL/
H A Deglplatform.h95 typedef struct gbm_bo *EGLNativePixmapType;
/external/mesa3d/src/gbm/backends/dri/
H A Dgbm_driint.h94 gbm_dri_bo(struct gbm_bo *bo)
H A Dgbm_dri.c302 gbm_dri_bo_write(struct gbm_bo *_bo, const void *buf, size_t count)
315 gbm_dri_bo_destroy(struct gbm_bo *_bo)
359 static struct gbm_bo *
451 static struct gbm_bo *
512 static struct gbm_bo *
/external/chromium_org/third_party/mesa/src/src/egl/drivers/dri2/
H A Dplatform_drm.c40 static struct gbm_bo *
45 struct gbm_bo *bo;
60 release_buffer(struct gbm_surface *_surf, struct gbm_bo *bo)
347 struct gbm_dri_bo *dri_bo = gbm_dri_bo((struct gbm_bo *) buffer);
H A Degl_dri2.h187 struct gbm_bo *bo;
/external/mesa3d/src/egl/drivers/dri2/
H A Dplatform_drm.c40 static struct gbm_bo *
45 struct gbm_bo *bo;
60 release_buffer(struct gbm_surface *_surf, struct gbm_bo *bo)
347 struct gbm_dri_bo *dri_bo = gbm_dri_bo((struct gbm_bo *) buffer);
H A Degl_dri2.h187 struct gbm_bo *bo;

Completed in 1795 milliseconds