Lines Matching refs:xwlXvScreen

241     xwlXvScreenPtr xwlXvScreen;  in xwl_glamor_xv_add_ports()  local
247 xwlXvScreen = dixLookupPrivate(&(pa->pScreen)->devPrivates, in xwl_glamor_xv_add_ports()
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()
325 xwlXvScreenPtr xwlXvScreen; in xwl_glamor_xv_add_adaptors() local
360 xwlXvScreen = dixLookupPrivate(&(pa->pScreen)->devPrivates, in xwl_glamor_xv_add_adaptors()
362 xwlXvScreen->glxv_adaptor = pa; in xwl_glamor_xv_add_adaptors()
376 xwlXvScreenPtr xwlXvScreen; in xwl_glamor_xv_close_screen() local
378 xwlXvScreen = dixLookupPrivate(&(pScreen)->devPrivates, in xwl_glamor_xv_close_screen()
381 if (xwlXvScreen->glxv_adaptor) { in xwl_glamor_xv_close_screen()
382 XvFreeAdaptor(xwlXvScreen->glxv_adaptor); in xwl_glamor_xv_close_screen()
383 free(xwlXvScreen->glxv_adaptor); in xwl_glamor_xv_close_screen()
385 free(xwlXvScreen->port_privates); in xwl_glamor_xv_close_screen()
387 pScreen->CloseScreen = xwlXvScreen->CloseScreen; in xwl_glamor_xv_close_screen()
395 xwlXvScreenPtr xwlXvScreen; in xwl_glamor_xv_init() local
401 xwlXvScreen = dixLookupPrivate(&(pScreen)->devPrivates, in xwl_glamor_xv_init()
404 xwlXvScreen->port_privates = NULL; in xwl_glamor_xv_init()
405 xwlXvScreen->glxv_adaptor = NULL; in xwl_glamor_xv_init()
406 xwlXvScreen->CloseScreen = pScreen->CloseScreen; in xwl_glamor_xv_init()