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 22 cros_gralloc_buffer::~cros_gralloc_buffer() in ~cros_gralloc_buffer() 31 uint32_t cros_gralloc_buffer::get_id() const in get_id() 36 int32_t cros_gralloc_buffer::increase_refcount() in increase_refcount() 41 int32_t cros_gralloc_buffer::decrease_refcount() in decrease_refcount() 47 int32_t cros_gralloc_buffer::lock(const struct rectangle *rect, uint32_t map_flags, in lock() 84 int32_t cros_gralloc_buffer::unlock() in unlock()
|
D | cros_gralloc_buffer.h | 13 class cros_gralloc_buffer 16 cros_gralloc_buffer(uint32_t id, struct bo *acquire_bo, 18 ~cros_gralloc_buffer(); 31 cros_gralloc_buffer(cros_gralloc_buffer const &); 32 cros_gralloc_buffer operator=(cros_gralloc_buffer const &);
|
D | cros_gralloc_driver.h | 38 cros_gralloc_buffer *get_buffer(cros_gralloc_handle_t hnd); 42 std::unordered_map<uint32_t, cros_gralloc_buffer *> buffers_; 43 std::unordered_map<cros_gralloc_handle_t, std::pair<cros_gralloc_buffer *, int32_t>>
|
D | cros_gralloc_driver.cc | 156 auto buffer = new cros_gralloc_buffer(id, bo, hnd); in allocate() 215 buffer = new cros_gralloc_buffer(id, bo, nullptr); in retain() 320 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 | 38 "cros_gralloc/cros_gralloc_buffer.cc",
|