Home
last modified time | relevance | path

Searched refs:GRALLOC_USAGE_SW_READ_OFTEN (Results 1 – 9 of 9) 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.cpp305 if ((usage & GRALLOC_USAGE_SW_READ_MASK) == GRALLOC_USAGE_SW_READ_OFTEN) in set_ion_flags()
/device/amlogic/yukawa/gralloc/
Dmali_gralloc_module.h50 #define GRALLOC_USAGE_SW_READ_OFTEN GRALLOC1_CONSUMER_USAGE_CPU_READ_OFTEN macro
Dmali_gralloc_ion.cpp317 if ((usage & GRALLOC_USAGE_SW_READ_MASK) == GRALLOC_USAGE_SW_READ_OFTEN) in set_ion_flags()
/device/linaro/dragonboard/gralloc/
Dgralloc_gbm.cpp142 if (usage & (GRALLOC_USAGE_SW_READ_OFTEN | GRALLOC_USAGE_SW_WRITE_OFTEN)) in get_pipe_bind()
408 if (!(gbm_handle->usage & GRALLOC_USAGE_SW_READ_OFTEN) && in gralloc_gbm_bo_lock()
/device/google/cuttlefish/guest/hals/hwcomposer/common/
Dgralloc_utils.cpp310 GRALLOC_USAGE_SW_READ_OFTEN, in Lock()
/device/linaro/hikey/gralloc/
Dalloc_device.cpp254 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()