Home
last modified time | relevance | path

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

/hardware/libhardware/include/hardware/
Dgralloc.h82 GRALLOC_USAGE_SW_WRITE_RARELY = 0x00000020, enumerator
/hardware/qcom/display/msm8974/libgralloc/
Dalloc_controller.cpp80 if(((usage & GRALLOC_USAGE_SW_WRITE_MASK) == GRALLOC_USAGE_SW_WRITE_RARELY) in useUncached()
/hardware/libhardware/modules/gralloc/
Dframebuffer.cpp122 GRALLOC_USAGE_SW_WRITE_RARELY, in fb_post()
/hardware/intel/img/psb_video/src/android/
Dpsb_surface_gralloc.c361 usage |= GRALLOC_USAGE_SW_WRITE_RARELY | GRALLOC_USAGE_SW_READ_RARELY; in psb_CreateSurfacesFromGralloc()
/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 GRALLOC_USAGE_SW_WRITE_RARELY) or in useUncached()
/hardware/intel/common/omx-components/videocodec/
DOMXVideoDecoderBase.cpp933 param->nUsage |= GRALLOC_USAGE_SW_READ_RARELY | GRALLOC_USAGE_SW_WRITE_RARELY;
/hardware/qcom/camera/QCamera2/HAL3/
DQCamera3HWI.cpp1669 GRALLOC_USAGE_SW_WRITE_RARELY | in configureStreamsPerfLocked()