Home
last modified time | relevance | path

Searched refs:GRALLOC_USAGE_PROTECTED (Results 1 – 3 of 3) sorted by relevance

/external/drm_hwcomposer/include/
Ddrmhwcomposer.h155 return (gralloc_buffer_usage & GRALLOC_USAGE_PROTECTED) == in protected_usage()
156 GRALLOC_USAGE_PROTECTED; in protected_usage()
/external/mesa3d/include/android_stub/hardware/
Dgralloc.h107 GRALLOC_USAGE_PROTECTED = 0x00004000U, enumerator
/external/minigbm/cros_gralloc/gralloc0/
Dgralloc0.cc106 if (usage & GRALLOC_USAGE_PROTECTED) in gralloc0_convert_usage()