/hardware/qcom/sdm845/display/gralloc/ |
D | gr_allocator.h | 56 int GetImplDefinedFormat(uint64_t usage, int format);
|
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()
|
D | gr_allocator.cpp | 182 int Allocator::GetImplDefinedFormat(uint64_t usage, int format) { in GetImplDefinedFormat() function in gralloc::Allocator
|
/hardware/qcom/display/msm8909/gralloc/ |
D | gr_allocator.h | 62 int GetImplDefinedFormat(gralloc1_producer_usage_t prod_usage,
|
D | gr_allocator.cpp | 188 int Allocator::GetImplDefinedFormat(gralloc1_producer_usage_t prod_usage, in GetImplDefinedFormat() function in gralloc1::Allocator
|
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()
|
/hardware/qcom/display/msm8909w_3100/libgralloc1/ |
D | gr_allocator.h | 62 int GetImplDefinedFormat(gralloc1_producer_usage_t prod_usage,
|
D | gr_allocator.cpp | 188 int Allocator::GetImplDefinedFormat(gralloc1_producer_usage_t prod_usage, in GetImplDefinedFormat() function in gralloc1::Allocator
|
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()
|
/hardware/qcom/display/msm8996/libgralloc1/ |
D | gr_allocator.h | 63 int GetImplDefinedFormat(gralloc1_producer_usage_t prod_usage,
|
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()
|
D | gr_allocator.cpp | 463 int Allocator::GetImplDefinedFormat(gralloc1_producer_usage_t prod_usage, in GetImplDefinedFormat() function in gralloc1::Allocator
|
/hardware/qcom/display/msm8998/libgralloc1/ |
D | gr_allocator.h | 63 int GetImplDefinedFormat(gralloc1_producer_usage_t prod_usage,
|
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()
|
D | gr_allocator.cpp | 464 int Allocator::GetImplDefinedFormat(gralloc1_producer_usage_t prod_usage, in GetImplDefinedFormat() function in gralloc1::Allocator
|