Home
last modified time | relevance | path

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

/hardware/qcom/display/msm8084/libgralloc/
Dmapper.cpp236 hnd->flags |= private_handle_t::PRIV_FLAGS_DO_NOT_FLUSH; in gralloc_map_and_invalidate()
281 } else if(hnd->flags & private_handle_t::PRIV_FLAGS_DO_NOT_FLUSH) { in gralloc_unlock()
282 hnd->flags &= ~private_handle_t::PRIV_FLAGS_DO_NOT_FLUSH; in gralloc_unlock()
Dgralloc_priv.h183 PRIV_FLAGS_DO_NOT_FLUSH = 0x00000040, enumerator
/hardware/qcom/display/msm8960/libgralloc/
Dmapper.cpp229 hnd->flags |= private_handle_t::PRIV_FLAGS_DO_NOT_FLUSH; in gralloc_map_and_invalidate()
315 } else if(hnd->flags & private_handle_t::PRIV_FLAGS_DO_NOT_FLUSH) { in gralloc_unlock()
316 hnd->flags &= ~private_handle_t::PRIV_FLAGS_DO_NOT_FLUSH; in gralloc_unlock()
Dgralloc_priv.h143 PRIV_FLAGS_DO_NOT_FLUSH = 0x00000040, enumerator
/hardware/qcom/display/msm8226/libgralloc/
Dmapper.cpp236 hnd->flags |= private_handle_t::PRIV_FLAGS_DO_NOT_FLUSH; in gralloc_map_and_invalidate()
281 } else if(hnd->flags & private_handle_t::PRIV_FLAGS_DO_NOT_FLUSH) { in gralloc_unlock()
282 hnd->flags &= ~private_handle_t::PRIV_FLAGS_DO_NOT_FLUSH; in gralloc_unlock()
Dgralloc_priv.h183 PRIV_FLAGS_DO_NOT_FLUSH = 0x00000040, enumerator
/hardware/qcom/display/msm8960/libcopybit/
Dcopybit.cpp463 if(src_hnd != NULL && src_hnd->flags & private_handle_t::PRIV_FLAGS_DO_NOT_FLUSH) { in stretch_copybit()
/hardware/qcom/display/msm8084/libcopybit/
Dcopybit.cpp503 if(src_hnd != NULL && src_hnd->flags & private_handle_t::PRIV_FLAGS_DO_NOT_FLUSH) { in stretch_copybit()
/hardware/qcom/display/msm8226/libcopybit/
Dcopybit.cpp503 if(src_hnd != NULL && src_hnd->flags & private_handle_t::PRIV_FLAGS_DO_NOT_FLUSH) { in stretch_copybit()