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

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

Completed in 95 milliseconds