Home
last modified time | relevance | path

Searched refs:GetCustomDimensions (Results 1 – 10 of 10) sorted by relevance

/hardware/qcom/sm8150/display/gralloc/
Dgr_utils.h168 void GetCustomDimensions(private_handle_t *hnd, int *stride, int *height);
DQtiMapperExtensions.cpp90 gralloc::GetCustomDimensions(hnd, &stride, &height); in getCustomDimensions()
Dgr_device_impl.cpp730 GetCustomDimensions(hnd, stride, height); in Perform()
Dgr_utils.cpp925 void GetCustomDimensions(private_handle_t *hnd, int *stride, int *height) { in GetCustomDimensions() function
/hardware/qcom/sm7250/display/gralloc/
Dgr_utils.h182 void GetCustomDimensions(private_handle_t *hnd, int *stride, int *height);
DQtiMapperExtensions.cpp90 gralloc::GetCustomDimensions(hnd, &stride, &height); in getCustomDimensions()
Dgr_device_impl.cpp733 GetCustomDimensions(hnd, stride, height); in Perform()
Dgr_utils.cpp1009 void GetCustomDimensions(private_handle_t *hnd, int *stride, int *height) { in GetCustomDimensions() function
/hardware/qcom/sm8150/display/sdm/libs/hwc2/
Dhwc_buffer_allocator.cpp256 gralloc::GetCustomDimensions(const_cast<private_handle_t *>(handle), width, height); in GetCustomWidthAndHeight()
/hardware/qcom/sm7250/display/composer/
Dhwc_buffer_allocator.cpp258 gralloc::GetCustomDimensions(const_cast<private_handle_t *>(handle), width, height); in GetCustomWidthAndHeight()