Home
last modified time | relevance | path

Searched refs:GRALLOC_USAGE_SW_READ_RARELY (Results 1 – 10 of 10) sorted by relevance

/hardware/libhardware/include/hardware/
Dgralloc.h72 GRALLOC_USAGE_SW_READ_RARELY = 0x00000002U, enumerator
/hardware/libhardware/modules/gralloc/
Dframebuffer.cpp105 GRALLOC_USAGE_SW_READ_RARELY, in fb_post()
/hardware/interfaces/automotive/evs/1.0/default/
DEvsCamera.cpp64 GRALLOC_USAGE_SW_READ_RARELY | GRALLOC_USAGE_SW_WRITE_RARELY; in EvsCamera()
/hardware/qcom/display/msm8226/libgralloc/
Dalloc_controller.cpp84 ||((usage & GRALLOC_USAGE_SW_READ_MASK) == GRALLOC_USAGE_SW_READ_RARELY)) in useUncached()
/hardware/qcom/display/msm8084/libgralloc/
Dalloc_controller.cpp84 ||((usage & GRALLOC_USAGE_SW_READ_MASK) == GRALLOC_USAGE_SW_READ_RARELY)) in useUncached()
/hardware/qcom/display/msm8994/libgralloc/
Dalloc_controller.cpp90 ((usage & GRALLOC_USAGE_SW_READ_MASK) == GRALLOC_USAGE_SW_READ_RARELY)) in useUncached()
/hardware/qcom/display/msm8996/libgralloc/
Dalloc_controller.cpp94 ((usage & GRALLOC_USAGE_SW_READ_MASK) == GRALLOC_USAGE_SW_READ_RARELY)) in useUncached()
/hardware/qcom/display/msm8909/libgralloc/
Dalloc_controller.cpp100 ((usage & GRALLOC_USAGE_SW_READ_MASK) == GRALLOC_USAGE_SW_READ_RARELY)) in useUncached()
/hardware/qcom/display/msm8909w_3100/libgralloc/
Dalloc_controller.cpp100 ((usage & GRALLOC_USAGE_SW_READ_MASK) == GRALLOC_USAGE_SW_READ_RARELY)) in useUncached()
/hardware/qcom/camera/msm8998/QCamera2/HAL3/
DQCamera3HWI.cpp2687 (GRALLOC_USAGE_SW_READ_RARELY | in configureStreamsPerfLocked()