Searched refs:cros_gralloc_buffer (Results 1 – 6 of 6) sorted by relevance
/external/minigbm/cros_gralloc/ |
D | cros_gralloc_buffer.cc | 12 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 …]
|
D | cros_gralloc_buffer.h | 13 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 &);
|
D | cros_gralloc_driver.h | 52 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>>
|
D | cros_gralloc_driver.cc | 148 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/ |
D | Android.gralloc.mk | 8 cros_gralloc/cros_gralloc_buffer.cc \
|
D | Android.bp | 89 "cros_gralloc/cros_gralloc_buffer.cc",
|