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

/xsrc/external/mit/libdrm/dist/
H A Dxf86drmMode.c177 res.fb_id_ptr = VOID2U64(drmMalloc(res.count_fbs*sizeof(uint32_t)));
178 if (!res.fb_id_ptr)
209 drmFree(U642VOID(res.fb_id_ptr));
232 r->fbs = drmAllocCpy(U642VOID(res.fb_id_ptr), res.count_fbs, sizeof(uint32_t));
250 drmFree(U642VOID(res.fb_id_ptr));
/xsrc/external/mit/libdrm/dist/include/drm/
H A Ddrm_mode.h263 __u64 fb_id_ptr; member in struct:drm_mode_card_res
/xsrc/external/mit/MesaLib.old/dist/include/drm-uapi/
H A Ddrm_mode.h234 __u64 fb_id_ptr; member in struct:drm_mode_card_res
/xsrc/external/mit/MesaLib/dist/include/drm-uapi/
H A Ddrm_mode.h263 __u64 fb_id_ptr; member in struct:drm_mode_card_res

Completed in 15 milliseconds