Home
last modified time | relevance | path

Searched refs:GRALLOC_USAGE_SW_WRITE_MASK (Results 1 – 10 of 10) sorted by relevance

/hardware/libhardware/include/hardware/
Dgralloc.h86 GRALLOC_USAGE_SW_WRITE_MASK = 0x000000F0, enumerator
/hardware/qcom/display/msm8974/libgralloc/
Dmapper.cpp209 if (usage & (GRALLOC_USAGE_SW_READ_MASK | GRALLOC_USAGE_SW_WRITE_MASK)) { in gralloc_map_and_invalidate()
224 if (usage & GRALLOC_USAGE_SW_WRITE_MASK) { in gralloc_map_and_invalidate()
Dalloc_controller.cpp80 if(((usage & GRALLOC_USAGE_SW_WRITE_MASK) == GRALLOC_USAGE_SW_WRITE_RARELY) in useUncached()
/hardware/qcom/display/msm8226/libgralloc/
Dmapper.cpp213 if (usage & (GRALLOC_USAGE_SW_READ_MASK | GRALLOC_USAGE_SW_WRITE_MASK)) { in gralloc_lock()
229 if (usage & GRALLOC_USAGE_SW_WRITE_MASK) { in gralloc_lock()
Dalloc_controller.cpp83 if(((usage & GRALLOC_USAGE_SW_WRITE_MASK) == GRALLOC_USAGE_SW_WRITE_RARELY) in useUncached()
378 GRALLOC_USAGE_SW_WRITE_MASK)) { in isMacroTileEnabled()
/hardware/qcom/display/msm8960/libgralloc/
Dmapper.cpp209 if (usage & (GRALLOC_USAGE_SW_READ_MASK | GRALLOC_USAGE_SW_WRITE_MASK)) { in gralloc_map_and_invalidate()
223 if ((usage & GRALLOC_USAGE_SW_WRITE_MASK) && in gralloc_map_and_invalidate()
/hardware/qcom/display/msm8084/libgralloc/
Dmapper.cpp215 if (usage & (GRALLOC_USAGE_SW_READ_MASK | GRALLOC_USAGE_SW_WRITE_MASK)) { in gralloc_map_and_invalidate()
230 if (usage & GRALLOC_USAGE_SW_WRITE_MASK) { in gralloc_map_and_invalidate()
Dalloc_controller.cpp83 if(((usage & GRALLOC_USAGE_SW_WRITE_MASK) == GRALLOC_USAGE_SW_WRITE_RARELY) in useUncached()
383 GRALLOC_USAGE_SW_WRITE_MASK)) { in isMacroTileEnabled()
/hardware/samsung_slsi/exynos5/gralloc/
Dgralloc.cpp138 GRALLOC_USAGE_SW_WRITE_MASK)); in gralloc_alloc_rgb()
/hardware/ti/omap4-aah/hwc/
Drgz_2d.c1022 handle->usage & GRALLOC_USAGE_SW_WRITE_MASK) in rgz_print_layer()