/aosp12/hardware/google/gchips/gralloc3/src/ |
H A D | mali_gralloc_usages.h | 81 #define GRALLOC_USAGE_SW_WRITE_RARELY GRALLOC1_PRODUCER_USAGE_CPU_WRITE macro 244 #define GRALLOC_USAGE_SW_WRITE_RARELY static_cast<uint64_t>(BufferUsage::CPU_WRITE_RARELY) macro
|
H A D | framebuffer_device.cpp | 132 mali_gralloc_lock(m, m->framebuffer, GRALLOC_USAGE_SW_WRITE_RARELY, 0, 0, 0, 0, &fb_vaddr); in fb_post()
|
/aosp12/frameworks/av/media/libstagefright/colorconversion/ |
H A D | SoftwareRenderer.cpp | 198 GRALLOC_USAGE_SW_READ_NEVER | GRALLOC_USAGE_SW_WRITE_RARELY in resetFormatIfChanged() 285 GRALLOC_USAGE_SW_READ_NEVER | GRALLOC_USAGE_SW_WRITE_RARELY, in render() 289 GRALLOC_USAGE_SW_READ_NEVER | GRALLOC_USAGE_SW_WRITE_RARELY, in render()
|
/aosp12/frameworks/native/libs/vr/libdisplay/ |
H A D | shared_buffer_helpers.cpp | 80 usage |= GRALLOC_USAGE_SW_WRITE_RARELY; in TryMapping()
|
/aosp12/frameworks/base/libs/hwui/tests/common/scenes/ |
H A D | HwBitmapInCompositeShader.cpp | 37 GRALLOC_USAGE_SW_WRITE_RARELY; in createContent()
|
/aosp12/hardware/google/gchips/gralloc4/src/core/ |
H A D | mali_gralloc_reference.cpp | 65 GRALLOC_USAGE_SW_WRITE_RARELY | in mali_gralloc_reference_retain()
|
/aosp12/frameworks/native/services/surfaceflinger/ |
H A D | RefreshRateOverlay.cpp | 125 GRALLOC_USAGE_SW_WRITE_RARELY | GRALLOC_USAGE_HW_COMPOSER | in drawNumber() 132 buffer->lock(GRALLOC_USAGE_SW_WRITE_RARELY, reinterpret_cast<void**>(&pixels)); in drawNumber()
|
/aosp12/hardware/libhardware/include/hardware/ |
H A D | gralloc.h | 81 GRALLOC_USAGE_SW_WRITE_RARELY = 0x00000020U, enumerator
|
/aosp12/hardware/google/gchips/gralloc4/src/ |
H A D | mali_gralloc_usages.h | 84 #define GRALLOC_USAGE_SW_WRITE_RARELY static_cast<uint64_t>(hidl_common::BufferUsage::CPU_WRITE_RAR… macro
|
/aosp12/frameworks/native/libs/ui/include/ui/ |
H A D | GraphicBuffer.h | 63 USAGE_SW_WRITE_RARELY = GRALLOC_USAGE_SW_WRITE_RARELY,
|
/aosp12/frameworks/native/libs/ui/include_vndk/ui/ |
H A D | GraphicBuffer.h | 63 USAGE_SW_WRITE_RARELY = GRALLOC_USAGE_SW_WRITE_RARELY,
|
/aosp12/hardware/libhardware/modules/gralloc/ |
H A D | framebuffer.cpp | 102 GRALLOC_USAGE_SW_WRITE_RARELY, in fb_post()
|
/aosp12/hardware/interfaces/automotive/evs/1.0/default/ |
H A D | EvsCamera.cpp | 64 GRALLOC_USAGE_SW_READ_RARELY | GRALLOC_USAGE_SW_WRITE_RARELY; in EvsCamera()
|
/aosp12/hardware/qcom/display/msm8084/libgralloc/ |
H A D | alloc_controller.cpp | 83 if(((usage & GRALLOC_USAGE_SW_WRITE_MASK) == GRALLOC_USAGE_SW_WRITE_RARELY) in useUncached()
|
/aosp12/hardware/qcom/display/msm8226/libgralloc/ |
H A D | alloc_controller.cpp | 83 if(((usage & GRALLOC_USAGE_SW_WRITE_MASK) == GRALLOC_USAGE_SW_WRITE_RARELY) in useUncached()
|
/aosp12/hardware/interfaces/automotive/evs/1.1/default/ |
H A D | EvsCamera.cpp | 713 GRALLOC_USAGE_SW_READ_RARELY | GRALLOC_USAGE_SW_WRITE_RARELY; in Create()
|
/aosp12/hardware/qcom/display/msm8994/libgralloc/ |
H A D | alloc_controller.cpp | 89 ((usage & GRALLOC_USAGE_SW_WRITE_MASK) == GRALLOC_USAGE_SW_WRITE_RARELY) or in useUncached()
|
/aosp12/hardware/qcom/display/msm8996/libgralloc/ |
H A D | alloc_controller.cpp | 93 ((usage & GRALLOC_USAGE_SW_WRITE_MASK) == GRALLOC_USAGE_SW_WRITE_RARELY) or in useUncached()
|
/aosp12/hardware/qcom/display/msm8909w_3100/libgralloc/ |
H A D | alloc_controller.cpp | 99 ((usage & GRALLOC_USAGE_SW_WRITE_MASK) == GRALLOC_USAGE_SW_WRITE_RARELY) or in useUncached()
|
/aosp12/hardware/qcom/display/msm8909/libgralloc/ |
H A D | alloc_controller.cpp | 99 ((usage & GRALLOC_USAGE_SW_WRITE_MASK) == GRALLOC_USAGE_SW_WRITE_RARELY) or in useUncached()
|
/aosp12/hardware/qcom/camera/msm8998/QCamera2/HAL3/ |
H A D | QCamera3HWI.cpp | 2689 GRALLOC_USAGE_SW_WRITE_RARELY | in configureStreamsPerfLocked()
|