Searched defs:tss_lookup (Results 1 - 4 of 4) sorted by relevance
| /vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/d3d8/ |
| H A D | device.c | 1740 static const struct tss_lookup struct 1745 tss_lookup[] = variable in typeref:struct:tss_lookup 1782 const struct tss_lookup *l; 1786 if (Type >= sizeof(tss_lookup) / sizeof(*tss_lookup)) 1792 l = &tss_lookup[Type]; 1808 const struct tss_lookup *l; 1812 if (type >= sizeof(tss_lookup) / sizeof(*tss_lookup)) 1818 l = &tss_lookup[typ [all...] |
| /vbox/src/VBox/Additions/WINNT/Graphics/Wine/d3d8/ |
| H A D | device.c | 1529 static const struct tss_lookup struct 1534 tss_lookup[] = variable in typeref:struct:tss_lookup 1569 const struct tss_lookup *l = &tss_lookup[Type]; 1584 const struct tss_lookup *l = &tss_lookup[Type];
|
| /vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/d3d9/ |
| H A D | device.c | 1987 static const enum wined3d_texture_stage_state tss_lookup[] = variable in typeref:enum:wined3d_texture_stage_state 2031 if (state >= sizeof(tss_lookup) / sizeof(*tss_lookup)) 2038 *value = wined3d_device_get_texture_stage_state(device->wined3d_device, stage, tss_lookup[state]); 2051 if (state >= sizeof(tss_lookup) / sizeof(*tss_lookup)) 2058 wined3d_device_set_texture_stage_state(device->wined3d_device, stage, tss_lookup[state], value);
|
| /vbox/src/VBox/Additions/WINNT/Graphics/Wine/d3d9/ |
| H A D | device.c | 1991 static const WINED3DTEXTURESTAGESTATETYPE tss_lookup[] = variable 2035 hr = IWineD3DDevice_GetTextureStageState(This->WineD3DDevice, Stage, tss_lookup[Type], pValue); 2049 hr = IWineD3DDevice_SetTextureStageState(This->WineD3DDevice, Stage, tss_lookup[Type], Value);
|
Completed in 89 milliseconds