/hardware/qcom/display/msm8998/sdm/libs/hwc2/ |
D | hwc_buffer_allocator.cpp | 42 HWCBufferAllocator::HWCBufferAllocator() { in HWCBufferAllocator() function in sdm::HWCBufferAllocator 55 HWCBufferAllocator::~HWCBufferAllocator() { in ~HWCBufferAllocator() 61 DisplayError HWCBufferAllocator::AllocateBuffer(BufferInfo *buffer_info) { in AllocateBuffer() 107 DisplayError HWCBufferAllocator::FreeBuffer(BufferInfo *buffer_info) { in FreeBuffer() 119 void HWCBufferAllocator::GetCustomWidthAndHeight(const private_handle_t *handle, int *width, in GetCustomWidthAndHeight() 125 void HWCBufferAllocator::GetAlignedWidthAndHeight(int width, int height, int format, in GetAlignedWidthAndHeight() 139 uint32_t HWCBufferAllocator::GetBufferSize(BufferInfo *buffer_info) { in GetBufferSize() 171 int HWCBufferAllocator::SetBufferInfo(LayerBufferFormat format, int *target, int *flags) { in SetBufferInfo() 278 DisplayError HWCBufferAllocator::GetAllocatedBufferInfo( in GetAllocatedBufferInfo()
|
D | hwc_buffer_allocator.h | 46 class HWCBufferAllocator : public BufferAllocator { 48 HWCBufferAllocator(); 49 ~HWCBufferAllocator();
|
D | hwc_tonemapper.h | 75 explicit ToneMapSession(HWCBufferAllocator *buffer_allocator); 91 HWCBufferAllocator *buffer_allocator_ = nullptr; 102 explicit HWCToneMapper(HWCBufferAllocator *allocator) : buffer_allocator_(allocator) {} in HWCToneMapper() 118 HWCBufferAllocator *buffer_allocator_ = nullptr;
|
D | hwc_display_external.h | 39 static int Create(CoreInterface *core_intf, HWCBufferAllocator *buffer_allocator, 43 static int Create(CoreInterface *core_intf, HWCBufferAllocator *buffer_allocator, 52 HWCDisplayExternal(CoreInterface *core_intf, HWCBufferAllocator *buffer_allocator,
|
/hardware/qcom/display/msm8996/sdm/libs/hwc2/ |
D | hwc_buffer_allocator.cpp | 42 HWCBufferAllocator::HWCBufferAllocator() { in HWCBufferAllocator() function in sdm::HWCBufferAllocator 55 HWCBufferAllocator::~HWCBufferAllocator() { in ~HWCBufferAllocator() 61 DisplayError HWCBufferAllocator::AllocateBuffer(BufferInfo *buffer_info) { in AllocateBuffer() 101 DisplayError HWCBufferAllocator::FreeBuffer(BufferInfo *buffer_info) { in FreeBuffer() 113 void HWCBufferAllocator::GetCustomWidthAndHeight(const private_handle_t *handle, int *width, in GetCustomWidthAndHeight() 119 void HWCBufferAllocator::GetAlignedWidthAndHeight(int width, int height, int format, in GetAlignedWidthAndHeight() 133 uint32_t HWCBufferAllocator::GetBufferSize(BufferInfo *buffer_info) { in GetBufferSize() 165 int HWCBufferAllocator::SetBufferInfo(LayerBufferFormat format, int *target, int *flags) { in SetBufferInfo() 272 DisplayError HWCBufferAllocator::GetAllocatedBufferInfo( in GetAllocatedBufferInfo()
|
D | hwc_buffer_allocator.h | 46 class HWCBufferAllocator : public BufferAllocator { 48 HWCBufferAllocator(); 49 ~HWCBufferAllocator();
|
D | hwc_display_external.h | 39 static int Create(CoreInterface *core_intf, HWCBufferAllocator *buffer_allocator, 43 static int Create(CoreInterface *core_intf, HWCBufferAllocator *buffer_allocator, 52 HWCDisplayExternal(CoreInterface *core_intf, HWCBufferAllocator *buffer_allocator,
|
D | hwc_color_manager.h | 106 static HWCColorManager *CreateColorManager(HWCBufferAllocator *buffer_allocator); 112 explicit HWCColorManager(HWCBufferAllocator *buffer_allocator); 133 HWCBufferAllocator *buffer_allocator_ = NULL;
|
/hardware/qcom/display/msm8909w_3100/sdm/libs/hwc2/ |
D | hwc_buffer_allocator.cpp | 44 HWCBufferAllocator::HWCBufferAllocator() { in HWCBufferAllocator() function in sdm::HWCBufferAllocator 61 HWCBufferAllocator::~HWCBufferAllocator() { in ~HWCBufferAllocator() 67 DisplayError HWCBufferAllocator::AllocateBuffer(BufferInfo *buffer_info) { in AllocateBuffer() 112 DisplayError HWCBufferAllocator::FreeBuffer(BufferInfo *buffer_info) { in FreeBuffer() 125 void HWCBufferAllocator::GetCustomWidthAndHeight(const private_handle_t *handle, int *width, in GetCustomWidthAndHeight() 131 void HWCBufferAllocator::GetAlignedWidthAndHeight(int width, int height, int format, in GetAlignedWidthAndHeight() 148 uint32_t HWCBufferAllocator::GetBufferSize(BufferInfo *buffer_info) { in GetBufferSize() 180 int HWCBufferAllocator::SetBufferInfo(LayerBufferFormat format, int *target, uint64_t *flags) { in SetBufferInfo() 299 DisplayError HWCBufferAllocator::GetAllocatedBufferInfo( in GetAllocatedBufferInfo() 338 DisplayError HWCBufferAllocator::GetBufferLayout(const AllocatedBufferInfo &buf_info, in GetBufferLayout() [all …]
|
D | hwc_tonemapper.h | 75 explicit ToneMapSession(HWCBufferAllocator *buffer_allocator); 91 HWCBufferAllocator *buffer_allocator_ = nullptr; 102 explicit HWCToneMapper(HWCBufferAllocator *allocator) : buffer_allocator_(allocator) {} in HWCToneMapper() 118 HWCBufferAllocator *buffer_allocator_ = nullptr;
|
D | hwc_buffer_allocator.h | 46 class HWCBufferAllocator : public BufferAllocator { 48 HWCBufferAllocator(); 49 ~HWCBufferAllocator();
|
D | hwc_display_external.h | 40 static int Create(CoreInterface *core_intf, HWCBufferAllocator *buffer_allocator, 44 static int Create(CoreInterface *core_intf, HWCBufferAllocator *buffer_allocator, 54 HWCDisplayExternal(CoreInterface *core_intf, HWCBufferAllocator *buffer_allocator,
|
/hardware/qcom/display/msm8909/sdm/libs/hwc2/ |
D | hwc_buffer_allocator.cpp | 44 DisplayError HWCBufferAllocator::Init() { in Init() 74 DisplayError HWCBufferAllocator::Deinit() { in Deinit() 85 DisplayError HWCBufferAllocator::AllocateBuffer(BufferInfo *buffer_info) { in AllocateBuffer() 136 DisplayError HWCBufferAllocator::FreeBuffer(BufferInfo *buffer_info) { in FreeBuffer() 149 void HWCBufferAllocator::GetCustomWidthAndHeight(const private_handle_t *handle, int *width, in GetCustomWidthAndHeight() 155 void HWCBufferAllocator::GetAlignedWidthAndHeight(int width, int height, int format, in GetAlignedWidthAndHeight() 172 uint32_t HWCBufferAllocator::GetBufferSize(BufferInfo *buffer_info) { in GetBufferSize() 204 int HWCBufferAllocator::SetBufferInfo(LayerBufferFormat format, int *target, uint64_t *flags) { in SetBufferInfo() 323 DisplayError HWCBufferAllocator::GetAllocatedBufferInfo( in GetAllocatedBufferInfo() 362 DisplayError HWCBufferAllocator::GetBufferLayout(const AllocatedBufferInfo &buf_info, in GetBufferLayout() [all …]
|
D | hwc_tonemapper.h | 75 explicit ToneMapSession(HWCBufferAllocator *buffer_allocator); 91 HWCBufferAllocator *buffer_allocator_ = nullptr; 102 explicit HWCToneMapper(HWCBufferAllocator *allocator) : buffer_allocator_(allocator) {} in HWCToneMapper() 118 HWCBufferAllocator *buffer_allocator_ = nullptr;
|
D | hwc_display_external.h | 40 static int Create(CoreInterface *core_intf, HWCBufferAllocator *buffer_allocator, 44 static int Create(CoreInterface *core_intf, HWCBufferAllocator *buffer_allocator, 54 HWCDisplayExternal(CoreInterface *core_intf, HWCBufferAllocator *buffer_allocator,
|
D | hwc_color_manager.h | 106 static HWCColorManager *CreateColorManager(HWCBufferAllocator *buffer_allocator); 112 explicit HWCColorManager(HWCBufferAllocator *buffer_allocator); 136 HWCBufferAllocator *buffer_allocator_ = NULL;
|
/hardware/qcom/sdm845/display/sdm/libs/hwc2/ |
D | hwc_tonemapper.h | 75 explicit ToneMapSession(HWCBufferAllocator *buffer_allocator); 91 HWCBufferAllocator *buffer_allocator_ = nullptr; 102 explicit HWCToneMapper(HWCBufferAllocator *allocator) : buffer_allocator_(allocator) {} in HWCToneMapper() 118 HWCBufferAllocator *buffer_allocator_ = nullptr;
|
D | hwc_buffer_allocator.cpp | 50 DisplayError HWCBufferAllocator::GetGrallocInstance() { in GetGrallocInstance() 66 DisplayError HWCBufferAllocator::AllocateBuffer(BufferInfo *buffer_info) { in AllocateBuffer() 153 DisplayError HWCBufferAllocator::FreeBuffer(BufferInfo *buffer_info) { in FreeBuffer() 166 void HWCBufferAllocator::GetCustomWidthAndHeight(const private_handle_t *handle, int *width, in GetCustomWidthAndHeight() 173 void HWCBufferAllocator::GetAlignedWidthAndHeight(int width, int height, int format, in GetAlignedWidthAndHeight() 191 uint32_t HWCBufferAllocator::GetBufferSize(BufferInfo *buffer_info) { in GetBufferSize() 218 int HWCBufferAllocator::SetBufferInfo(LayerBufferFormat format, int *target, uint64_t *flags) { in SetBufferInfo() 340 DisplayError HWCBufferAllocator::GetAllocatedBufferInfo( in GetAllocatedBufferInfo() 374 DisplayError HWCBufferAllocator::GetBufferLayout(const AllocatedBufferInfo &buf_info, in GetBufferLayout() 400 DisplayError HWCBufferAllocator::MapBuffer(const private_handle_t *handle, int acquire_fence) { in MapBuffer() [all …]
|
D | hwc_display_external.h | 40 static int Create(CoreInterface *core_intf, HWCBufferAllocator *buffer_allocator, 44 static int Create(CoreInterface *core_intf, HWCBufferAllocator *buffer_allocator, 55 HWCDisplayExternal(CoreInterface *core_intf, HWCBufferAllocator *buffer_allocator,
|
/hardware/qcom/display/msm8996/sdm/libs/hwc/ |
D | hwc_buffer_allocator.cpp | 45 HWCBufferAllocator::HWCBufferAllocator() { in HWCBufferAllocator() function in sdm::HWCBufferAllocator 49 DisplayError HWCBufferAllocator::AllocateBuffer(BufferInfo *buffer_info) { in AllocateBuffer() 117 DisplayError HWCBufferAllocator::FreeBuffer(BufferInfo *buffer_info) { in FreeBuffer() 153 uint32_t HWCBufferAllocator::GetBufferSize(BufferInfo *buffer_info) { in GetBufferSize() 189 int HWCBufferAllocator::SetBufferInfo(LayerBufferFormat format, int *target, int *flags) { in SetBufferInfo()
|
D | hwc_buffer_allocator.h | 45 class HWCBufferAllocator : public BufferAllocator { 47 HWCBufferAllocator();
|
/hardware/qcom/display/msm8909w_3100/sdm/libs/hwc/ |
D | hwc_buffer_allocator.cpp | 45 HWCBufferAllocator::HWCBufferAllocator() { in HWCBufferAllocator() function in sdm::HWCBufferAllocator 49 DisplayError HWCBufferAllocator::AllocateBuffer(BufferInfo *buffer_info) { in AllocateBuffer() 124 DisplayError HWCBufferAllocator::FreeBuffer(BufferInfo *buffer_info) { in FreeBuffer() 161 uint32_t HWCBufferAllocator::GetBufferSize(BufferInfo *buffer_info) { in GetBufferSize() 201 int HWCBufferAllocator::SetBufferInfo(LayerBufferFormat format, int *target, int *flags) { in SetBufferInfo() 268 DisplayError HWCBufferAllocator::GetAllocatedBufferInfo(const BufferConfig &buffer_config, in GetAllocatedBufferInfo() 305 DisplayError HWCBufferAllocator::GetBufferLayout(const AllocatedBufferInfo &buf_info, in GetBufferLayout()
|
D | hwc_buffer_allocator.h | 45 class HWCBufferAllocator : public BufferAllocator { 47 HWCBufferAllocator();
|
/hardware/qcom/display/msm8909/sdm/libs/hwc/ |
D | hwc_buffer_allocator.cpp | 45 HWCBufferAllocator::HWCBufferAllocator() { in HWCBufferAllocator() function in sdm::HWCBufferAllocator 49 DisplayError HWCBufferAllocator::AllocateBuffer(BufferInfo *buffer_info) { in AllocateBuffer() 124 DisplayError HWCBufferAllocator::FreeBuffer(BufferInfo *buffer_info) { in FreeBuffer() 161 uint32_t HWCBufferAllocator::GetBufferSize(BufferInfo *buffer_info) { in GetBufferSize() 201 int HWCBufferAllocator::SetBufferInfo(LayerBufferFormat format, int *target, int *flags) { in SetBufferInfo() 268 DisplayError HWCBufferAllocator::GetAllocatedBufferInfo(const BufferConfig &buffer_config, in GetAllocatedBufferInfo() 305 DisplayError HWCBufferAllocator::GetBufferLayout(const AllocatedBufferInfo &buf_info, in GetBufferLayout()
|
D | hwc_buffer_allocator.h | 45 class HWCBufferAllocator : public BufferAllocator { 47 HWCBufferAllocator();
|