Home
last modified time | relevance | path

Searched refs:gem_handles (Results 1 – 5 of 5) sorted by relevance

/external/drm_hwcomposer/
Dplatformdrmgeneric.cpp125 bo->gem_handles[0] = gem_handle; in ImportBuffer()
129 bo->gem_handles, bo->pitches, bo->offsets, &bo->fb_id, 0); in ImportBuffer()
147 if (!bo->gem_handles[i]) in ReleaseBuffer()
150 gem_close.handle = bo->gem_handles[i]; in ReleaseBuffer()
156 if (bo->gem_handles[j] == bo->gem_handles[i]) in ReleaseBuffer()
157 bo->gem_handles[j] = 0; in ReleaseBuffer()
158 bo->gem_handles[i] = 0; in ReleaseBuffer()
Dplatformhisi.cpp160 bo->gem_handles[0] = gem_handle; in ImportBuffer()
175 bo->gem_handles[1] = gem_handle; in ImportBuffer()
179 bo->gem_handles[2] = gem_handle; in ImportBuffer()
189 bo->format, bo->gem_handles, bo->pitches, in ImportBuffer()
Dplatformminigbm.cpp91 bo->gem_handles[0] = gem_handle; in ImportBuffer()
94 bo->gem_handles, bo->pitches, bo->offsets, &bo->fb_id, 0); in ImportBuffer()
Ddrmhwcgralloc.h32 uint32_t gem_handles[HWC_DRM_BO_MAX_PLANES]; member
Dhwcutils.cpp119 if (bo->gem_handles[layer_count] == 0) in ImportBuffer()