/aosp12/hardware/qcom/sm7250/display/gralloc/ |
H A D | gr_allocator.cpp | 87 return BufferInfo(descriptor.GetWidth(), descriptor.GetHeight(), descriptor.GetFormat(), in GetBufferInfo() 176 cur_uncached = UseUncached(descriptors[i]->GetFormat(), descriptors[i]->GetUsage()); in CheckForBufferSharing()
|
H A D | gr_buf_descriptor.h | 69 int GetFormat() const { return format_; } in GetFormat() function
|
H A D | gr_buf_mgr.cpp | 57 return BufferInfo(descriptor.GetWidth(), descriptor.GetHeight(), descriptor.GetFormat(), in GetBufferInfo() 1001 int format = GetImplDefinedFormat(usage, descriptor.GetFormat()); in AllocateBuffer()
|
/aosp12/hardware/qcom/sm8150/display/gralloc/ |
H A D | gr_allocator.cpp | 95 return BufferInfo(descriptor.GetWidth(), descriptor.GetHeight(), descriptor.GetFormat(), in GetBufferInfo() 184 cur_uncached = UseUncached(descriptors[i]->GetFormat(), descriptors[i]->GetUsage()); in CheckForBufferSharing()
|
H A D | gr_buf_descriptor.h | 70 int GetFormat() const { return format_; } in GetFormat() function
|
/aosp12/packages/apps/LegacyCamera/jni/feature_mos/src/mosaic_renderer/ |
H A D | FrameBuffer.h | 18 GLenum GetFormat() const;
|
H A D | FrameBuffer.cpp | 86 GLenum FrameBuffer::GetFormat() const { in GetFormat() function in FrameBuffer
|
/aosp12/hardware/qcom/display/msm8998/libgralloc1/ |
H A D | gr_buf_mgr.cpp | 111 descriptor->GetFormat())); in AllocateBuffers() 168 int flags = GetHandleFlags(descriptor.GetFormat(), descriptor.GetProducerUsage(), in CreateSharedHandle() 170 int buffer_type = GetBufferType(descriptor.GetFormat()); in CreateSharedHandle() 180 descriptor.GetFormat(), in CreateSharedHandle() 445 int format = descriptor.GetFormat(); in AllocateBuffer() 844 descriptor.GetFormat()); in ValidateBufferSize()
|
H A D | gr_buf_descriptor.h | 78 int GetFormat() const { return format_; } in GetFormat() function
|
H A D | gr_allocator.cpp | 221 int format = descriptor.GetFormat(); in GetSize() 789 int format = descriptor.GetFormat(); in GetAlignedWidthAndHeight()
|
/aosp12/hardware/qcom/display/msm8909w_3100/libgralloc1/ |
H A D | gr_buf_mgr.cpp | 38 return BufferInfo(descriptor.GetWidth(), descriptor.GetHeight(), descriptor.GetFormat(), in GetBufferInfo() 110 descriptor->GetFormat())); in AllocateBuffers() 169 int flags = GetHandleFlags(descriptor.GetFormat(), descriptor.GetProducerUsage(), in CreateSharedHandle() 171 int buffer_type = GetBufferType(descriptor.GetFormat()); in CreateSharedHandle() 182 descriptor.GetFormat(), in CreateSharedHandle() 464 int format = descriptor.GetFormat(); in AllocateBuffer()
|
H A D | gr_buf_descriptor.h | 79 int GetFormat() const { return format_; } in GetFormat() function
|
H A D | gr_allocator.cpp | 74 return BufferInfo(descriptor.GetWidth(), descriptor.GetHeight(), descriptor.GetFormat(), in GetBufferInfo()
|
/aosp12/hardware/qcom/display/msm8996/libgralloc1/ |
H A D | gr_buf_mgr.cpp | 111 descriptor->GetFormat())); in AllocateBuffers() 168 int flags = GetHandleFlags(descriptor.GetFormat(), descriptor.GetProducerUsage(), in CreateSharedHandle() 170 int buffer_type = GetBufferType(descriptor.GetFormat()); in CreateSharedHandle() 181 descriptor.GetFormat(), in CreateSharedHandle() 453 int format = descriptor.GetFormat(); in AllocateBuffer() 852 descriptor.GetFormat()); in ValidateBufferSize()
|
H A D | gr_buf_descriptor.h | 78 int GetFormat() const { return format_; } in GetFormat() function
|
H A D | gr_allocator.cpp | 220 int format = descriptor.GetFormat(); in GetSize() 787 int format = descriptor.GetFormat(); in GetAlignedWidthAndHeight()
|
/aosp12/hardware/qcom/display/msm8909/gralloc/ |
H A D | gr_buf_mgr.cpp | 38 return BufferInfo(descriptor.GetWidth(), descriptor.GetHeight(), descriptor.GetFormat(), in GetBufferInfo() 110 descriptor->GetFormat())); in AllocateBuffers() 169 int flags = GetHandleFlags(descriptor.GetFormat(), descriptor.GetProducerUsage(), in CreateSharedHandle() 171 int buffer_type = GetBufferType(descriptor.GetFormat()); in CreateSharedHandle() 182 descriptor.GetFormat(), in CreateSharedHandle() 467 int format = descriptor.GetFormat(); in AllocateBuffer()
|
H A D | gr_buf_descriptor.h | 79 int GetFormat() const { return format_; } in GetFormat() function
|
H A D | gr_allocator.cpp | 74 return BufferInfo(descriptor.GetWidth(), descriptor.GetHeight(), descriptor.GetFormat(), in GetBufferInfo()
|
/aosp12/packages/apps/LegacyCamera/jni/feature_stab/src/dbregtest/ |
H A D | PgmImage.h | 71 int GetFormat() const { return m_format; } in GetFormat() function
|
H A D | dbregtest.cpp | 166 int format = ref.GetFormat(); in main()
|
/aosp12/hardware/qcom/sdm845/display/gralloc/ |
H A D | gr_buf_descriptor.h | 91 int GetFormat() const { return format_; } in GetFormat() function
|
H A D | gr_buf_mgr.cpp | 36 return BufferInfo(descriptor.GetWidth(), descriptor.GetHeight(), descriptor.GetFormat(), in GetBufferInfo() 309 int format = allocator_->GetImplDefinedFormat(usage, descriptor.GetFormat()); in AllocateBuffer()
|
H A D | gr_allocator.cpp | 74 return BufferInfo(descriptor.GetWidth(), descriptor.GetHeight(), descriptor.GetFormat(), in GetBufferInfo()
|
/aosp12/art/compiler/optimizing/ |
H A D | code_generator.cc | 658 Location::ConstantLocation(instruction->GetFormat())); in CreateStringBuilderAppendLocations() 660 uint32_t format = static_cast<uint32_t>(instruction->GetFormat()->GetValue()); in CreateStringBuilderAppendLocations()
|