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

  /hardware/qcom/display/msm8084/libgralloc/
gralloc_priv.h 205 PRIV_FLAGS_TILE_RENDERED = 0x02000000
gpu.cpp 152 flags |= private_handle_t::PRIV_FLAGS_TILE_RENDERED;
  /hardware/qcom/display/msm8226/libgralloc/
gralloc_priv.h 203 PRIV_FLAGS_TILE_RENDERED = 0x02000000
gpu.cpp 147 flags |= private_handle_t::PRIV_FLAGS_TILE_RENDERED;
  /hardware/qcom/display/msm8084/libhwcomposer/
hwc_utils.h 401 return (hnd && (private_handle_t::PRIV_FLAGS_TILE_RENDERED & hnd->flags));
  /hardware/qcom/display/msm8226/libhwcomposer/
hwc_utils.h 374 return (hnd && (private_handle_t::PRIV_FLAGS_TILE_RENDERED & hnd->flags));

Completed in 90 milliseconds