Home
last modified time | relevance | path

Searched refs:allocType (Results 1 – 5 of 5) sorted by relevance

/hardware/qcom/display/libgralloc/
Dalloc_controller.cpp100 data.allocType = 0; in allocate()
143 data.allocType |= private_handle_t::PRIV_FLAGS_USES_ION; in allocate()
145 data.allocType |= private_handle_t::PRIV_FLAGS_NONCONTIGUOUS_MEM; in allocate()
147 data.allocType |= private_handle_t::PRIV_FLAGS_SECURE_BUFFER; in allocate()
262 data.allocType, 0, format, in alloc_buffer()
Dmemalloc.h46 int allocType; member
Dgpu.cpp168 flags |= data.allocType; in gralloc_alloc_buffer()
/hardware/qcom/display/liboverlay/
DoverlayMem.h157 mAllocType = data.allocType; in open()
/hardware/qcom/display/libcopybit/
Dcopybit_c2d.cpp957 IMemAlloc* memalloc = sAlloc->getAllocator(data.allocType); in free_temp_buffer()
1098 dst_hnd->flags = ctx->temp_dst_buffer.allocType; in stretch_copybit_internal()
1166 src_hnd->flags = ctx->temp_src_buffer.allocType; in stretch_copybit_internal()