|
| dword | PackColor (const idVec4 &color) |
| |
| void | UnpackColor (const dword color, idVec4 &unpackedColor) |
| |
| dword | PackColor (const idVec3 &color) |
| |
| void | UnpackColor (const dword color, idVec3 &unpackedColor) |
| |
| short | BigShort (short l) |
| |
| short | LittleShort (short l) |
| |
| int | BigLong (int l) |
| |
| int | LittleLong (int l) |
| |
| float | BigFloat (float l) |
| |
| float | LittleFloat (float l) |
| |
| void | BigRevBytes (void *bp, int elsize, int elcount) |
| |
| void | LittleRevBytes (void *bp, int elsize, int elcount) |
| |
| void | LittleBitField (void *bp, int elsize) |
| |
| void | SixtetsForInt (byte *out, int src) |
| |
| int | IntForSixtets (byte *in) |
| |
| short | ShortSwap (short l) |
| |
| short | ShortNoSwap (short l) |
| |
| int | LongSwap (int l) |
| |
| int | LongNoSwap (int l) |
| |
| float | FloatSwap (float f) |
| |
| float | FloatNoSwap (float f) |
| |
| void | RevBytesSwap (void *bp, int elsize, int elcount) |
| |
| void | RevBitFieldSwap (void *bp, int elsize) |
| |
| void | RevBytesNoSwap (void *bp, int elsize, int elcount) |
| |
| void | RevBitFieldNoSwap (void *bp, int elsize) |
| |
| void | SixtetsForIntLittle (byte *out, int src) |
| |
| void | SixtetsForIntBig (byte *out, int src) |
| |
| int | IntForSixtetsLittle (byte *in) |
| |
| int | IntForSixtetsBig (byte *in) |
| |
| void | Swap_Init (void) |
| |
| bool | Swap_IsBigEndian (void) |
| |
| void | AssertFailed (const char *file, int line, const char *expression) |
| |
|
| idVec4 | colorBlack = idVec4( 0.00f, 0.00f, 0.00f, 1.00f ) |
| |
| idVec4 | colorWhite = idVec4( 1.00f, 1.00f, 1.00f, 1.00f ) |
| |
| idVec4 | colorRed = idVec4( 1.00f, 0.00f, 0.00f, 1.00f ) |
| |
| idVec4 | colorGreen = idVec4( 0.00f, 1.00f, 0.00f, 1.00f ) |
| |
| idVec4 | colorBlue = idVec4( 0.00f, 0.00f, 1.00f, 1.00f ) |
| |
| idVec4 | colorYellow = idVec4( 1.00f, 1.00f, 0.00f, 1.00f ) |
| |
| idVec4 | colorMagenta = idVec4( 1.00f, 0.00f, 1.00f, 1.00f ) |
| |
| idVec4 | colorCyan = idVec4( 0.00f, 1.00f, 1.00f, 1.00f ) |
| |
| idVec4 | colorOrange = idVec4( 1.00f, 0.50f, 0.00f, 1.00f ) |
| |
| idVec4 | colorPurple = idVec4( 0.60f, 0.00f, 0.60f, 1.00f ) |
| |
| idVec4 | colorPink = idVec4( 0.73f, 0.40f, 0.48f, 1.00f ) |
| |
| idVec4 | colorBrown = idVec4( 0.40f, 0.35f, 0.08f, 1.00f ) |
| |
| idVec4 | colorLtGrey = idVec4( 0.75f, 0.75f, 0.75f, 1.00f ) |
| |
| idVec4 | colorMdGrey = idVec4( 0.50f, 0.50f, 0.50f, 1.00f ) |
| |
| idVec4 | colorDkGrey = idVec4( 0.25f, 0.25f, 0.25f, 1.00f ) |
| |