Home
last modified time | relevance | path

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

/external/drm_hwcomposer/drm/
DDrmGenericImporter.cpp45 &bo->gem_handles[0]); in ImportBuffer()
58 bo->gem_handles[i] = bo->gem_handles[0]; in ImportBuffer()
70 bo->gem_handles, bo->pitches, bo->offsets, &bo->fb_id, in ImportBuffer()
74 bo->format, bo->gem_handles, bo->pitches, in ImportBuffer()
84 ImportHandle(bo->gem_handles[0]); in ImportBuffer()
95 if (!bo->gem_handles[i]) in ReleaseBuffer()
98 if (ReleaseHandle(bo->gem_handles[i])) { in ReleaseBuffer()
99 ALOGE("Failed to release gem handle %d", bo->gem_handles[i]); in ReleaseBuffer()
102 if (bo->gem_handles[j] == bo->gem_handles[i]) in ReleaseBuffer()
103 bo->gem_handles[j] = 0; in ReleaseBuffer()
[all …]
/external/drm_hwcomposer/include/
Ddrmhwcgralloc.h32 uint32_t gem_handles[HWC_DRM_BO_MAX_PLANES]; member