Home
last modified time | relevance | path

Searched refs:GRALLOC_USAGE_HW_CAMERA_READ (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/include/android_stub/hardware/
Dgralloc.h117 GRALLOC_USAGE_HW_CAMERA_READ = 0x00040000U, enumerator
437 } else if ((usage & GRALLOC_USAGE_HW_CAMERA_READ) != 0) { in map_usage_to_memtrack()
/external/minigbm/cros_gralloc/gralloc0/
Dgralloc0.cc115 if (usage & GRALLOC_USAGE_HW_CAMERA_READ) in gralloc0_convert_usage()