Searched refs:GRALLOC1_CONSUMER_USAGE_NONE (Results 1 – 25 of 26) sorted by relevance
12
/hardware/qcom/display/msm8909/gralloc/ |
D | gr_buf_descriptor.h | 46 consumer_usage_(GRALLOC1_CONSUMER_USAGE_NONE), in BufferDescriptor() 91 gralloc1_consumer_usage_t consumer_usage_ = GRALLOC1_CONSUMER_USAGE_NONE;
|
D | gr_utils.h | 49 gralloc1_consumer_usage_t cons = GRALLOC1_CONSUMER_USAGE_NONE) : width(w), height(h), in width()
|
D | gr_priv_handle.h | 114 gralloc1_consumer_usage_t cons_usage = GRALLOC1_CONSUMER_USAGE_NONE)
|
D | gr_device_impl.cpp | 460 (cons_usage != GRALLOC1_CONSUMER_USAGE_NONE)) { in LockBuffer()
|
D | gr_buf_mgr.cpp | 506 allocator_->AllocateMem(&e_data, GRALLOC1_PRODUCER_USAGE_NONE, GRALLOC1_CONSUMER_USAGE_NONE); in AllocateBuffer()
|
/hardware/qcom/display/msm8998/libgralloc1/ |
D | gr_buf_descriptor.h | 45 consumer_usage_(GRALLOC1_CONSUMER_USAGE_NONE), in BufferDescriptor() 90 gralloc1_consumer_usage_t consumer_usage_ = GRALLOC1_CONSUMER_USAGE_NONE;
|
D | gr_priv_handle.h | 110 gralloc1_consumer_usage_t cons_usage = GRALLOC1_CONSUMER_USAGE_NONE)
|
D | gr_device_impl.cpp | 459 (cons_usage != GRALLOC1_CONSUMER_USAGE_NONE)) { in LockBuffer()
|
D | gr_buf_mgr.cpp | 482 allocator_->AllocateMem(&e_data, GRALLOC1_PRODUCER_USAGE_NONE, GRALLOC1_CONSUMER_USAGE_NONE); in AllocateBuffer()
|
/hardware/qcom/display/msm8996/libgralloc1/ |
D | gr_buf_descriptor.h | 45 consumer_usage_(GRALLOC1_CONSUMER_USAGE_NONE), in BufferDescriptor() 90 gralloc1_consumer_usage_t consumer_usage_ = GRALLOC1_CONSUMER_USAGE_NONE;
|
D | gr_priv_handle.h | 108 gralloc1_consumer_usage_t cons_usage = GRALLOC1_CONSUMER_USAGE_NONE)
|
D | gr_device_impl.cpp | 439 (cons_usage != GRALLOC1_CONSUMER_USAGE_NONE)) { in LockBuffer()
|
D | gr_buf_mgr.cpp | 490 allocator_->AllocateMem(&e_data, GRALLOC1_PRODUCER_USAGE_NONE, GRALLOC1_CONSUMER_USAGE_NONE); in AllocateBuffer()
|
/hardware/qcom/display/msm8909w_3100/libgralloc1/ |
D | gr_buf_descriptor.h | 46 consumer_usage_(GRALLOC1_CONSUMER_USAGE_NONE), in BufferDescriptor() 91 gralloc1_consumer_usage_t consumer_usage_ = GRALLOC1_CONSUMER_USAGE_NONE;
|
D | gr_utils.h | 49 gralloc1_consumer_usage_t cons = GRALLOC1_CONSUMER_USAGE_NONE) : width(w), height(h), in width()
|
D | gr_priv_handle.h | 115 gralloc1_consumer_usage_t cons_usage = GRALLOC1_CONSUMER_USAGE_NONE)
|
D | gr_device_impl.cpp | 461 (cons_usage != GRALLOC1_CONSUMER_USAGE_NONE)) { in LockBuffer()
|
/hardware/qcom/display/msm8909/sdm/libs/hwc2/ |
D | hwc_buffer_allocator.cpp | 160 gralloc1_consumer_usage_t consumer_usage = GRALLOC1_CONSUMER_USAGE_NONE; in GetAlignedWidthAndHeight() 195 gralloc1_consumer_usage_t consumer_usage = GRALLOC1_CONSUMER_USAGE_NONE; in GetBufferSize() 348 gralloc1_consumer_usage_t consumer_usage = GRALLOC1_CONSUMER_USAGE_NONE; in GetAllocatedBufferInfo() 396 Lock_(gralloc_device_, handle, GRALLOC1_PRODUCER_USAGE_CPU_READ, GRALLOC1_CONSUMER_USAGE_NONE, in MapBuffer()
|
/hardware/qcom/display/msm8909w_3100/sdm/libs/hwc2/ |
D | hwc_buffer_allocator.cpp | 136 gralloc1_consumer_usage_t consumer_usage = GRALLOC1_CONSUMER_USAGE_NONE; in GetAlignedWidthAndHeight() 171 gralloc1_consumer_usage_t consumer_usage = GRALLOC1_CONSUMER_USAGE_NONE; in GetBufferSize() 324 gralloc1_consumer_usage_t consumer_usage = GRALLOC1_CONSUMER_USAGE_NONE; in GetAllocatedBufferInfo() 372 Lock_(gralloc_device_, handle, GRALLOC1_PRODUCER_USAGE_CPU_READ, GRALLOC1_CONSUMER_USAGE_NONE, in MapBuffer()
|
/hardware/qcom/display/msm8998/sdm/libs/hwc2/ |
D | hwc_buffer_allocator.cpp | 130 gralloc1_consumer_usage_t consumer_usage = GRALLOC1_CONSUMER_USAGE_NONE; in GetAlignedWidthAndHeight() 162 uint64_t consumer_usage = GRALLOC1_CONSUMER_USAGE_NONE; in GetBufferSize() 303 uint64_t consumer_usage = GRALLOC1_CONSUMER_USAGE_NONE; in GetAllocatedBufferInfo()
|
/hardware/qcom/display/msm8996/sdm/libs/hwc2/ |
D | hwc_buffer_allocator.cpp | 124 gralloc1_consumer_usage_t consumer_usage = GRALLOC1_CONSUMER_USAGE_NONE; in GetAlignedWidthAndHeight() 156 uint64_t consumer_usage = GRALLOC1_CONSUMER_USAGE_NONE; in GetBufferSize() 297 uint64_t consumer_usage = GRALLOC1_CONSUMER_USAGE_NONE; in GetAllocatedBufferInfo()
|
/hardware/interfaces/graphics/allocator/2.0/utils/gralloc1-adapter/ |
D | Gralloc1On0Adapter.h | 113 consumerUsage(GRALLOC1_CONSUMER_USAGE_NONE) {} in Descriptor() 294 auto usage = GRALLOC1_CONSUMER_USAGE_NONE; in getConsumerUsageHook()
|
/hardware/libhardware/include/hardware/ |
D | gralloc1.h | 55 GRALLOC1_CONSUMER_USAGE_NONE = 0, enumerator
|
/hardware/qcom/sdm845/display/gralloc/ |
D | gr_device_impl.cpp | 607 (cons_usage != GRALLOC1_CONSUMER_USAGE_NONE)) { in LockBuffer()
|
/hardware/qcom/sm8150/display/gralloc/ |
D | gr_device_impl.cpp | 626 (cons_usage != GRALLOC1_CONSUMER_USAGE_NONE)) { in LockBuffer()
|
12