Searched refs:use_placeholder (Results 1 – 5 of 5) sorted by relevance
/hardware/google/gchips/gralloc4/src/allocator/ |
D | mali_gralloc_ion.cpp | 208 …eap(uint64_t usage, size_t size, const std::string& buffer_name = "", bool use_placeholder = false) in alloc_from_dmabuf_heap() argument 213 auto heap_name = use_placeholder ? "system" : select_dmabuf_heap(usage); in alloc_from_dmabuf_heap() 214 if (use_placeholder) size = 1; in alloc_from_dmabuf_heap() 362 bool *shared_backend, bool use_placeholder) in mali_gralloc_ion_allocate() argument 406 …oc_from_dmabuf_heap(usage, bufDescriptor->alloc_sizes[fidx], bufDescriptor->name, use_placeholder); in mali_gralloc_ion_allocate() 419 if (use_placeholder) return 0; in mali_gralloc_ion_allocate()
|
D | mali_gralloc_ion.h | 27 bool use_placeholder = false);
|
/hardware/google/gchips/gralloc4/src/core/ |
D | mali_gralloc_bufferallocation.h | 103 bool use_placeholder = false);
|
D | mali_gralloc_bufferallocation.cpp | 1184 bool use_placeholder) in mali_gralloc_buffer_allocate() argument 1223 err = mali_gralloc_ion_allocate(descriptors, numDescriptors, pHandle, &shared, use_placeholder); in mali_gralloc_buffer_allocate()
|
/hardware/google/gchips/gralloc4/src/hidl_common/ |
D | Allocator.cpp | 83 bool use_placeholder = bufferDescriptor.producer_usage & GRALLOC_USAGE_PLACEHOLDER_BUFFER; in allocate() local 105 …t = mali_gralloc_buffer_allocate(grallocBufferDescriptor, 1, &tmpBuffer, nullptr, use_placeholder); in allocate()
|