• Home
  • Raw
  • Download

Lines Matching refs:private_handle_t

96             flags |= private_handle_t::PRIV_FLAGS_EXTERNAL_ONLY;  in gralloc_alloc_buffer()
99 flags |= private_handle_t::PRIV_FLAGS_EXTERNAL_BLOCK; in gralloc_alloc_buffer()
102 flags |= private_handle_t::PRIV_FLAGS_EXTERNAL_CC; in gralloc_alloc_buffer()
110 flags |= private_handle_t::PRIV_FLAGS_ITU_R_601_FR; in gralloc_alloc_buffer()
114 flags |= private_handle_t::PRIV_FLAGS_ITU_R_709; in gralloc_alloc_buffer()
116 flags |= private_handle_t::PRIV_FLAGS_ITU_R_601_FR; in gralloc_alloc_buffer()
119 flags |= private_handle_t::PRIV_FLAGS_ITU_R_601; in gralloc_alloc_buffer()
124 flags |= private_handle_t::PRIV_FLAGS_VIDEO_ENCODER; in gralloc_alloc_buffer()
128 flags |= private_handle_t::PRIV_FLAGS_CAMERA_WRITE; in gralloc_alloc_buffer()
132 flags |= private_handle_t::PRIV_FLAGS_CAMERA_READ; in gralloc_alloc_buffer()
136 flags |= private_handle_t::PRIV_FLAGS_HW_COMPOSER; in gralloc_alloc_buffer()
140 flags |= private_handle_t::PRIV_FLAGS_HW_TEXTURE; in gralloc_alloc_buffer()
145 private_handle_t *hnd = new private_handle_t(data.fd, size, flags, in gralloc_alloc_buffer()
213 private_handle_t* hnd = new private_handle_t( in gralloc_alloc_framebuffer_locked()
215 private_handle_t::PRIV_FLAGS_USES_PMEM | in gralloc_alloc_framebuffer_locked()
216 private_handle_t::PRIV_FLAGS_FRAMEBUFFER, in gralloc_alloc_framebuffer_locked()
313 int gpu_context_t::free_impl(private_handle_t const* hnd) { in free_impl()
315 if (hnd->flags & private_handle_t::PRIV_FLAGS_FRAMEBUFFER) { in free_impl()
321 terminateBuffer(&m->base, const_cast<private_handle_t*>(hnd)); in free_impl()
365 if (private_handle_t::validate(handle) < 0) in gralloc_free()
368 private_handle_t const* hnd = reinterpret_cast<private_handle_t const*>(handle); in gralloc_free()