Home
last modified time | relevance | path

Searched refs:cros_gralloc_driver (Results 1 – 5 of 5) sorted by relevance

/external/minigbm/cros_gralloc/
Dcros_gralloc_driver.h15 class cros_gralloc_driver
18 cros_gralloc_driver();
19 ~cros_gralloc_driver();
36 cros_gralloc_driver(cros_gralloc_driver const &);
37 cros_gralloc_driver operator=(cros_gralloc_driver const &);
Dcros_gralloc_driver.cc14 cros_gralloc_driver::cros_gralloc_driver() : drv_(nullptr) in cros_gralloc_driver() function in cros_gralloc_driver
18 cros_gralloc_driver::~cros_gralloc_driver() in ~cros_gralloc_driver()
29 int32_t cros_gralloc_driver::init() in init()
77 bool cros_gralloc_driver::is_supported(const struct cros_gralloc_buffer_descriptor *descriptor) in is_supported()
86 int32_t cros_gralloc_driver::allocate(const struct cros_gralloc_buffer_descriptor *descriptor, in allocate()
165 int32_t cros_gralloc_driver::retain(buffer_handle_t handle) in retain()
223 int32_t cros_gralloc_driver::release(buffer_handle_t handle) in release()
250 int32_t cros_gralloc_driver::lock(buffer_handle_t handle, int32_t acquire_fence, in lock()
274 int32_t cros_gralloc_driver::unlock(buffer_handle_t handle, int32_t *release_fence) in unlock()
300 int32_t cros_gralloc_driver::get_backing_store(buffer_handle_t handle, uint64_t *out_store) in get_backing_store()
[all …]
/external/minigbm/
DAndroid.gralloc.mk9 cros_gralloc/cros_gralloc_driver.cc \
DAndroid.bp39 "cros_gralloc/cros_gralloc_driver.cc",
/external/minigbm/cros_gralloc/gralloc0/
Dgralloc0.cc16 std::unique_ptr<cros_gralloc_driver> driver;
152 mod->driver = std::make_unique<cros_gralloc_driver>(); in gralloc0_init()