Home
last modified time | relevance | path

Searched defs:consumer_usage (Results 1 – 15 of 15) sorted by relevance

/hardware/qcom/display/msm8998/sdm/libs/hwc2/
Dhwc_buffer_allocator.cpp87 uint64_t consumer_usage = UINT64(alloc_flags); in AllocateBuffer() local
130 gralloc1_consumer_usage_t consumer_usage = GRALLOC1_CONSUMER_USAGE_NONE; in GetAlignedWidthAndHeight() local
162 uint64_t consumer_usage = GRALLOC1_CONSUMER_USAGE_NONE; in GetBufferSize() local
303 uint64_t consumer_usage = GRALLOC1_CONSUMER_USAGE_NONE; in GetAllocatedBufferInfo() local
/hardware/qcom/display/msm8996/sdm/libs/hwc2/
Dhwc_buffer_allocator.cpp82 uint64_t consumer_usage = UINT64(alloc_flags); in AllocateBuffer() local
124 gralloc1_consumer_usage_t consumer_usage = GRALLOC1_CONSUMER_USAGE_NONE; in GetAlignedWidthAndHeight() local
156 uint64_t consumer_usage = GRALLOC1_CONSUMER_USAGE_NONE; in GetBufferSize() local
297 uint64_t consumer_usage = GRALLOC1_CONSUMER_USAGE_NONE; in GetAllocatedBufferInfo() local
/hardware/qcom/display/msm8909w_3100/sdm/libs/hwc2/
Dhwc_buffer_allocator.cpp93 uint64_t consumer_usage = alloc_flags; in AllocateBuffer() local
136 gralloc1_consumer_usage_t consumer_usage = GRALLOC1_CONSUMER_USAGE_NONE; in GetAlignedWidthAndHeight() local
171 gralloc1_consumer_usage_t consumer_usage = GRALLOC1_CONSUMER_USAGE_NONE; in GetBufferSize() local
324 gralloc1_consumer_usage_t consumer_usage = GRALLOC1_CONSUMER_USAGE_NONE; in GetAllocatedBufferInfo() local
/hardware/qcom/display/msm8909/sdm/libs/hwc2/
Dhwc_buffer_allocator.cpp115 uint64_t consumer_usage = (alloc_flags | GRALLOC1_CONSUMER_USAGE_HWCOMPOSER); in AllocateBuffer() local
160 gralloc1_consumer_usage_t consumer_usage = GRALLOC1_CONSUMER_USAGE_NONE; in GetAlignedWidthAndHeight() local
195 gralloc1_consumer_usage_t consumer_usage = GRALLOC1_CONSUMER_USAGE_NONE; in GetBufferSize() local
348 gralloc1_consumer_usage_t consumer_usage = GRALLOC1_CONSUMER_USAGE_NONE; in GetAllocatedBufferInfo() local
/hardware/qcom/display/msm8909w_3100/libgralloc1/
Dgr_buf_mgr.cpp644 uint64_t consumer_usage = va_arg(args, uint64_t); in Perform() local
778 gralloc1_consumer_usage_t consumer_usage = static_cast<gralloc1_consumer_usage_t>(c_usage); in Perform() local
802 gralloc1_consumer_usage_t consumer_usage = static_cast<gralloc1_consumer_usage_t>(c_usage); in Perform() local
Dgr_priv_handle.h93 gralloc1_consumer_usage_t consumer_usage __attribute__((aligned(8))); member
/hardware/qcom/display/msm8996/libgralloc1/
Dgr_buf_mgr.cpp614 uint64_t consumer_usage = va_arg(args, uint64_t); in Perform() local
712 gralloc1_consumer_usage_t consumer_usage = static_cast<gralloc1_consumer_usage_t>(c_usage); in Perform() local
730 gralloc1_consumer_usage_t consumer_usage = static_cast<gralloc1_consumer_usage_t>(c_usage); in Perform() local
Dgr_priv_handle.h86 gralloc1_consumer_usage_t consumer_usage __attribute__((aligned(8))); member
/hardware/qcom/display/msm8998/libgralloc1/
Dgr_buf_mgr.cpp606 uint64_t consumer_usage = va_arg(args, uint64_t); in Perform() local
704 gralloc1_consumer_usage_t consumer_usage = static_cast<gralloc1_consumer_usage_t>(c_usage); in Perform() local
722 gralloc1_consumer_usage_t consumer_usage = static_cast<gralloc1_consumer_usage_t>(c_usage); in Perform() local
Dgr_priv_handle.h88 gralloc1_consumer_usage_t consumer_usage __attribute__((aligned(8))); member
/hardware/qcom/display/msm8909/gralloc/
Dgr_buf_mgr.cpp647 uint64_t consumer_usage = va_arg(args, uint64_t); in Perform() local
778 gralloc1_consumer_usage_t consumer_usage = static_cast<gralloc1_consumer_usage_t>(c_usage); in Perform() local
803 gralloc1_consumer_usage_t consumer_usage = static_cast<gralloc1_consumer_usage_t>(c_usage); in Perform() local
Dgr_priv_handle.h92 gralloc1_consumer_usage_t consumer_usage __attribute__((aligned(8))); member
/hardware/qcom/display/msm8996/libgralloc/
Dgralloc_priv.h241 int consumer_usage; member
/hardware/qcom/display/msm8994/libgralloc/
Dgralloc_priv.h238 int consumer_usage; member
/hardware/qcom/sdm845/display/gralloc/
Dgr_device_impl.cpp136 static uint64_t ConsumerUsageToBufferUsage(gralloc1_consumer_usage_t consumer_usage) { in ConsumerUsageToBufferUsage()