HomeSort by relevance Sort by last modified time
    Searched refs:PRIV_FLAGS_USES_PMEM (Results 1 - 17 of 17) sorted by null

  /hardware/qcom/display/msm8960/libgralloc/
gralloc_priv.h 138 PRIV_FLAGS_USES_PMEM = 0x00000002,
210 return (flags & PRIV_FLAGS_USES_PMEM) != 0;
gpu.cpp 215 private_handle_t::PRIV_FLAGS_USES_PMEM |
mapper.cpp 185 if (hnd->flags & (private_handle_t::PRIV_FLAGS_USES_PMEM |
  /hardware/qcom/display/msm8084/libgralloc/
gralloc_priv.h 178 PRIV_FLAGS_USES_PMEM = 0x00000002,
251 return (flags & PRIV_FLAGS_USES_PMEM) != 0;
gpu.cpp 229 private_handle_t::PRIV_FLAGS_USES_PMEM |
mapper.cpp 192 if (hnd->flags & (private_handle_t::PRIV_FLAGS_USES_PMEM |
  /hardware/qcom/display/msm8226/libgralloc/
gralloc_priv.h 178 PRIV_FLAGS_USES_PMEM = 0x00000002,
254 return (flags & PRIV_FLAGS_USES_PMEM) != 0;
gpu.cpp 232 private_handle_t::PRIV_FLAGS_USES_PMEM |
mapper.cpp 192 if (hnd->flags & (private_handle_t::PRIV_FLAGS_USES_PMEM |
  /hardware/qcom/display/msm8909/libgralloc/
gralloc_priv.h 180 PRIV_FLAGS_USES_PMEM = 0x00000002,
257 return (flags & PRIV_FLAGS_USES_PMEM) != 0;
mapper.cpp 207 if (hnd->flags & (private_handle_t::PRIV_FLAGS_USES_PMEM |
  /hardware/qcom/display/msm8994/libgralloc/
gralloc_priv.h 184 PRIV_FLAGS_USES_PMEM = 0x00000002,
272 return (flags & PRIV_FLAGS_USES_PMEM) != 0;
  /hardware/qcom/display/msm8084/libcopybit/
copybit_c2d.cpp 347 if (handle->flags & (private_handle_t::PRIV_FLAGS_USES_PMEM |
    [all...]
  /hardware/qcom/display/msm8226/libcopybit/
copybit_c2d.cpp 352 if (handle->flags & (private_handle_t::PRIV_FLAGS_USES_PMEM |
    [all...]
  /hardware/qcom/display/msm8909/libcopybit/
copybit_c2d.cpp 351 if (handle->flags & (private_handle_t::PRIV_FLAGS_USES_PMEM |
    [all...]
  /hardware/qcom/display/msm8960/libcopybit/
copybit_c2d.cpp 342 if (handle->flags & (private_handle_t::PRIV_FLAGS_USES_PMEM |
    [all...]
  /hardware/qcom/display/msm8994/libcopybit/
copybit_c2d.cpp 353 if (handle->flags & (private_handle_t::PRIV_FLAGS_USES_PMEM |
    [all...]

Completed in 190 milliseconds