Searched refs:gem_handle (Results 1 - 6 of 6) sorted by relevance
/hardware/qcom/display/msm8998/libdrmutils/ |
H A D | drm_master.h | 61 int CreateFbId(const DRMBuffer &drm_buffer, uint32_t *gem_handle, uint32_t *fb_id); 68 int RemoveFbId(uint32_t gem_handle, uint32_t fb_id);
|
H A D | drm_master.cpp | 97 int DRMMaster::CreateFbId(const DRMBuffer &drm_buffer, uint32_t *gem_handle, uint32_t *fb_id) { argument 98 int ret = drmPrimeFDToHandle(dev_fd_, drm_buffer.fd, gem_handle); 109 fill(begin(cmd2.handles), begin(cmd2.handles) + drm_buffer.num_planes, *gem_handle); local 118 gem_close.handle = *gem_handle; 131 int DRMMaster::RemoveFbId(uint32_t gem_handle, uint32_t fb_id) { argument 133 gem_close.handle = gem_handle;
|
/hardware/qcom/display/msm8909/libdrmutils/ |
H A D | drm_master.cpp | 98 uint32_t gem_handle = 0; local 99 int ret = drmPrimeFDToHandle(dev_fd_, drm_buffer.fd, &gem_handle); 110 fill(begin(cmd2.handles), begin(cmd2.handles) + drm_buffer.num_planes, gem_handle); local 123 gem_close.handle = gem_handle;
|
/hardware/qcom/display/msm8909w_3100/libdrmutils/ |
H A D | drm_master.cpp | 98 uint32_t gem_handle = 0; local 99 int ret = drmPrimeFDToHandle(dev_fd_, drm_buffer.fd, &gem_handle); 110 fill(begin(cmd2.handles), begin(cmd2.handles) + drm_buffer.num_planes, gem_handle); local 123 gem_close.handle = gem_handle;
|
/hardware/qcom/display/msm8998/sdm/include/core/ |
H A D | buffer_allocator.h | 73 uint32_t gem_handle = 0; // GEM driver handle for correspoding import of ION buffer member in struct:sdm::AllocatedBufferInfo
|
/hardware/qcom/display/msm8998/libgralloc/ |
H A D | gralloc_priv.h | 259 unsigned int gem_handle; member in struct:private_handle_t 277 unaligned_height(height), gem_handle(0), fb_id(0)
|
Completed in 180 milliseconds