Home
last modified time | relevance | path

Searched refs:PRIV_FLAGS_FRAMEBUFFER (Results 1 – 14 of 14) sorted by relevance

/device/linaro/hikey/gralloc960/
Dmali_gralloc_reference.cpp64 if (hnd->flags & private_handle_t::PRIV_FLAGS_FRAMEBUFFER) in mali_gralloc_reference_retain()
108 if (hnd->flags & private_handle_t::PRIV_FLAGS_FRAMEBUFFER) in mali_gralloc_reference_release()
Dmali_gralloc_buffer.h79 PRIV_FLAGS_FRAMEBUFFER = 0x00000001, enumerator
237 return (flags & PRIV_FLAGS_FRAMEBUFFER) ? true : false; in usesPhysicallyContiguousMemory()
Dframebuffer_device.cpp99 if (hnd->flags & private_handle_t::PRIV_FLAGS_FRAMEBUFFER) in fb_post()
373 module->framebuffer = new private_handle_t(private_handle_t::PRIV_FLAGS_FRAMEBUFFER, fbSize, vaddr, in init_frame_buffer_locked()
501 …private_handle_t::PRIV_FLAGS_FRAMEBUFFER, framebufferSize, (void *)framebufferVaddr, consumer_usag… in fb_alloc_framebuffer_locked()
Dmali_gralloc_ion.cpp657 if (hnd->flags & private_handle_t::PRIV_FLAGS_FRAMEBUFFER) in mali_gralloc_ion_free()
/device/amlogic/yukawa/hal/gralloc/
Dmali_gralloc_reference.cpp64 if (hnd->flags & private_handle_t::PRIV_FLAGS_FRAMEBUFFER) in mali_gralloc_reference_retain()
108 if (hnd->flags & private_handle_t::PRIV_FLAGS_FRAMEBUFFER) in mali_gralloc_reference_release()
Dmali_gralloc_buffer.h79 PRIV_FLAGS_FRAMEBUFFER = 0x00000001, enumerator
261 return (flags & PRIV_FLAGS_FRAMEBUFFER) ? true : false; in usesPhysicallyContiguousMemory()
Dframebuffer_device.cpp99 if (hnd->flags & private_handle_t::PRIV_FLAGS_FRAMEBUFFER) in fb_post()
373 module->framebuffer = new private_handle_t(private_handle_t::PRIV_FLAGS_FRAMEBUFFER, fbSize, vaddr, in init_frame_buffer_locked()
501 …private_handle_t::PRIV_FLAGS_FRAMEBUFFER, framebufferSize, (void *)framebufferVaddr, consumer_usag… in fb_alloc_framebuffer_locked()
Dmali_gralloc_ion.cpp658 if (hnd->flags & private_handle_t::PRIV_FLAGS_FRAMEBUFFER) in mali_gralloc_ion_free()
/device/linaro/hikey/gralloc/
Dgralloc_priv.h146 PRIV_FLAGS_FRAMEBUFFER = 0x00000001, enumerator
326 return (flags & PRIV_FLAGS_FRAMEBUFFER) ? true : false; in usesPhysicallyContiguousMemory()
Dframebuffer_device.cpp84 if (hnd->flags & private_handle_t::PRIV_FLAGS_FRAMEBUFFER) in fb_post()
385 …module->framebuffer = new private_handle_t(private_handle_t::PRIV_FLAGS_FRAMEBUFFER, 0, fbSize, va… in init_frame_buffer_locked()
Dgralloc_module.cpp99 if (hnd->flags & private_handle_t::PRIV_FLAGS_FRAMEBUFFER) in gralloc_register_buffer()
253 if (hnd->flags & private_handle_t::PRIV_FLAGS_FRAMEBUFFER) in gralloc_unregister_buffer()
Dalloc_device.cpp419 …private_handle_t *hnd = new private_handle_t(private_handle_t::PRIV_FLAGS_FRAMEBUFFER, usage, size… in gralloc_alloc_framebuffer_locked()
653 if (hnd->flags & private_handle_t::PRIV_FLAGS_FRAMEBUFFER) in alloc_device_free()
/device/amlogic/yukawa/hal/gralloc/legacy/
Dalloc_device.cpp143 if (hnd->flags & private_handle_t::PRIV_FLAGS_FRAMEBUFFER) in alloc_device_free()
/device/linaro/hikey/gralloc960/legacy/
Dalloc_device.cpp142 if (hnd->flags & private_handle_t::PRIV_FLAGS_FRAMEBUFFER) in alloc_device_free()