Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/hw/kdrive/ephyr/
H A Dephyr_glamor_xv.c112 glamor_port_private *port_privates; in ephyr_glamor_xv_init() local
138 port_privates = xnfcalloc(adaptor->nPorts, in ephyr_glamor_xv_init()
143 adaptor->pPortPrivates[i].ptr = &port_privates[i]; in ephyr_glamor_xv_init()
144 glamor_xv_init_port(&port_privates[i]); in ephyr_glamor_xv_init()
/OK3568_Linux_fs/external/xserver/hw/xwayland/
H A Dxwayland-glamor-xv.c48 glamor_port_private *port_privates; member
249 xwlXvScreen->port_privates = xnfcalloc(NUM_PORTS, in xwl_glamor_xv_add_ports()
259 glamor_xv_init_port(&xwlXvScreen->port_privates[i]); in xwl_glamor_xv_add_ports()
260 pp->devPriv.ptr = &xwlXvScreen->port_privates[i]; in xwl_glamor_xv_add_ports()
385 free(xwlXvScreen->port_privates); in xwl_glamor_xv_close_screen()
404 xwlXvScreen->port_privates = NULL; in xwl_glamor_xv_init()