Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/hw/xwayland/
H A Dxwayland-glamor-xv.c213 void *moreSpace; in xwl_glamor_xv_add_formats() local
216 moreSpace = xnfreallocarray(pFormat, totFormat, in xwl_glamor_xv_add_formats()
218 pFormat = moreSpace; in xwl_glamor_xv_add_formats()
/OK3568_Linux_fs/external/xserver/hw/kdrive/src/
H A Dkxv.c315 void *moreSpace; in KdXVInitAdaptors() local
318 moreSpace = reallocarray(pFormat, totFormat, in KdXVInitAdaptors()
320 if (!moreSpace) in KdXVInitAdaptors()
322 pFormat = moreSpace; in KdXVInitAdaptors()
/OK3568_Linux_fs/external/xserver/hw/xfree86/common/
H A Dxf86xv.c436 void *moreSpace; in xf86XVInitAdaptors() local
439 moreSpace = reallocarray(pFormat, totFormat, in xf86XVInitAdaptors()
441 if (!moreSpace) in xf86XVInitAdaptors()
443 pFormat = moreSpace; in xf86XVInitAdaptors()