Home
last modified time | relevance | path

Searched refs:GRALLOC_USAGE_SW_WRITE_RARELY (Results 1 – 21 of 21) sorted by relevance

/aosp12/hardware/google/gchips/gralloc3/src/
H A Dmali_gralloc_usages.h81 #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 Dframebuffer_device.cpp132 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 DSoftwareRenderer.cpp198 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 Dshared_buffer_helpers.cpp80 usage |= GRALLOC_USAGE_SW_WRITE_RARELY; in TryMapping()
/aosp12/frameworks/base/libs/hwui/tests/common/scenes/
H A DHwBitmapInCompositeShader.cpp37 GRALLOC_USAGE_SW_WRITE_RARELY; in createContent()
/aosp12/hardware/google/gchips/gralloc4/src/core/
H A Dmali_gralloc_reference.cpp65 GRALLOC_USAGE_SW_WRITE_RARELY | in mali_gralloc_reference_retain()
/aosp12/frameworks/native/services/surfaceflinger/
H A DRefreshRateOverlay.cpp125 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 Dgralloc.h81 GRALLOC_USAGE_SW_WRITE_RARELY = 0x00000020U, enumerator
/aosp12/hardware/google/gchips/gralloc4/src/
H A Dmali_gralloc_usages.h84 #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 DGraphicBuffer.h63 USAGE_SW_WRITE_RARELY = GRALLOC_USAGE_SW_WRITE_RARELY,
/aosp12/frameworks/native/libs/ui/include_vndk/ui/
H A DGraphicBuffer.h63 USAGE_SW_WRITE_RARELY = GRALLOC_USAGE_SW_WRITE_RARELY,
/aosp12/hardware/libhardware/modules/gralloc/
H A Dframebuffer.cpp102 GRALLOC_USAGE_SW_WRITE_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.cpp83 if(((usage & GRALLOC_USAGE_SW_WRITE_MASK) == GRALLOC_USAGE_SW_WRITE_RARELY) in useUncached()
/aosp12/hardware/qcom/display/msm8226/libgralloc/
H A Dalloc_controller.cpp83 if(((usage & GRALLOC_USAGE_SW_WRITE_MASK) == GRALLOC_USAGE_SW_WRITE_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.cpp89 ((usage & GRALLOC_USAGE_SW_WRITE_MASK) == GRALLOC_USAGE_SW_WRITE_RARELY) or in useUncached()
/aosp12/hardware/qcom/display/msm8996/libgralloc/
H A Dalloc_controller.cpp93 ((usage & GRALLOC_USAGE_SW_WRITE_MASK) == GRALLOC_USAGE_SW_WRITE_RARELY) or in useUncached()
/aosp12/hardware/qcom/display/msm8909w_3100/libgralloc/
H A Dalloc_controller.cpp99 ((usage & GRALLOC_USAGE_SW_WRITE_MASK) == GRALLOC_USAGE_SW_WRITE_RARELY) or in useUncached()
/aosp12/hardware/qcom/display/msm8909/libgralloc/
H A Dalloc_controller.cpp99 ((usage & GRALLOC_USAGE_SW_WRITE_MASK) == GRALLOC_USAGE_SW_WRITE_RARELY) or in useUncached()
/aosp12/hardware/qcom/camera/msm8998/QCamera2/HAL3/
H A DQCamera3HWI.cpp2689 GRALLOC_USAGE_SW_WRITE_RARELY | in configureStreamsPerfLocked()