Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/state_trackers/xorg/
Dxorg_xv.c725 XF86VideoAdaptorPtr *adaptors, *new_adaptors = NULL; in xorg_xv_init() local
730 new_adaptors = malloc((num_adaptors + 1) * sizeof(XF86VideoAdaptorPtr *)); in xorg_xv_init()
731 if (new_adaptors == NULL) in xorg_xv_init()
734 memcpy(new_adaptors, adaptors, num_adaptors * sizeof(XF86VideoAdaptorPtr)); in xorg_xv_init()
735 adaptors = new_adaptors; in xorg_xv_init()