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
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()
Dcros_gralloc_buffer.h13 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 &);
Dcros_gralloc_driver.h38 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>>
Dcros_gralloc_driver.cc156 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/
DAndroid.gralloc.mk8 cros_gralloc/cros_gralloc_buffer.cc \
DAndroid.bp38 "cros_gralloc/cros_gralloc_buffer.cc",