HomeSort by relevance Sort by last modified time
    Searched full:egl_image_count (Results 1 - 3 of 3) sorted by null

  /hardware/qcom/display/msm8909/libmemtrack/
kgsl.c 79 int ret, egl_surface_count = 0, egl_image_count = 0; local
91 &egl_surface_count, &egl_image_count);
129 unaccounted_size += size / (egl_image_count ? egl_image_count : 1);
  /hardware/qcom/display/msm8909w_3100/libmemtrack/
kgsl.c 79 int ret, egl_surface_count = 0, egl_image_count = 0; local
91 &egl_surface_count, &egl_image_count);
129 unaccounted_size += size / (egl_image_count ? egl_image_count : 1);
  /hardware/qcom/display/msm8998/libmemtrack/
kgsl.c 79 int ret, egl_surface_count = 0, egl_image_count = 0; local
91 &egl_surface_count, &egl_image_count);
129 unaccounted_size += size / (egl_image_count ? egl_image_count : 1);

Completed in 839 milliseconds