Home
last modified time | relevance | path

Searched refs:GRALLOC_USAGE_SW_READ_OFTEN (Results 1 – 7 of 7) sorted by relevance

/device/generic/opengl-transport/host/libs/virglrenderer/include/hardware/
Dgralloc.h26 GRALLOC_USAGE_SW_READ_OFTEN = 0x00000003U, enumerator
/device/linaro/hikey/gralloc960/
Dmali_gralloc_module.h50 #define GRALLOC_USAGE_SW_READ_OFTEN GRALLOC1_CONSUMER_USAGE_CPU_READ_OFTEN macro
Dmali_gralloc_ion.cpp360 if ((usage & GRALLOC_USAGE_SW_READ_MASK) == GRALLOC_USAGE_SW_READ_OFTEN) in set_ion_flags()
/device/amlogic/yukawa/hal/gralloc/
Dmali_gralloc_module.h50 #define GRALLOC_USAGE_SW_READ_OFTEN GRALLOC1_CONSUMER_USAGE_CPU_READ_OFTEN macro
Dmali_gralloc_ion.cpp360 if ((usage & GRALLOC_USAGE_SW_READ_MASK) == GRALLOC_USAGE_SW_READ_OFTEN) in set_ion_flags()
/device/linaro/hikey/gralloc/
Dalloc_device.cpp289 if ((usage & GRALLOC_USAGE_SW_READ_MASK) == GRALLOC_USAGE_SW_READ_OFTEN) in gralloc_alloc_buffer()
/device/generic/opengl-transport/host/libs/virglrenderer/
DRenderControl.cpp180 buffer->usage_deprecated = GRALLOC_USAGE_SW_READ_OFTEN | GRALLOC_USAGE_SW_WRITE_OFTEN | in resourceToANWB()