Home
last modified time | relevance | path

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

/hardware/google/gchips/gralloc3/src/
Dmali_gralloc_usages.h83 #define GRALLOC_USAGE_SW_READ_RARELY GRALLOC1_CONSUMER_USAGE_CPU_READ macro
246 #define GRALLOC_USAGE_SW_READ_RARELY static_cast<uint64_t>(BufferUsage::CPU_READ_RARELY) macro
Dframebuffer_device.cpp133 mali_gralloc_lock(m, buffer, GRALLOC_USAGE_SW_READ_RARELY, 0, 0, 0, 0, &buffer_vaddr); in fb_post()
/hardware/google/gchips/gralloc4/src/core/
Dmali_gralloc_reference.cpp66 GRALLOC_USAGE_SW_READ_RARELY in mali_gralloc_reference_retain()
/hardware/libhardware/include/hardware/
Dgralloc.h72 GRALLOC_USAGE_SW_READ_RARELY = 0x00000002U, enumerator
/hardware/google/gchips/gralloc4/src/
Dmali_gralloc_usages.h86 #define GRALLOC_USAGE_SW_READ_RARELY static_cast<uint64_t>(hidl_common::BufferUsage::CPU_READ_RAREL… macro
/hardware/libhardware/modules/gralloc/
Dframebuffer.cpp107 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/interfaces/automotive/evs/1.1/default/
DEvsCamera.cpp713 GRALLOC_USAGE_SW_READ_RARELY | GRALLOC_USAGE_SW_WRITE_RARELY; in Create()
/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/interfaces/automotive/evs/1.1/vts/functional/
DVtsHalEvsV1_1TargetTest.cpp2280 GRALLOC_USAGE_HW_TEXTURE | GRALLOC_USAGE_SW_READ_RARELY | GRALLOC_USAGE_SW_WRITE_OFTEN; in TEST_P()