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

  /device/linaro/hikey/gralloc960/
mali_gralloc_ion.cpp 53 static bool gralloc_legacy_ion; variable
414 gralloc_legacy_ion = ion_is_legacy(m->ion_client);
415 if (!gralloc_legacy_ion)
452 if (gralloc_legacy_ion)
531 if (gralloc_legacy_ion)
651 if (!gralloc_legacy_ion)
  /device/linaro/hikey/gralloc/
alloc_device.cpp 149 if (m->gralloc_legacy_ion)
789 m->gralloc_legacy_ion = ion_is_legacy(m->ion_client);
791 if (!m->gralloc_legacy_ion)
gralloc_priv.h 117 bool gralloc_legacy_ion; member in struct:private_module_t

Completed in 1255 milliseconds