Searched refs:PRIV_FLAGS_USES_PMEM (Results 1 - 16 of 16) sorted by relevance

/hardware/qcom/display/msm8960/libgralloc/
H A Dgralloc_priv.h138 PRIV_FLAGS_USES_PMEM = 0x00000002, enumerator in enum:private_handle_t::__anon1586
210 return (flags & PRIV_FLAGS_USES_PMEM) != 0;
H A Dgpu.cpp215 private_handle_t::PRIV_FLAGS_USES_PMEM |
H A Dmapper.cpp185 if (hnd->flags & (private_handle_t::PRIV_FLAGS_USES_PMEM |
/hardware/qcom/display/msm8974/libgralloc/
H A Dgralloc_priv.h134 PRIV_FLAGS_USES_PMEM = 0x00000002, enumerator in enum:private_handle_t::__anon1651
207 return (flags & PRIV_FLAGS_USES_PMEM) != 0;
H A Dgpu.cpp221 private_handle_t::PRIV_FLAGS_USES_PMEM |
H A Dmapper.cpp185 if (hnd->flags & (private_handle_t::PRIV_FLAGS_USES_PMEM |
/hardware/qcom/display/msm8084/libgralloc/
H A Dgralloc_priv.h178 PRIV_FLAGS_USES_PMEM = 0x00000002, enumerator in enum:private_handle_t::__anon1438
251 return (flags & PRIV_FLAGS_USES_PMEM) != 0;
H A Dgpu.cpp229 private_handle_t::PRIV_FLAGS_USES_PMEM |
H A Dmapper.cpp192 if (hnd->flags & (private_handle_t::PRIV_FLAGS_USES_PMEM |
/hardware/qcom/display/msm8226/libgralloc/
H A Dgralloc_priv.h178 PRIV_FLAGS_USES_PMEM = 0x00000002, enumerator in enum:private_handle_t::__anon1514
254 return (flags & PRIV_FLAGS_USES_PMEM) != 0;
H A Dgpu.cpp232 private_handle_t::PRIV_FLAGS_USES_PMEM |
H A Dmapper.cpp192 if (hnd->flags & (private_handle_t::PRIV_FLAGS_USES_PMEM |
/hardware/qcom/display/msm8084/libcopybit/
H A Dcopybit_c2d.cpp347 if (handle->flags & (private_handle_t::PRIV_FLAGS_USES_PMEM |
/hardware/qcom/display/msm8226/libcopybit/
H A Dcopybit_c2d.cpp352 if (handle->flags & (private_handle_t::PRIV_FLAGS_USES_PMEM |
/hardware/qcom/display/msm8960/libcopybit/
H A Dcopybit_c2d.cpp342 if (handle->flags & (private_handle_t::PRIV_FLAGS_USES_PMEM |
/hardware/qcom/display/msm8974/libcopybit/
H A Dcopybit_c2d.cpp348 if (handle->flags & (private_handle_t::PRIV_FLAGS_USES_PMEM |

Completed in 90 milliseconds