Searched refs:gem_handles (Results 1 – 5 of 5) sorted by relevance
/external/drm_hwcomposer/ |
D | platformdrmgeneric.cpp | 125 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()
|
D | platformhisi.cpp | 160 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()
|
D | platformminigbm.cpp | 91 bo->gem_handles[0] = gem_handle; in ImportBuffer() 94 bo->gem_handles, bo->pitches, bo->offsets, &bo->fb_id, 0); in ImportBuffer()
|
D | drmhwcgralloc.h | 32 uint32_t gem_handles[HWC_DRM_BO_MAX_PLANES]; member
|
D | hwcutils.cpp | 119 if (bo->gem_handles[layer_count] == 0) in ImportBuffer()
|