Searched refs:GetRgbDataAddress (Results 1 – 12 of 12) sorted by relevance
/hardware/qcom/display/msm8996/libgralloc1/ |
D | gr_allocator.h | 73 int GetRgbDataAddress(private_handle_t *hnd, void **rgb_data);
|
D | gr_allocator.cpp | 732 int Allocator::GetRgbDataAddress(private_handle_t *hnd, void **rgb_data) { in GetRgbDataAddress() function in gralloc1::Allocator
|
D | gr_buf_mgr.cpp | 721 if (allocator_->GetRgbDataAddress(hnd, rgb_data)) { in Perform()
|
/hardware/qcom/display/msm8998/libgralloc1/ |
D | gr_allocator.h | 73 int GetRgbDataAddress(private_handle_t *hnd, void **rgb_data);
|
D | gr_allocator.cpp | 734 int Allocator::GetRgbDataAddress(private_handle_t *hnd, void **rgb_data) { in GetRgbDataAddress() function in gralloc1::Allocator
|
D | gr_buf_mgr.cpp | 709 if (allocator_->GetRgbDataAddress(hnd, rgb_data)) { in Perform()
|
/hardware/qcom/display/msm8909/gralloc/ |
D | gr_utils.h | 75 int GetRgbDataAddress(private_handle_t *hnd, void **rgb_data);
|
D | gr_utils.cpp | 637 int GetRgbDataAddress(private_handle_t *hnd, void **rgb_data) { in GetRgbDataAddress() function
|
D | gr_buf_mgr.cpp | 766 if (GetRgbDataAddress(hnd, rgb_data)) { in Perform()
|
/hardware/qcom/display/msm8909w_3100/libgralloc1/ |
D | gr_utils.h | 75 int GetRgbDataAddress(private_handle_t *hnd, void **rgb_data);
|
D | gr_utils.cpp | 637 int GetRgbDataAddress(private_handle_t *hnd, void **rgb_data) { in GetRgbDataAddress() function
|
D | gr_buf_mgr.cpp | 766 if (GetRgbDataAddress(hnd, rgb_data)) { in Perform()
|