Home
last modified time | relevance | path

Searched refs:PRIV_FLAGS_USES_PMEM (Results 1 – 14 of 14) sorted by relevance

/hardware/qcom/display/msm8960/libgralloc/
Dgralloc_priv.h138 PRIV_FLAGS_USES_PMEM = 0x00000002, enumerator
210 return (flags & PRIV_FLAGS_USES_PMEM) != 0; in usesPhysicallyContiguousMemory()
Dgpu.cpp215 private_handle_t::PRIV_FLAGS_USES_PMEM | in gralloc_alloc_framebuffer_locked()
Dmapper.cpp185 if (hnd->flags & (private_handle_t::PRIV_FLAGS_USES_PMEM | in terminateBuffer()
/hardware/qcom/display/msm8226/libgralloc/
Dgralloc_priv.h178 PRIV_FLAGS_USES_PMEM = 0x00000002, enumerator
254 return (flags & PRIV_FLAGS_USES_PMEM) != 0; in usesPhysicallyContiguousMemory()
Dgpu.cpp232 private_handle_t::PRIV_FLAGS_USES_PMEM | in gralloc_alloc_framebuffer_locked()
Dmapper.cpp192 if (hnd->flags & (private_handle_t::PRIV_FLAGS_USES_PMEM | in terminateBuffer()
/hardware/qcom/display/msm8084/libgralloc/
Dgralloc_priv.h178 PRIV_FLAGS_USES_PMEM = 0x00000002, enumerator
251 return (flags & PRIV_FLAGS_USES_PMEM) != 0; in usesPhysicallyContiguousMemory()
Dgpu.cpp229 private_handle_t::PRIV_FLAGS_USES_PMEM | in gralloc_alloc_framebuffer_locked()
Dmapper.cpp192 if (hnd->flags & (private_handle_t::PRIV_FLAGS_USES_PMEM | in terminateBuffer()
/hardware/qcom/display/msm8994/libgralloc/
Dgralloc_priv.h184 PRIV_FLAGS_USES_PMEM = 0x00000002, enumerator
272 return (flags & PRIV_FLAGS_USES_PMEM) != 0; in usesPhysicallyContiguousMemory()
/hardware/qcom/display/msm8960/libcopybit/
Dcopybit_c2d.cpp342 if (handle->flags & (private_handle_t::PRIV_FLAGS_USES_PMEM | in c2d_get_gpuaddr()
/hardware/qcom/display/msm8994/libcopybit/
Dcopybit_c2d.cpp353 if (handle->flags & (private_handle_t::PRIV_FLAGS_USES_PMEM | in c2d_get_gpuaddr()
/hardware/qcom/display/msm8226/libcopybit/
Dcopybit_c2d.cpp352 if (handle->flags & (private_handle_t::PRIV_FLAGS_USES_PMEM | in c2d_get_gpuaddr()
/hardware/qcom/display/msm8084/libcopybit/
Dcopybit_c2d.cpp347 if (handle->flags & (private_handle_t::PRIV_FLAGS_USES_PMEM | in c2d_get_gpuaddr()