HomeSort by relevance Sort by last modified time
    Searched defs:tile_enabled (Results 1 - 6 of 6) sorted by null

  /hardware/qcom/display/msm8996/sdm/libs/hwc2/
hwc_buffer_allocator.cpp 122 int tile_enabled; local
130 producer_usage, consumer_usage, aligned_width, aligned_height, &tile_enabled);
  /hardware/qcom/display/msm8998/sdm/libs/hwc2/
hwc_buffer_allocator.cpp 128 int tile_enabled; local
136 producer_usage, consumer_usage, aligned_width, aligned_height, &tile_enabled);
  /hardware/qcom/display/sdm845/sdm/libs/hwc2/
hwc_buffer_allocator.cpp 130 int tile_enabled; local
138 producer_usage, consumer_usage, aligned_width, aligned_height, &tile_enabled);
  /hardware/qcom/display/msm8996/libgralloc1/
gr_buf_mgr.cpp 641 int *tile_enabled = va_arg(args, int *); local
644 *tile_enabled = allocator_->IsUBwcEnabled(format, prod_usage, cons_usage);
  /hardware/qcom/display/msm8998/libgralloc1/
gr_buf_mgr.cpp 629 int *tile_enabled = va_arg(args, int *); local
632 *tile_enabled = allocator_->IsUBwcEnabled(format, prod_usage, cons_usage);
  /hardware/qcom/display/sdm845/libgralloc1/
gr_buf_mgr.cpp 655 int *tile_enabled = va_arg(args, int *); local
658 *tile_enabled = IsUBwcEnabled(format, prod_usage, cons_usage);

Completed in 906 milliseconds