/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.3.0.0/ |
H A D | config.h | 176 xf86cfgDevice *card; member in struct:__anon7354
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.4.2/ |
H A D | config.h | 149 xf86cfgDevice *card; member in struct:__anon7730
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.5.3/ |
H A D | config.h | 148 xf86cfgDevice *card; member in struct:__anon8090
|
/vbox/src/VBox/Devices/Audio/ |
H A D | DevIchHdaCodec.h | 120 QEMUSoundCard card; member in struct:HDACODEC
|
H A D | DevSB16.cpp | 179 QEMUSoundCard card; member in struct:SB16STATE 475 &pThis->card, 628 &pThis->card, 1148 &pThis->card, 2042 AUD_close_out (&pThis->card, pThis->voice); 2068 &pThis->card, 2146 AUD_register_card (audio, "sb16", &pThis->card); 2497 AUD_register_card("sb16", &pThis->card); 2503 AUD_close_out (&pThis->card, pThis->voice);
|
H A D | audio.c | 1645 void AUD_register_card (const char *name, QEMUSoundCard *card) argument 1648 card->audio = s; 1649 card->name = qemu_strdup (name); 1650 memset (&card->entries, 0, sizeof (card->entries)); 1651 LIST_INSERT_HEAD (&s->card_head, card, entries); 1654 void AUD_remove_card (QEMUSoundCard *card) argument 1656 LIST_REMOVE (card, entries); 1657 card->audio = NULL; 1658 qemu_free (card [all...] |
H A D | DevIchAc97.cpp | 309 QEMUSoundCard card; member in struct:AC97STATE 733 pThis->voice_pi = AUD_open_in(&pThis->card, pThis->voice_pi, "ac97.pi", pThis, ichac97InputCallback, &as); 741 pThis->voice_po = AUD_open_out(&pThis->card, pThis->voice_po, "ac97.po", pThis, ichac97OutputCallback, &as); 749 pThis->voice_mc = AUD_open_in(&pThis->card, pThis->voice_mc, "ac97.mc", pThis, ichac97MicInCallback, &as); 762 AUD_close_in(&pThis->card, pThis->voice_pi); 770 AUD_close_out(&pThis->card, pThis->voice_po); 778 AUD_close_in(&pThis->card, pThis->voice_mc); 2451 AUD_register_card("ICH0", &pThis->card); 2539 AUD_close_in(&pThis->card, pThis->voice_pi); 2540 AUD_close_out(&pThis->card, pThi [all...] |
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.1.0/ |
H A D | config.h | 177 xf86cfgDevice *card; member in struct:__anon4506
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.0.1/ |
H A D | config.h | 177 xf86cfgDevice *card; member in struct:__anon4067
|
H A D | exa.h | 203 ExaCardInfoRec card; member in struct:_ExaDriver 255 (exa)->card.Sync = sync; \ 256 (exa)->card.memoryBase = memory_base; \ 257 (exa)->card.offScreenBase = off_screen_base; \ 258 (exa)->card.memorySize = memory_size; \ 259 (exa)->card.offscreenByteAlign = offscreen_byte_align; \ 260 (exa)->card.offscreenPitch = offscreen_pitch; \ 261 (exa)->card.flags = flags; \ 262 (exa)->card.maxX = max_x; \ 263 (exa)->card [all...] |
/vbox/src/VBox/RDP/client-1.8.3/ |
H A D | cssp.c | 327 cssp_encode_tscspdatadetail(unsigned char keyspec, char *card, char *reader, char *container, argument 349 if (card) 351 s_realloc(&tmp, 4 + strlen(card) * sizeof(uint16)); 353 rdp_out_unistr(&tmp, card, strlen(card) * sizeof(uint16));
|
/vbox/src/VBox/Devices/Graphics/shaderlib/ |
H A D | directx.c | 424 * 44 varyings. So assume that if we have more than 44 varyings we have a dx10 card. 425 * This detection is for the gl_ClipPos varying quirk. If a d3d9 card really supports more than 44 627 TRACE("GL_ARB_texture_non_power_of_two advertised on R500 or earlier card, removing.\n"); 654 TRACE("GL_ARB_texture_non_power_of_two advertised through OpenGL 2.0 on NV FX card, removing.\n"); 899 WORD vendor; /* reported PCI card vendor ID */ 900 WORD card; /* reported PCI card device ID */ member in struct:driver_version_information 901 const char *description; /* Description of the card e.g. NVIDIA RIVA TNT */ 1211 *vidmem = 256; /* Mac Pros with this card have 256 MB */ 1319 * Beware: renderer string do not match exact card mode [all...] |
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/wined3d/ |
H A D | directx.c | 602 * 44 varyings. So assume that if we have more than 44 varyings we have a dx10 card. 603 * This detection is for the gl_ClipPos varying quirk. If a d3d9 card really supports more than 44 804 TRACE("GL_ARB_texture_non_power_of_two advertised on R500 or earlier card, removing.\n"); 831 TRACE("GL_ARB_texture_non_power_of_two advertised through OpenGL 2.0 on NV FX card, removing.\n"); 1056 WORD vendor; /* reported PCI card vendor ID */ 1057 WORD card; /* reported PCI card device ID */ member in struct:driver_version_information 1058 const char *description; /* Description of the card e.g. NVIDIA RIVA TNT */ 1208 if (vendor == driver_version_table[i].vendor && device == driver_version_table[i].card) 1210 TRACE_(d3d_caps)("Found card [all...] |
/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/wined3d/ |
H A D | directx.c | 653 * 44 varyings. So assume that if we have more than 44 varyings we have a dx10 card. 654 * This detection is for the gl_ClipPos varying quirk. If a d3d9 card really supports more than 44 949 TRACE("GL_ARB_texture_non_power_of_two advertised on R500 or earlier card, removing.\n"); 971 TRACE("GL_ARB_texture_non_power_of_two advertised through OpenGL 2.0 on NV FX card, removing.\n"); 1293 WORD vendor; /* reported PCI card vendor ID */ 1294 WORD card; /* reported PCI card device ID */ member in struct:gpu_description 1295 const char *description; /* Description of the card e.g. NVIDIA RIVA TNT */ 1498 * overrides the pci ids to a card which is not in our database. */ 1563 if (vendor == gpu_description_table[i].vendor && device == gpu_description_table[i].card) [all...] |