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

  /external/mesa3d/src/gbm/main/
backend.h 33 struct gbm_device *
gbmint.h 51 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 *gbm
    [all...]
common_drm.h 39 struct gbm_device base;
gbm.h 45 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 *gbm
    [all...]
gbm.c 47 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...]
backend.c 104 struct gbm_device *
108 struct gbm_device *dev = NULL;
  /external/mesa3d/src/gallium/state_trackers/gbm/
gbm_gallium_drmint.h 57 gbm_gallium_drm_device(struct gbm_device *gbm)
68 struct gbm_device *
gbm_drm.c 76 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/include/EGL/
eglplatform.h 94 typedef struct gbm_device *EGLNativeDisplayType;
  /external/mesa3d/src/gbm/backends/dri/
gbm_driint.h 88 gbm_dri_device(struct gbm_device *gbm)
gbm_dri.c 277 gbm_dri_is_format_supported(struct gbm_device *gbm,
360 gbm_dri_bo_import(struct gbm_device *gbm,
452 create_dumb(struct gbm_device *gbm,
513 gbm_dri_bo_create(struct gbm_device *gbm,
577 gbm_dri_surface_create(struct gbm_device *gbm,
605 dri_destroy(struct gbm_device *gbm)
617 static struct gbm_device *
  /external/autotest/client/site_tests/graphics_Gbm/src/
gbmtest.c 37 static struct gbm_device *gbm;
  /external/mesa3d/src/egl/drivers/dri2/
platform_drm.c 398 struct gbm_device *gbm;

Completed in 236 milliseconds