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

  /hardware/qcom/display/msm8960/libgralloc/
gralloc_priv.h 178 int offset_metadata; member in struct:private_handle_t
196 base(0), offset_metadata(eOffset), gpuaddr(0),
mapper.cpp 80 hnd->offset_metadata, hnd->fd_metadata);
87 hnd->base_metadata = intptr_t(mappedAddress) + hnd->offset_metadata;
108 err = memalloc->unmap_buffer(base, size, hnd->offset_metadata);
gpu.cpp 324 (size_t) size, hnd->offset_metadata,
  /hardware/qcom/display/msm8974/libgralloc/
gralloc_priv.h 175 int offset_metadata; member in struct:private_handle_t
193 base(0), offset_metadata(eOffset), gpuaddr(0),
mapper.cpp 80 hnd->offset_metadata, hnd->fd_metadata);
87 hnd->base_metadata = intptr_t(mappedAddress) + hnd->offset_metadata;
108 err = memalloc->unmap_buffer(base, size, hnd->offset_metadata);
gpu.cpp 333 (size_t) size, hnd->offset_metadata,
  /hardware/qcom/display/msm8x26/libgralloc/
gralloc_priv.h 177 int offset_metadata; member in struct:private_handle_t
195 base(0), offset_metadata(eOffset), gpuaddr(0),
mapper.cpp 80 hnd->offset_metadata, hnd->fd_metadata);
87 hnd->base_metadata = intptr_t(mappedAddress) + hnd->offset_metadata;
108 err = memalloc->unmap_buffer(base, size, hnd->offset_metadata);
gpu.cpp 324 (size_t) size, hnd->offset_metadata,

Completed in 2291 milliseconds