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

  /hardware/qcom/display/msm8996/libgralloc1/
gr_buf_mgr.cpp 567 int *tile_enabled = va_arg(args, int *); local
570 *tile_enabled = allocator_->IsUBwcEnabled(format, prod_usage, cons_usage) ||
gr_allocator.cpp 218 bool tile_enabled = false; local
222 return tile_enabled;
234 tile_enabled = true;
241 return tile_enabled;
  /hardware/qcom/display/msmcobalt/libgralloc1/
gr_buf_mgr.cpp 572 int *tile_enabled = va_arg(args, int *); local
575 *tile_enabled = allocator_->IsUBwcEnabled(format, prod_usage, cons_usage) ||
gr_allocator.cpp 218 bool tile_enabled = false; local
222 return tile_enabled;
234 tile_enabled = true;
241 return tile_enabled;

Completed in 63 milliseconds