Home
last modified time | relevance | path

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

/hardware/google/gfxstream/host/vulkan/
DGrallocDefs.h57 GRALLOC_USAGE_SW_WRITE_RARELY = 0x00000020U, enumerator
/hardware/libhardware/include_all/hardware/
Dgralloc.h81 GRALLOC_USAGE_SW_WRITE_RARELY = 0x00000020U, enumerator
/hardware/libhardware/include/hardware/
Dgralloc.h81 GRALLOC_USAGE_SW_WRITE_RARELY = 0x00000020U, enumerator
/hardware/google/gfxstream/guest/mesa/include/android_stub/hardware/
Dgralloc.h81 GRALLOC_USAGE_SW_WRITE_RARELY = 0x00000020U, enumerator
/hardware/google/gchips/gralloc4/src/
Dmali_gralloc_usages.h91 #define GRALLOC_USAGE_SW_WRITE_RARELY static_cast<uint64_t>(hidl_common::BufferUsage::CPU_WRITE_RAR… macro
/hardware/libhardware/modules/gralloc/
Dframebuffer.cpp102 GRALLOC_USAGE_SW_WRITE_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/interfaces/automotive/evs/aidl/impl/default/src/
DEvsMockCamera.cpp374 GRALLOC_USAGE_SW_READ_RARELY | GRALLOC_USAGE_SW_WRITE_RARELY; in Create()
DEvsVideoEmulatedCamera.cpp125 GRALLOC_USAGE_SW_READ_RARELY | GRALLOC_USAGE_SW_WRITE_RARELY; in initializeMediaCodec()
/hardware/qcom/display/msm8226/libgralloc/
Dalloc_controller.cpp83 if(((usage & GRALLOC_USAGE_SW_WRITE_MASK) == GRALLOC_USAGE_SW_WRITE_RARELY) in useUncached()
/hardware/qcom/display/msm8084/libgralloc/
Dalloc_controller.cpp83 if(((usage & GRALLOC_USAGE_SW_WRITE_MASK) == GRALLOC_USAGE_SW_WRITE_RARELY) in useUncached()
/hardware/qcom/display/msm8994/libgralloc/
Dalloc_controller.cpp89 ((usage & GRALLOC_USAGE_SW_WRITE_MASK) == GRALLOC_USAGE_SW_WRITE_RARELY) or in useUncached()
/hardware/interfaces/automotive/evs/1.1/default/
DEvsCamera.cpp746 GRALLOC_USAGE_SW_READ_RARELY | GRALLOC_USAGE_SW_WRITE_RARELY; in Create()
/hardware/qcom/display/msm8996/libgralloc/
Dalloc_controller.cpp93 ((usage & GRALLOC_USAGE_SW_WRITE_MASK) == GRALLOC_USAGE_SW_WRITE_RARELY) or in useUncached()
/hardware/qcom/display/msm8909/libgralloc/
Dalloc_controller.cpp99 ((usage & GRALLOC_USAGE_SW_WRITE_MASK) == GRALLOC_USAGE_SW_WRITE_RARELY) or in useUncached()
/hardware/qcom/display/msm8909w_3100/libgralloc/
Dalloc_controller.cpp99 ((usage & GRALLOC_USAGE_SW_WRITE_MASK) == GRALLOC_USAGE_SW_WRITE_RARELY) or in useUncached()
/hardware/qcom/camera/msm8998/QCamera2/HAL3/
DQCamera3HWI.cpp2689 GRALLOC_USAGE_SW_WRITE_RARELY | in configureStreamsPerfLocked()