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

  /external/mesa3d/src/gbm/main/
gbmint.h 85 union gbm_bo_handle (*bo_get_handle)(struct gbm_bo *bo, int plane);
114 union gbm_bo_handle handle;
gbm.h 64 union gbm_bo_handle { union
350 union gbm_bo_handle
362 union gbm_bo_handle
gbm.c 305 * This is stored in the platform generic union gbm_bo_handle type. However
311 GBM_EXPORT union gbm_bo_handle
357 GBM_EXPORT union gbm_bo_handle
  /external/minigbm/
gbm.h 64 union gbm_bo_handle { union
385 union gbm_bo_handle
394 union gbm_bo_handle
gbm.c 291 PUBLIC union gbm_bo_handle gbm_bo_get_handle(struct gbm_bo *bo)
306 PUBLIC union gbm_bo_handle gbm_bo_get_plane_handle(struct gbm_bo *bo, size_t plane)
308 return (union gbm_bo_handle)drv_bo_get_plane_handle(bo->bo, plane).u64;
  /external/mesa3d/src/gbm/backends/dri/
gbm_dri.c 723 static union gbm_bo_handle
728 union gbm_bo_handle ret;
    [all...]

Completed in 169 milliseconds