Home
last modified time | relevance | path

Searched refs:drv_ (Results 1 – 2 of 2) sorted by relevance

/external/minigbm/cros_gralloc/
Dcros_gralloc_driver.cc48 cros_gralloc_driver::cros_gralloc_driver() : drv_(nullptr) in cros_gralloc_driver()
57 if (drv_) { in ~cros_gralloc_driver()
58 int fd = drv_get_fd(drv_); in ~cros_gralloc_driver()
59 drv_destroy(drv_); in ~cros_gralloc_driver()
60 drv_ = nullptr; in ~cros_gralloc_driver()
106 drv_ = init_try_node(i, render_nodes_fmt); in init()
107 if (drv_) in init()
113 drv_ = init_try_node(i, card_nodes_fmt); in init()
114 if (drv_) in init()
125 resolved_format = drv_resolve_format(drv_, descriptor->drm_format, descriptor->use_flags); in is_supported()
[all …]
Dcros_gralloc_driver.h55 struct driver *drv_; variable