Searched refs:drv_ (Results 1 – 2 of 2) sorted by relevance
/external/minigbm/cros_gralloc/ |
D | cros_gralloc_driver.cc | 14 cros_gralloc_driver::cros_gralloc_driver() : drv_(nullptr) in cros_gralloc_driver() 23 if (drv_) { in ~cros_gralloc_driver() 24 drv_destroy(drv_); in ~cros_gralloc_driver() 25 drv_ = nullptr; in ~cros_gralloc_driver() 68 drv_ = drv_create(fd); in init() 69 if (drv_) in init() 81 resolved_format = drv_resolve_format(drv_, descriptor->drm_format, descriptor->use_flags); in is_supported() 82 combo = drv_get_combination(drv_, resolved_format, descriptor->use_flags); in is_supported() 99 resolved_format = drv_resolve_format(drv_, descriptor->drm_format, descriptor->use_flags); in allocate() 110 bo = drv_bo_create(drv_, descriptor->width, descriptor->height, resolved_format, use_flags); in allocate() [all …]
|
D | cros_gralloc_driver.h | 40 struct driver *drv_; variable
|