• Home
  • Raw
  • Download

Lines Matching refs:private_handle_t

94             flags |= private_handle_t::PRIV_FLAGS_EXTERNAL_ONLY;  in gralloc_alloc_buffer()
98 flags |= private_handle_t::PRIV_FLAGS_ITU_R_601; in gralloc_alloc_buffer()
103 flags |= private_handle_t::PRIV_FLAGS_ITU_R_601_FR; in gralloc_alloc_buffer()
112 flags |= private_handle_t::PRIV_FLAGS_ITU_R_709; in gralloc_alloc_buffer()
115 flags |= private_handle_t::PRIV_FLAGS_ITU_R_601_FR; 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()
144 flags |= private_handle_t::PRIV_FLAGS_SECURE_DISPLAY; in gralloc_alloc_buffer()
148 flags |= private_handle_t::PRIV_FLAGS_TILE_RENDERED; in gralloc_alloc_buffer()
152 flags |= private_handle_t::PRIV_FLAGS_UBWC_ALIGNED; in gralloc_alloc_buffer()
156 flags |= private_handle_t::PRIV_FLAGS_CPU_RENDERED; in gralloc_alloc_buffer()
163 flags |= private_handle_t::PRIV_FLAGS_NON_CPU_WRITER; in gralloc_alloc_buffer()
167 flags |= private_handle_t::PRIV_FLAGS_CACHED; in gralloc_alloc_buffer()
172 private_handle_t *hnd = new private_handle_t(data.fd, size, flags, in gralloc_alloc_buffer()
240 private_handle_t* hnd = new private_handle_t( in gralloc_alloc_framebuffer_locked()
242 private_handle_t::PRIV_FLAGS_USES_ION | in gralloc_alloc_framebuffer_locked()
243 private_handle_t::PRIV_FLAGS_FRAMEBUFFER, in gralloc_alloc_framebuffer_locked()
342 int gpu_context_t::free_impl(private_handle_t const* hnd) { in free_impl()
344 if (hnd->flags & private_handle_t::PRIV_FLAGS_FRAMEBUFFER) { in free_impl()
351 terminateBuffer(&m->base, const_cast<private_handle_t*>(hnd)); in free_impl()
395 if (private_handle_t::validate(handle) < 0) in gralloc_free()
398 private_handle_t const* hnd = reinterpret_cast<private_handle_t const*>(handle); in gralloc_free()