HomeSort by relevance Sort by last modified time
    Searched refs:ValidateDownScaling (Results 1 - 8 of 8) sorted by null

  /hardware/qcom/display/msm8909/sdm/libs/core/
resource_default.h 127 DisplayError ValidateDownScaling(float scale_x, float scale_y, bool ubwc_tiled);
resource_default.cpp 753 error = ValidateDownScaling(scale_x, scale_y, (layout != kLinear));
766 DisplayError ResourceDefault::ValidateDownScaling(float scale_x, float scale_y, bool ubwc_tiled) {
  /hardware/qcom/display/msm8909w_3100/sdm/libs/core/
resource_default.h 127 DisplayError ValidateDownScaling(float scale_x, float scale_y, bool ubwc_tiled);
resource_default.cpp 753 error = ValidateDownScaling(scale_x, scale_y, (layout != kLinear));
766 DisplayError ResourceDefault::ValidateDownScaling(float scale_x, float scale_y, bool ubwc_tiled) {
  /hardware/qcom/display/msm8996/sdm/libs/core/
resource_default.h 120 DisplayError ValidateDownScaling(float scale_x, float scale_y, bool ubwc_tiled);
resource_default.cpp 715 error = ValidateDownScaling(scale_x, scale_y, ubwc_tiled);
728 DisplayError ResourceDefault::ValidateDownScaling(float scale_x, float scale_y, bool ubwc_tiled) {
  /hardware/qcom/display/msm8998/sdm/libs/core/
resource_default.h 126 DisplayError ValidateDownScaling(float scale_x, float scale_y, bool ubwc_tiled);
resource_default.cpp 753 error = ValidateDownScaling(scale_x, scale_y, (layout != kLinear));
766 DisplayError ResourceDefault::ValidateDownScaling(float scale_x, float scale_y, bool ubwc_tiled) {

Completed in 122 milliseconds