Home
last modified time | relevance | path

Searched refs:fb_id_ptr (Results 1 - 3 of 3) sorted by relevance

/third_party/libdrm/
H A Dxf86drmMode.c177 res.fb_id_ptr = VOID2U64(drmMalloc(res.count_fbs*sizeof(uint32_t))); in drmModeGetResources()
178 if (!res.fb_id_ptr) in drmModeGetResources()
209 drmFree(U642VOID(res.fb_id_ptr)); in drmModeGetResources()
232 r->fbs = drmAllocCpy(U642VOID(res.fb_id_ptr), res.count_fbs, sizeof(uint32_t)); in drmModeGetResources()
250 drmFree(U642VOID(res.fb_id_ptr)); in drmModeGetResources()
/third_party/mesa3d/include/drm-uapi/
H A Ddrm_mode.h263 __u64 fb_id_ptr; member
/third_party/libdrm/include/drm/
H A Ddrm_mode.h263 __u64 fb_id_ptr; member

Completed in 7 milliseconds