Home
last modified time | relevance | path

Searched refs:alloc_type (Results 1 – 25 of 28) sorted by relevance

12

/hardware/qcom/display/msm8996/sdm/libs/hwc/
Dhwc_buffer_allocator.cpp110 meta_buffer_info->alloc_type = data.allocType; in AllocateBuffer()
125 gralloc::IMemAlloc *memalloc = alloc_controller_->getAllocator(meta_buffer_info->alloc_type); in FreeBuffer()
127 DLOGE("Memalloc handle is NULL, alloc type %d", meta_buffer_info->alloc_type); in FreeBuffer()
144 meta_buffer_info->alloc_type = 0; in FreeBuffer()
Dhwc_buffer_allocator.h55 int alloc_type; //!< Specifies allocation type set by the buffer allocator. member
/hardware/qcom/display/msm8909w_3100/libgralloc1/
Dgr_allocator.cpp102 GetIonHeapInfo(prod_usage, cons_usage, &alloc_data->heap_id, &alloc_data->alloc_type, in AllocateMem()
107 alloc_data->alloc_type |= private_handle_t::PRIV_FLAGS_USES_ION; in AllocateMem()
258 unsigned int *alloc_type, unsigned int *ion_flags) { in GetIonHeapInfo() argument
306 *alloc_type = type; in GetIonHeapInfo()
Dgr_ion_alloc.h56 unsigned int alloc_type = 0x0; member
Dgr_allocator.h68 unsigned int *ion_heap_id, unsigned int *alloc_type, unsigned int *ion_flags);
/hardware/qcom/display/msm8909/gralloc/
Dgr_allocator.cpp102 GetIonHeapInfo(prod_usage, cons_usage, &alloc_data->heap_id, &alloc_data->alloc_type, in AllocateMem()
107 alloc_data->alloc_type |= private_handle_t::PRIV_FLAGS_USES_ION; in AllocateMem()
258 unsigned int *alloc_type, unsigned int *ion_flags) { in GetIonHeapInfo() argument
306 *alloc_type = type; in GetIonHeapInfo()
Dgr_ion_alloc.h56 unsigned int alloc_type = 0x0; member
Dgr_allocator.h68 unsigned int *ion_heap_id, unsigned int *alloc_type, unsigned int *ion_flags);
/hardware/qcom/display/msm8909w_3100/sdm/libs/hwc/
Dhwc_buffer_allocator.cpp117 meta_buffer_info->alloc_type = data.allocType; in AllocateBuffer()
131 gralloc::IMemAlloc *memalloc = alloc_controller_->getAllocator(meta_buffer_info->alloc_type); in FreeBuffer()
133 DLOGE("Memalloc handle is NULL, alloc type %d", meta_buffer_info->alloc_type); in FreeBuffer()
152 meta_buffer_info->alloc_type = 0; in FreeBuffer()
/hardware/qcom/display/msm8909/sdm/libs/hwc/
Dhwc_buffer_allocator.cpp117 meta_buffer_info->alloc_type = data.allocType; in AllocateBuffer()
131 gralloc::IMemAlloc *memalloc = alloc_controller_->getAllocator(meta_buffer_info->alloc_type); in FreeBuffer()
133 DLOGE("Memalloc handle is NULL, alloc type %d", meta_buffer_info->alloc_type); in FreeBuffer()
152 meta_buffer_info->alloc_type = 0; in FreeBuffer()
Dhwc_buffer_allocator.h61 int alloc_type; //!< Specifies allocation type set by the buffer allocator. member
/hardware/qcom/display/msm8998/libgralloc1/
Dgr_ion_alloc.h56 unsigned int alloc_type = 0x0; member
Dgr_allocator.h92 unsigned int *ion_heap_id, unsigned int *alloc_type, unsigned int *ion_flags);
Dgr_allocator.cpp111 GetIonHeapInfo(prod_usage, cons_usage, &alloc_data->heap_id, &alloc_data->alloc_type, in AllocateMem()
116 alloc_data->alloc_type |= private_handle_t::PRIV_FLAGS_USES_ION; in AllocateMem()
548 unsigned int *alloc_type, unsigned int *ion_flags) { in GetIonHeapInfo() argument
596 *alloc_type = type; in GetIonHeapInfo()
Dgr_buf_mgr.cpp506 flags |= data.alloc_type; in AllocateBuffer()
/hardware/qcom/display/msm8996/libgralloc1/
Dgr_ion_alloc.h56 unsigned int alloc_type = 0x0; member
Dgr_allocator.h92 unsigned int *ion_heap_id, unsigned int *alloc_type, unsigned int *ion_flags);
Dgr_allocator.cpp110 GetIonHeapInfo(prod_usage, cons_usage, &alloc_data->heap_id, &alloc_data->alloc_type, in AllocateMem()
115 alloc_data->alloc_type |= private_handle_t::PRIV_FLAGS_USES_ION; in AllocateMem()
546 unsigned int *alloc_type, unsigned int *ion_flags) { in GetIonHeapInfo() argument
594 *alloc_type = type; in GetIonHeapInfo()
/hardware/qcom/display/msm8998/sdm/libs/hwc2/
Dhwc_buffer_allocator.h56 void GetAlignedWidthAndHeight(int width, int height, int format, uint32_t alloc_type,
/hardware/qcom/display/msm8996/sdm/libs/hwc2/
Dhwc_buffer_allocator.h56 void GetAlignedWidthAndHeight(int width, int height, int format, uint32_t alloc_type,
Dhwc_buffer_allocator.cpp120 uint32_t alloc_type, int *aligned_width, in GetAlignedWidthAndHeight() argument
125 if (alloc_type & GRALLOC_USAGE_HW_FB) { in GetAlignedWidthAndHeight()
/hardware/qcom/display/msm8909w_3100/sdm/libs/hwc2/
Dhwc_buffer_allocator.h56 void GetAlignedWidthAndHeight(int width, int height, int format, uint32_t alloc_type,
Dhwc_buffer_allocator.cpp132 uint32_t alloc_type, int *aligned_width, in GetAlignedWidthAndHeight() argument
137 if (alloc_type & GRALLOC_USAGE_HW_FB) { in GetAlignedWidthAndHeight()
140 if (alloc_type & GRALLOC_USAGE_PRIVATE_ALLOC_UBWC) { in GetAlignedWidthAndHeight()
/hardware/qcom/display/msm8909/sdm/libs/hwc2/
Dhwc_buffer_allocator.cpp156 uint32_t alloc_type, int *aligned_width, in GetAlignedWidthAndHeight() argument
161 if (alloc_type & GRALLOC_USAGE_HW_FB) { in GetAlignedWidthAndHeight()
164 if (alloc_type & GRALLOC_USAGE_PRIVATE_ALLOC_UBWC) { in GetAlignedWidthAndHeight()
Dhwc_buffer_allocator.h55 void GetAlignedWidthAndHeight(int width, int height, int format, uint32_t alloc_type,

12