Searched refs:GetCustomDimensions (Results 1 – 10 of 10) sorted by relevance
/hardware/qcom/sm8150/display/gralloc/ |
D | gr_utils.h | 168 void GetCustomDimensions(private_handle_t *hnd, int *stride, int *height);
|
D | QtiMapperExtensions.cpp | 90 gralloc::GetCustomDimensions(hnd, &stride, &height); in getCustomDimensions()
|
D | gr_device_impl.cpp | 730 GetCustomDimensions(hnd, stride, height); in Perform()
|
D | gr_utils.cpp | 925 void GetCustomDimensions(private_handle_t *hnd, int *stride, int *height) { in GetCustomDimensions() function
|
/hardware/qcom/sm7250/display/gralloc/ |
D | gr_utils.h | 182 void GetCustomDimensions(private_handle_t *hnd, int *stride, int *height);
|
D | QtiMapperExtensions.cpp | 90 gralloc::GetCustomDimensions(hnd, &stride, &height); in getCustomDimensions()
|
D | gr_device_impl.cpp | 733 GetCustomDimensions(hnd, stride, height); in Perform()
|
D | gr_utils.cpp | 1009 void GetCustomDimensions(private_handle_t *hnd, int *stride, int *height) { in GetCustomDimensions() function
|
/hardware/qcom/sm8150/display/sdm/libs/hwc2/ |
D | hwc_buffer_allocator.cpp | 256 gralloc::GetCustomDimensions(const_cast<private_handle_t *>(handle), width, height); in GetCustomWidthAndHeight()
|
/hardware/qcom/sm7250/display/composer/ |
D | hwc_buffer_allocator.cpp | 258 gralloc::GetCustomDimensions(const_cast<private_handle_t *>(handle), width, height); in GetCustomWidthAndHeight()
|