/aosp12/hardware/qcom/sdm845/display/gralloc/ |
H A D | gr_allocator.h | 56 int GetImplDefinedFormat(uint64_t usage, int format);
|
H A D | gr_buf_mgr.cpp | 88 info.format = allocator_->GetImplDefinedFormat(info.usage, info.format); in ValidateBufferSize() 309 int format = allocator_->GetImplDefinedFormat(usage, descriptor.GetFormat()); in AllocateBuffer()
|
H A D | gr_allocator.cpp | 182 int Allocator::GetImplDefinedFormat(uint64_t usage, int format) { in GetImplDefinedFormat() function in gralloc::Allocator
|
/aosp12/hardware/qcom/display/msm8909w_3100/libgralloc1/ |
H A D | gr_allocator.h | 62 int GetImplDefinedFormat(gralloc1_producer_usage_t prod_usage,
|
H A D | gr_allocator.cpp | 188 int Allocator::GetImplDefinedFormat(gralloc1_producer_usage_t prod_usage, in GetImplDefinedFormat() function in gralloc1::Allocator
|
H A D | gr_buf_mgr.cpp | 108 descriptor->SetColorFormat(allocator_->GetImplDefinedFormat(descriptor->GetProducerUsage(), in AllocateBuffers() 470 int gralloc_format = allocator_->GetImplDefinedFormat(prod_usage, cons_usage, format); in AllocateBuffer()
|
/aosp12/hardware/qcom/display/msm8909/gralloc/ |
H A D | gr_allocator.h | 62 int GetImplDefinedFormat(gralloc1_producer_usage_t prod_usage,
|
H A D | gr_allocator.cpp | 188 int Allocator::GetImplDefinedFormat(gralloc1_producer_usage_t prod_usage, in GetImplDefinedFormat() function in gralloc1::Allocator
|
H A D | gr_buf_mgr.cpp | 108 descriptor->SetColorFormat(allocator_->GetImplDefinedFormat(descriptor->GetProducerUsage(), in AllocateBuffers() 473 int gralloc_format = allocator_->GetImplDefinedFormat(prod_usage, cons_usage, format); in AllocateBuffer()
|
/aosp12/hardware/qcom/display/msm8996/libgralloc1/ |
H A D | gr_allocator.h | 63 int GetImplDefinedFormat(gralloc1_producer_usage_t prod_usage,
|
H A D | gr_buf_mgr.cpp | 109 descriptor->SetColorFormat(allocator_->GetImplDefinedFormat(descriptor->GetProducerUsage(), in AllocateBuffers() 459 int gralloc_format = allocator_->GetImplDefinedFormat(prod_usage, cons_usage, format); in AllocateBuffer() 850 const int format = allocator_->GetImplDefinedFormat(descriptor.GetProducerUsage(), in ValidateBufferSize()
|
H A D | gr_allocator.cpp | 463 int Allocator::GetImplDefinedFormat(gralloc1_producer_usage_t prod_usage, in GetImplDefinedFormat() function in gralloc1::Allocator
|
/aosp12/hardware/qcom/display/msm8998/libgralloc1/ |
H A D | gr_allocator.h | 63 int GetImplDefinedFormat(gralloc1_producer_usage_t prod_usage,
|
H A D | gr_buf_mgr.cpp | 109 descriptor->SetColorFormat(allocator_->GetImplDefinedFormat(descriptor->GetProducerUsage(), in AllocateBuffers() 451 int gralloc_format = allocator_->GetImplDefinedFormat(prod_usage, cons_usage, format); in AllocateBuffer() 842 const int format = allocator_->GetImplDefinedFormat(descriptor.GetProducerUsage(), in ValidateBufferSize()
|
H A D | gr_allocator.cpp | 464 int Allocator::GetImplDefinedFormat(gralloc1_producer_usage_t prod_usage, in GetImplDefinedFormat() function in gralloc1::Allocator
|
/aosp12/hardware/qcom/sm8150/display/gralloc/ |
H A D | gr_utils.h | 208 int GetImplDefinedFormat(uint64_t usage, int format);
|
H A D | QtiMapper4.cpp | 307 gralloc::GetImplDefinedFormat(description.usage, static_cast<int>(description.format)); in getFromBufferDescriptorInfo() 331 gralloc::GetImplDefinedFormat(description.usage, static_cast<int>(description.format)); in getFromBufferDescriptorInfo()
|
H A D | QtiMapperExtensions.cpp | 352 int custom_format = gralloc::GetImplDefinedFormat(usage, format); in getFormatLayout()
|
H A D | gr_utils.cpp | 1317 int GetImplDefinedFormat(uint64_t usage, int format) { in GetImplDefinedFormat() function 1365 *custom_format = GetImplDefinedFormat(usage, format); in GetCustomFormatFlags()
|
H A D | gr_buf_mgr.cpp | 753 info.format = GetImplDefinedFormat(info.usage, info.format); in ValidateBufferSize() 995 int format = GetImplDefinedFormat(usage, descriptor.GetFormat()); in AllocateBuffer()
|
/aosp12/hardware/qcom/sm7250/display/gralloc/ |
H A D | QtiMapper4.cpp | 307 gralloc::GetImplDefinedFormat(description.usage, static_cast<int>(description.format)); in getFromBufferDescriptorInfo() 331 gralloc::GetImplDefinedFormat(description.usage, static_cast<int>(description.format)); in getFromBufferDescriptorInfo()
|
H A D | gr_utils.h | 223 int GetImplDefinedFormat(uint64_t usage, int format);
|
H A D | QtiMapperExtensions.cpp | 353 int custom_format = gralloc::GetImplDefinedFormat(usage, format); in getFormatLayout()
|
H A D | gr_utils.cpp | 1366 int GetImplDefinedFormat(uint64_t usage, int format) { in GetImplDefinedFormat() function 1418 *custom_format = GetImplDefinedFormat(usage, format); in GetCustomFormatFlags()
|
H A D | gr_buf_mgr.cpp | 751 info.format = GetImplDefinedFormat(info.usage, info.format); in ValidateBufferSize() 1001 int format = GetImplDefinedFormat(usage, descriptor.GetFormat()); in AllocateBuffer()
|