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

  /hardware/qcom/display/msm8909/gralloc/
gr_adreno_info.cpp 95 void AdrenoMemInfo::AlignUnCompressedRGB(int width, int height, int format, int tile_enabled,
128 width, height, bpp, tile_enabled, raster_mode, padding_threshold,
gr_adreno_info.h 82 bool tile_enabled);
gr_buf_mgr.cpp 653 int *tile_enabled = va_arg(args, int *); local
654 if (!aligned_width || !aligned_height || !tile_enabled) {
660 *tile_enabled = IsUBwcEnabled(format, prod_usage, cons_usage);
    [all...]
  /hardware/qcom/display/msm8909w_3100/libgralloc1/
gr_adreno_info.cpp 95 void AdrenoMemInfo::AlignUnCompressedRGB(int width, int height, int format, int tile_enabled,
128 width, height, bpp, tile_enabled, raster_mode, padding_threshold,
gr_adreno_info.h 82 bool tile_enabled);
gr_buf_mgr.cpp 650 int *tile_enabled = va_arg(args, int *); local
651 if (!aligned_width || !aligned_height || !tile_enabled) {
657 *tile_enabled = IsUBwcEnabled(format, prod_usage, cons_usage);
    [all...]
  /hardware/qcom/display/msm8996/libgralloc1/
gr_adreno_info.cpp 87 void AdrenoMemInfo::AlignUnCompressedRGB(int width, int height, int format, int tile_enabled,
119 width, height, bpp, tile_enabled, raster_mode, padding_threshold,
gr_adreno_info.h 86 bool tile_enabled);
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_adreno_info.cpp 86 void AdrenoMemInfo::AlignUnCompressedRGB(int width, int height, int format, int tile_enabled,
118 width, height, bpp, tile_enabled, raster_mode, padding_threshold,
gr_adreno_info.h 86 bool tile_enabled);
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/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/msm8909/sdm/libs/hwc2/
hwc_buffer_allocator.cpp 158 int tile_enabled; local
169 producer_usage, consumer_usage, aligned_width, aligned_height, &tile_enabled);
  /hardware/qcom/display/msm8909w_3100/sdm/libs/hwc2/
hwc_buffer_allocator.cpp 134 int tile_enabled; local
145 producer_usage, consumer_usage, aligned_width, aligned_height, &tile_enabled);
  /hardware/qcom/display/msm8084/libgralloc/
alloc_controller.cpp 130 int tile_enabled, int& aligned_w, int& aligned_h)
165 height, bpp, tile_enabled,
  /hardware/qcom/display/msm8226/libgralloc/
alloc_controller.cpp 130 int tile_enabled, int& aligned_w, int& aligned_h)
165 height, bpp, tile_enabled,
  /hardware/qcom/display/msm8994/libgralloc/
alloc_controller.cpp 268 int tile_enabled, int& aligned_w, int& aligned_h)
306 height, bpp, tile_enabled,
  /hardware/qcom/display/msm8909/libgralloc/
alloc_controller.cpp 340 int tile_enabled, int& aligned_w, int& aligned_h)
376 height, bpp, tile_enabled,
    [all...]
  /hardware/qcom/display/msm8909w_3100/libgralloc/
alloc_controller.cpp 340 int tile_enabled, int& aligned_w, int& aligned_h)
376 height, bpp, tile_enabled,
    [all...]
  /hardware/qcom/display/msm8996/libgralloc/
alloc_controller.cpp 325 int tile_enabled, int& aligned_w, int& aligned_h)
364 height, bpp, tile_enabled,
    [all...]

Completed in 971 milliseconds