Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/state_trackers/xorg/
Dxorg_xv.c726 XF86VideoAdaptorPtr textured_adapter; in xorg_xv_init() local
743 textured_adapter = xorg_setup_textured_adapter(pScreen); in xorg_xv_init()
745 debug_assert(textured_adapter); in xorg_xv_init()
747 if (textured_adapter) { in xorg_xv_init()
748 adaptors[num_adaptors++] = textured_adapter; in xorg_xv_init()
753 if (textured_adapter) in xorg_xv_init()
754 xorg_xvmc_init(pScreen, textured_adapter->name); in xorg_xv_init()