Home
last modified time | relevance | path

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

/aosp12/hardware/google/gchips/gralloc3/src/
H A 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
H A Dframebuffer_device.cpp133 mali_gralloc_lock(m, buffer, GRALLOC_USAGE_SW_READ_RARELY, 0, 0, 0, 0, &buffer_vaddr); in fb_post()
/aosp12/packages/services/Car/cpp/evs/apps/default/
H A DStreamHandler.cpp48 GRALLOC_USAGE_SW_READ_RARELY | in StreamHandler()
72 GRALLOC_USAGE_SW_READ_RARELY | in StreamHandler()
/aosp12/frameworks/native/libs/vr/libdisplay/
H A Dshared_buffer_helpers.cpp74 usage |= GRALLOC_USAGE_SW_READ_RARELY; in TryMapping()
/aosp12/hardware/google/gchips/gralloc4/src/core/
H A Dmali_gralloc_reference.cpp66 GRALLOC_USAGE_SW_READ_RARELY in mali_gralloc_reference_retain()
/aosp12/hardware/libhardware/include/hardware/
H A Dgralloc.h72 GRALLOC_USAGE_SW_READ_RARELY = 0x00000002U, enumerator
/aosp12/hardware/google/gchips/gralloc4/src/
H A Dmali_gralloc_usages.h86 #define GRALLOC_USAGE_SW_READ_RARELY static_cast<uint64_t>(hidl_common::BufferUsage::CPU_READ_RAREL… macro
/aosp12/frameworks/native/libs/ui/include/ui/
H A DGraphicBuffer.h58 USAGE_SW_READ_RARELY = GRALLOC_USAGE_SW_READ_RARELY,
/aosp12/frameworks/native/libs/ui/include_vndk/ui/
H A DGraphicBuffer.h58 USAGE_SW_READ_RARELY = GRALLOC_USAGE_SW_READ_RARELY,
/aosp12/packages/services/Car/cpp/evs/sampleDriver/
H A DEvsV4lCamera.cpp71 GRALLOC_USAGE_SW_READ_RARELY | in EvsV4lCamera()
988 GRALLOC_USAGE_SW_READ_RARELY | in Create()
/aosp12/hardware/libhardware/modules/gralloc/
H A Dframebuffer.cpp107 GRALLOC_USAGE_SW_READ_RARELY, in fb_post()
/aosp12/hardware/interfaces/automotive/evs/1.0/default/
H A DEvsCamera.cpp64 GRALLOC_USAGE_SW_READ_RARELY | GRALLOC_USAGE_SW_WRITE_RARELY; in EvsCamera()
/aosp12/hardware/qcom/display/msm8084/libgralloc/
H A Dalloc_controller.cpp84 ||((usage & GRALLOC_USAGE_SW_READ_MASK) == GRALLOC_USAGE_SW_READ_RARELY)) in useUncached()
/aosp12/hardware/qcom/display/msm8226/libgralloc/
H A Dalloc_controller.cpp84 ||((usage & GRALLOC_USAGE_SW_READ_MASK) == GRALLOC_USAGE_SW_READ_RARELY)) in useUncached()
/aosp12/hardware/interfaces/automotive/evs/1.1/default/
H A DEvsCamera.cpp713 GRALLOC_USAGE_SW_READ_RARELY | GRALLOC_USAGE_SW_WRITE_RARELY; in Create()
/aosp12/hardware/qcom/display/msm8994/libgralloc/
H A Dalloc_controller.cpp90 ((usage & GRALLOC_USAGE_SW_READ_MASK) == GRALLOC_USAGE_SW_READ_RARELY)) in useUncached()
/aosp12/packages/services/Car/cpp/evs/manager/1.1/emul/
H A DEvsEmulatedCamera.cpp143 GRALLOC_USAGE_SW_READ_RARELY | in EvsEmulatedCamera()
/aosp12/hardware/qcom/display/msm8996/libgralloc/
H A Dalloc_controller.cpp94 ((usage & GRALLOC_USAGE_SW_READ_MASK) == GRALLOC_USAGE_SW_READ_RARELY)) in useUncached()
/aosp12/hardware/qcom/display/msm8909w_3100/libgralloc/
H A Dalloc_controller.cpp100 ((usage & GRALLOC_USAGE_SW_READ_MASK) == GRALLOC_USAGE_SW_READ_RARELY)) in useUncached()
/aosp12/hardware/qcom/display/msm8909/libgralloc/
H A Dalloc_controller.cpp100 ((usage & GRALLOC_USAGE_SW_READ_MASK) == GRALLOC_USAGE_SW_READ_RARELY)) in useUncached()
/aosp12/frameworks/native/libs/vr/libbufferhubqueue/tests/
H A Dbuffer_hub_queue-test.cpp29 constexpr uint64_t kBufferUsage = GRALLOC_USAGE_SW_READ_RARELY;
/aosp12/hardware/interfaces/automotive/evs/1.1/vts/functional/
H A DVtsHalEvsV1_1TargetTest.cpp2280 GRALLOC_USAGE_HW_TEXTURE | GRALLOC_USAGE_SW_READ_RARELY | GRALLOC_USAGE_SW_WRITE_OFTEN; in TEST_P()
/aosp12/hardware/qcom/camera/msm8998/QCamera2/HAL3/
H A DQCamera3HWI.cpp2688 (GRALLOC_USAGE_SW_READ_RARELY | in configureStreamsPerfLocked()