Home
last modified time | relevance | path

Searched refs:PRIV_FLAGS_EXTERNAL_BLOCK (Results 1 – 3 of 3) sorted by relevance

/hardware/qcom/display/msm8960/libgralloc/
Dgralloc_priv.h156 PRIV_FLAGS_EXTERNAL_BLOCK = 0x00004000, enumerator
Dgpu.cpp99 flags |= private_handle_t::PRIV_FLAGS_EXTERNAL_BLOCK; in gralloc_alloc_buffer()
/hardware/qcom/display/msm8960/libhwcomposer/
Dhwc_utils.h236 return (hnd && (hnd->flags & private_handle_t::PRIV_FLAGS_EXTERNAL_BLOCK)); in isExtBlock()