OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:textured_adapter
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/xorg/
xorg_xv.c
726
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/
xorg_xv.c
726
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 203 milliseconds