HomeSort by relevance Sort by last modified time
    Searched defs:DRV_MAX_PLANES (Results 1 - 2 of 2) sorted by null

  /external/minigbm/cros_gralloc/
cros_gralloc_handle.h 13 #define DRV_MAX_PLANES 4
22 int32_t fds[DRV_MAX_PLANES];
23 uint32_t strides[DRV_MAX_PLANES];
24 uint32_t offsets[DRV_MAX_PLANES];
25 uint32_t format_modifiers[2 * DRV_MAX_PLANES];
  /external/minigbm/
drv.h 17 #define DRV_MAX_PLANES 4
73 int fds[DRV_MAX_PLANES];
74 uint32_t strides[DRV_MAX_PLANES];
75 uint32_t offsets[DRV_MAX_PLANES];
76 uint64_t format_modifiers[DRV_MAX_PLANES];
89 uint32_t map_strides[DRV_MAX_PLANES];

Completed in 466 milliseconds