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

  /hardware/qcom/display/msm8960/libgralloc/
gralloc_priv.h 179 int offset_metadata; member in struct:private_handle_t
197 base(0), offset_metadata(eOffset), gpuaddr(0),
mapper.cpp 79 hnd->offset_metadata, hnd->fd_metadata);
86 hnd->base_metadata = intptr_t(mappedAddress) + hnd->offset_metadata;
107 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 176 int offset_metadata; member in struct:private_handle_t
194 base(0), offset_metadata(eOffset), gpuaddr(0),
mapper.cpp 79 hnd->offset_metadata, hnd->fd_metadata);
86 hnd->base_metadata = intptr_t(mappedAddress) + hnd->offset_metadata;
107 err = memalloc->unmap_buffer(base, size, hnd->offset_metadata);
gpu.cpp 339 (size_t) size, hnd->offset_metadata,
  /hardware/qcom/display/msm8084/libgralloc/
gralloc_priv.h 218 size_t offset_metadata; member in struct:private_handle_t
238 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;
111 err = memalloc->unmap_buffer(base, size, hnd->offset_metadata);
gpu.cpp 338 size, hnd->offset_metadata,
  /hardware/qcom/display/msm8226/libgralloc/
gralloc_priv.h 220 unsigned int offset_metadata; member in struct:private_handle_t
241 base(0), offset_metadata(eOffset), gpuaddr(0),
mapper.cpp 80 hnd->offset_metadata, hnd->fd_metadata);
87 hnd->base_metadata = uint64_t(mappedAddress) + hnd->offset_metadata;
111 err = memalloc->unmap_buffer(base, size, hnd->offset_metadata);
gpu.cpp 342 size, hnd->offset_metadata,

Completed in 1554 milliseconds