![]() |
doom3-gpl
Doom 3 GPL source release
|
Go to the source code of this file.
Classes | |
| struct | xnvCtrlQueryExtensionReq |
| struct | xnvCtrlQueryExtensionReply |
| struct | xnvCtrlIsNvReq |
| struct | xnvCtrlIsNvReply |
| struct | xnvCtrlQueryAttributeReq |
| struct | xnvCtrlQueryAttributeReply |
| struct | xnvCtrlSetAttributeReq |
| struct | xnvCtrlQueryStringAttributeReq |
| struct | xnvCtrlQueryStringAttributeReply |
| struct | xnvCtrlQueryValidAttributeValuesReq |
| struct | xnvCtrlQueryValidAttributeValuesReply |
| struct | xnvCtrlSelectNotifyReq |
| struct | xnvctrlEvent |
Macros | |
| #define | NV_CONTROL_ERRORS 0 |
| #define | NV_CONTROL_EVENTS 1 |
| #define | NV_CONTROL_NAME "NV-CONTROL" |
| #define | NV_CONTROL_MAJOR 1 |
| #define | NV_CONTROL_MINOR 6 |
| #define | X_nvCtrlQueryExtension 0 |
| #define | X_nvCtrlIsNv 1 |
| #define | X_nvCtrlQueryAttribute 2 |
| #define | X_nvCtrlSetAttribute 3 |
| #define | X_nvCtrlQueryStringAttribute 4 |
| #define | X_nvCtrlQueryValidAttributeValues 5 |
| #define | X_nvCtrlSelectNotify 6 |
| #define | X_nvCtrlLastRequest (X_nvCtrlSelectNotify + 1) |
| #define | sz_xnvCtrlQueryExtensionReq 4 |
| #define | sz_xnvCtrlQueryExtensionReply 32 |
| #define | sz_xnvCtrlIsNvReq 8 |
| #define | sz_xnvCtrlIsNvReply 32 |
| #define | sz_xnvCtrlQueryAttributeReq 16 |
| #define | sz_xnvCtrlQueryAttributeReply 32 |
| #define | sz_xnvCtrlSetAttributeReq 20 |
| #define | sz_xnvCtrlQueryStringAttributeReq 16 |
| #define | sz_xnvCtrlQueryStringAttributeReply 32 |
| #define | sz_xnvCtrlQueryValidAttributeValuesReq 16 |
| #define | sz_xnvCtrlQueryValidAttributeValuesReply 32 |
| #define | sz_xnvCtrlSelectNotifyReq 12 |
| #define NV_CONTROL_ERRORS 0 |
Definition at line 4 of file nv_control.h.
| #define NV_CONTROL_EVENTS 1 |
Definition at line 5 of file nv_control.h.
| #define NV_CONTROL_MAJOR 1 |
Definition at line 8 of file nv_control.h.
| #define NV_CONTROL_MINOR 6 |
Definition at line 9 of file nv_control.h.
| #define NV_CONTROL_NAME "NV-CONTROL" |
Definition at line 6 of file nv_control.h.
| #define sz_xnvCtrlIsNvReply 32 |
Definition at line 62 of file nv_control.h.
| #define sz_xnvCtrlIsNvReq 8 |
Definition at line 48 of file nv_control.h.
| #define sz_xnvCtrlQueryAttributeReply 32 |
Definition at line 86 of file nv_control.h.
| #define sz_xnvCtrlQueryAttributeReq 16 |
Definition at line 72 of file nv_control.h.
| #define sz_xnvCtrlQueryExtensionReply 32 |
Definition at line 40 of file nv_control.h.
| #define sz_xnvCtrlQueryExtensionReq 4 |
Definition at line 25 of file nv_control.h.
| #define sz_xnvCtrlQueryStringAttributeReply 32 |
Definition at line 125 of file nv_control.h.
| #define sz_xnvCtrlQueryStringAttributeReq 16 |
Definition at line 107 of file nv_control.h.
| #define sz_xnvCtrlQueryValidAttributeValuesReply 32 |
Definition at line 149 of file nv_control.h.
| #define sz_xnvCtrlQueryValidAttributeValuesReq 16 |
Definition at line 135 of file nv_control.h.
| #define sz_xnvCtrlSelectNotifyReq 12 |
Definition at line 159 of file nv_control.h.
| #define sz_xnvCtrlSetAttributeReq 20 |
Definition at line 97 of file nv_control.h.
| #define X_nvCtrlIsNv 1 |
Definition at line 12 of file nv_control.h.
| #define X_nvCtrlLastRequest (X_nvCtrlSelectNotify + 1) |
Definition at line 18 of file nv_control.h.
| #define X_nvCtrlQueryAttribute 2 |
Definition at line 13 of file nv_control.h.
| #define X_nvCtrlQueryExtension 0 |
Definition at line 11 of file nv_control.h.
| #define X_nvCtrlQueryStringAttribute 4 |
Definition at line 15 of file nv_control.h.
| #define X_nvCtrlQueryValidAttributeValues 5 |
Definition at line 16 of file nv_control.h.
| #define X_nvCtrlSelectNotify 6 |
Definition at line 17 of file nv_control.h.
| #define X_nvCtrlSetAttribute 3 |
Definition at line 14 of file nv_control.h.
1.8.6.