Searched refs:gbm_device (Results 1 - 25 of 31) sorted by relevance

12

/external/chromium_org/third_party/mesa/src/src/gbm/main/
H A Dbackend.h33 struct gbm_device *
H A Dgbmint.h51 struct gbm_device { struct
52 /* Hack to make a gbm_device detectable by its first element. */
53 struct gbm_device *(*dummy)(int);
60 void (*destroy)(struct gbm_device *gbm);
61 int (*is_format_supported)(struct gbm_device *gbm,
65 struct gbm_bo *(*bo_create)(struct gbm_device *gbm,
69 struct gbm_bo *(*bo_import)(struct gbm_device *gbm, uint32_t type,
74 struct gbm_surface *(*surface_create)(struct gbm_device *gbm,
90 struct gbm_device *gbm;
101 struct gbm_device *gb
[all...]
H A Dcommon_drm.h39 struct gbm_device base;
H A Dgbm.h45 struct gbm_device;
213 gbm_device_get_fd(struct gbm_device *gbm);
216 gbm_device_get_backend_name(struct gbm_device *gbm);
219 gbm_device_is_format_supported(struct gbm_device *gbm,
223 gbm_device_destroy(struct gbm_device *gbm);
225 struct gbm_device *
229 gbm_bo_create(struct gbm_device *gbm,
237 gbm_bo_import(struct gbm_device *gbm, uint32_t type,
252 struct gbm_device *
272 gbm_surface_create(struct gbm_device *gb
[all...]
H A Dgbm.c47 struct gbm_device *devices[16];
53 * \return The fd that the struct gbm_device was created with
56 gbm_device_get_fd(struct gbm_device *gbm)
68 gbm_device_get_backend_name(struct gbm_device *gbm)
86 gbm_device_is_format_supported(struct gbm_device *gbm,
97 gbm_device_destroy(struct gbm_device *gbm)
104 GBM_EXPORT struct gbm_device *
107 struct gbm_device *gbm = NULL;
138 * \return The newly created struct gbm_device. The resources associated with
142 GBM_EXPORT struct gbm_device *
[all...]
H A Dbackend.c104 struct gbm_device *
108 struct gbm_device *dev = NULL;
/external/mesa3d/src/gbm/main/
H A Dbackend.h33 struct gbm_device *
H A Dgbmint.h51 struct gbm_device { struct
52 /* Hack to make a gbm_device detectable by its first element. */
53 struct gbm_device *(*dummy)(int);
60 void (*destroy)(struct gbm_device *gbm);
61 int (*is_format_supported)(struct gbm_device *gbm,
65 struct gbm_bo *(*bo_create)(struct gbm_device *gbm,
69 struct gbm_bo *(*bo_import)(struct gbm_device *gbm, uint32_t type,
74 struct gbm_surface *(*surface_create)(struct gbm_device *gbm,
90 struct gbm_device *gbm;
101 struct gbm_device *gb
[all...]
H A Dcommon_drm.h39 struct gbm_device base;
H A Dgbm.h45 struct gbm_device;
213 gbm_device_get_fd(struct gbm_device *gbm);
216 gbm_device_get_backend_name(struct gbm_device *gbm);
219 gbm_device_is_format_supported(struct gbm_device *gbm,
223 gbm_device_destroy(struct gbm_device *gbm);
225 struct gbm_device *
229 gbm_bo_create(struct gbm_device *gbm,
237 gbm_bo_import(struct gbm_device *gbm, uint32_t type,
252 struct gbm_device *
272 gbm_surface_create(struct gbm_device *gb
[all...]
H A Dgbm.c47 struct gbm_device *devices[16];
53 * \return The fd that the struct gbm_device was created with
56 gbm_device_get_fd(struct gbm_device *gbm)
68 gbm_device_get_backend_name(struct gbm_device *gbm)
86 gbm_device_is_format_supported(struct gbm_device *gbm,
97 gbm_device_destroy(struct gbm_device *gbm)
104 GBM_EXPORT struct gbm_device *
107 struct gbm_device *gbm = NULL;
138 * \return The newly created struct gbm_device. The resources associated with
142 GBM_EXPORT struct gbm_device *
[all...]
H A Dbackend.c104 struct gbm_device *
108 struct gbm_device *dev = NULL;
/external/chromium_org/ui/ozone/platform/dri/
H A Dgbm_surface.h14 struct gbm_device;
30 gbm_device* device,
42 gbm_device* gbm_device_;
H A Dgbm_buffer.h16 struct gbm_device;
26 gbm_device* device,
H A Dgbm_surface_factory.h10 struct gbm_device;
23 gbm_device* device,
54 gbm_device* device_; // Not owned.
H A Dgbm_buffer.cc41 gbm_device* device,
H A Dozone_platform_gbm.cc63 gbm_device* device() const { return device_; }
76 gbm_device* device_;
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/gbm/
H A Dgbm_gallium_drmint.h57 gbm_gallium_drm_device(struct gbm_device *gbm)
68 struct gbm_device *
H A Dgbm_drm.c76 gbm_gallium_drm_is_format_supported(struct gbm_device *gbm,
107 gbm_gallium_drm_bo_import(struct gbm_device *gbm,
172 gbm_gallium_drm_bo_create(struct gbm_device *gbm,
222 gbm_gallium_drm_destroy(struct gbm_device *gbm)
230 struct gbm_device *
/external/mesa3d/src/gallium/state_trackers/gbm/
H A Dgbm_gallium_drmint.h57 gbm_gallium_drm_device(struct gbm_device *gbm)
68 struct gbm_device *
H A Dgbm_drm.c76 gbm_gallium_drm_is_format_supported(struct gbm_device *gbm,
107 gbm_gallium_drm_bo_import(struct gbm_device *gbm,
172 gbm_gallium_drm_bo_create(struct gbm_device *gbm,
222 gbm_gallium_drm_destroy(struct gbm_device *gbm)
230 struct gbm_device *
/external/chromium_org/third_party/mesa/src/include/EGL/
H A Deglplatform.h94 typedef struct gbm_device *EGLNativeDisplayType;
/external/chromium_org/third_party/mesa/src/src/gbm/backends/dri/
H A Dgbm_driint.h88 gbm_dri_device(struct gbm_device *gbm)
/external/mesa3d/include/EGL/
H A Deglplatform.h94 typedef struct gbm_device *EGLNativeDisplayType;
/external/mesa3d/src/gbm/backends/dri/
H A Dgbm_driint.h88 gbm_dri_device(struct gbm_device *gbm)

Completed in 238 milliseconds

12