Home
last modified time | relevance | path

Searched refs:cros_gralloc_buffer (Results 1 – 6 of 6) sorted by relevance

/external/minigbm/cros_gralloc/
Dcros_gralloc_buffer.cc12 cros_gralloc_buffer::cros_gralloc_buffer(uint32_t id, struct bo *acquire_bo, in cros_gralloc_buffer() function in cros_gralloc_buffer
25 cros_gralloc_buffer::~cros_gralloc_buffer() in ~cros_gralloc_buffer()
37 uint32_t cros_gralloc_buffer::get_id() const in get_id()
42 int32_t cros_gralloc_buffer::increase_refcount() in increase_refcount()
47 int32_t cros_gralloc_buffer::decrease_refcount() in decrease_refcount()
53 int32_t cros_gralloc_buffer::lock(const struct rectangle *rect, uint32_t map_flags, in lock()
101 int32_t cros_gralloc_buffer::unlock() in unlock()
118 int32_t cros_gralloc_buffer::resource_info(uint32_t strides[DRV_MAX_PLANES], in resource_info()
125 int32_t cros_gralloc_buffer::invalidate() in invalidate()
138 int32_t cros_gralloc_buffer::flush() in flush()
[all …]
Dcros_gralloc_buffer.h13 class cros_gralloc_buffer
16 cros_gralloc_buffer(uint32_t id, struct bo *acquire_bo,
19 ~cros_gralloc_buffer();
39 cros_gralloc_buffer(cros_gralloc_buffer const &);
40 cros_gralloc_buffer operator=(cros_gralloc_buffer const &);
Dcros_gralloc_driver.h52 cros_gralloc_buffer *get_buffer(cros_gralloc_handle_t hnd);
57 std::unordered_map<uint32_t, cros_gralloc_buffer *> buffers_;
58 std::unordered_map<cros_gralloc_handle_t, std::pair<cros_gralloc_buffer *, int32_t>>
Dcros_gralloc_driver.cc148 auto buffer = new cros_gralloc_buffer(hnd->id, bo, hnd, hnd->fds[hnd->num_planes], in emplace_buffer()
316 buffer = new cros_gralloc_buffer(id, bo, nullptr, hnd->fds[hnd->num_planes], in retain()
514 cros_gralloc_buffer *cros_gralloc_driver::get_buffer(cros_gralloc_handle_t hnd) in get_buffer()
/external/minigbm/
DAndroid.gralloc.mk8 cros_gralloc/cros_gralloc_buffer.cc \
DAndroid.bp89 "cros_gralloc/cros_gralloc_buffer.cc",