doom3-gpl
Doom 3 GPL source release
|
Go to the source code of this file.
Macros | |
#define | alGetError idalGetError |
#define | alGenBuffers idalGenBuffers |
#define | alIsSource idalIsSource |
#define | alSourceStop idalSourceStop |
#define | alGetSourcei idalGetSourcei |
#define | alGetInteger idalGetInteger |
#define | alcSuspendContext idalcSuspendContext |
#define | alcMakeContextCurrent idalcMakeContextCurrent |
#define | alcProcessContext idalcProcessContext |
#define | alcDestroyContext idalcDestroyContext |
#define | alcGetString idalcGetString |
#define | alBufferData idalBufferData |
#define | alDeleteBuffers idalDeleteBuffers |
#define | alIsExtensionPresent idalIsExtensionPresent |
#define | alDeleteSources idalDeleteSources |
#define | alGetEnumValue idalGetEnumValue |
#define | alGetProcAddress idalGetProcAddress |
#define | alcCreateContext idalcCreateContext |
#define | alcOpenDevice idalcOpenDevice |
#define | alListenerfv idalListenerfv |
#define | alSourceQueueBuffers idalSourceQueueBuffers |
#define | alSourcei idalSourcei |
#define | alListenerf idalListenerf |
#define | alcCloseDevice idalcCloseDevice |
#define | alIsBuffer idalIsBuffer |
#define | alSource3f idalSource3f |
#define | alGenSources idalGenSources |
#define | alSourcef idalSourcef |
#define | alSourceUnqueueBuffers idalSourceUnqueueBuffers |
#define | alSourcePlay idalSourcePlay |
Functions | |
ALenum (ALAPIENTRY *idalGetError)(ALvoid) | |
ALvoid (ALAPIENTRY *idalGenBuffers)(ALsizei | |
ALuint * | ALboolean (ALAPIENTRY *idalIsSource)(ALuint) |
ALint * | ALint (ALAPIENTRY *idalGetInteger)(ALenum) |
ALCvoid (ALAPIENTRY *idalcSuspendContext)(ALCcontext *) | |
ALCboolean (ALAPIENTRY *idalcMakeContextCurrent)(ALCcontext *) | |
ALCubyte *ALAPIENTRY * | idalcGetString (ALCdevice *, ALCenum) |
ALvoid *ALAPIENTRY * | idalGetProcAddress (ALubyte *) |
ALCcontext *ALAPIENTRY * | idalcCreateContext (ALCdevice *, ALCint *) |
ALCdevice *ALAPIENTRY * | idalcOpenDevice (ALubyte *) |
Variables | |
ALenum | |
ALvoid | ALsizei |
ALfloat ALuint | ALint |
ALfloat | |
#define alcCreateContext idalcCreateContext |
#define alcGetString idalcGetString |
#define alcOpenDevice idalcOpenDevice |
#define alGetProcAddress idalGetProcAddress |
ALuint* ALboolean | ( | ALAPIENTRY * | idalIsSource | ) |
ALCboolean | ( | ALAPIENTRY * | idalcMakeContextCurrent | ) |
ALCvoid | ( | ALAPIENTRY * | idalcSuspendContext | ) |
ALenum | ( | ALAPIENTRY * | idalGetError | ) |
ALint* ALint | ( | ALAPIENTRY * | idalGetInteger | ) |
ALvoid | ( | ALAPIENTRY * | idalGenBuffers | ) |
ALCcontext* ALAPIENTRY* idalcCreateContext | ( | ALCdevice * | , |
ALCint * | |||
) |
ALCubyte* ALAPIENTRY* idalcGetString | ( | ALCdevice * | , |
ALCenum | |||
) |
ALCdevice* ALAPIENTRY* idalcOpenDevice | ( | ALubyte * | ) |
ALvoid* ALAPIENTRY* idalGetProcAddress | ( | ALubyte * | ) |