Home
last modified time | relevance | path

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

/external/mesa3d/include/android_stub/hardware/
Dgralloc.h85 GRALLOC_USAGE_SW_WRITE_MASK = 0x000000F0U, enumerator
440 (usage & GRALLOC_USAGE_SW_WRITE_MASK) != 0) { in map_usage_to_memtrack()
/external/drm_hwcomposer/bufferinfo/legacy/
DBufferInfoMaliHisi.cpp102 (GRALLOC_USAGE_SW_READ_MASK | GRALLOC_USAGE_SW_WRITE_MASK)) in ConvertBoInfo()
/external/minigbm/cros_gralloc/gralloc0/
Dgralloc0.cc84 if ((usage & GRALLOC_USAGE_SW_WRITE_MASK) == GRALLOC_USAGE_SW_WRITE_RARELY) in gralloc0_convert_usage()
86 if ((usage & GRALLOC_USAGE_SW_WRITE_MASK) == GRALLOC_USAGE_SW_WRITE_OFTEN) in gralloc0_convert_usage()
133 if (map_usage & GRALLOC_USAGE_SW_WRITE_MASK) in gralloc0_convert_map_usage()