Commit d973953b authored by Chris Robinson's avatar Chris Robinson Committed by Alexandre Julliard

openal32: Fill out thunk functions.

parent 862965f4
#OpenAL ALC_1_0 #OpenAL ALC_1_0
@ stub alcCreateContext @ cdecl alcCreateContext(ptr ptr) wine_alcCreateContext
@ stub alcMakeContextCurrent @ cdecl alcMakeContextCurrent(ptr) wine_alcMakeContextCurrent
@ stub alcProcessContext @ cdecl alcProcessContext(ptr) wine_alcProcessContext
@ stub alcSuspendContext @ cdecl alcSuspendContext(ptr) wine_alcSuspendContext
@ stub alcDestroyContext @ cdecl alcDestroyContext(ptr) wine_alcDestroyContext
@ stub alcGetCurrentContext @ cdecl alcGetCurrentContext() wine_alcGetCurrentContext
@ stub alcGetContextsDevice @ cdecl alcGetContextsDevice(ptr) wine_alcGetContextsDevice
@ stub alcOpenDevice @ cdecl alcOpenDevice(str) wine_alcOpenDevice
@ stub alcCloseDevice @ cdecl alcCloseDevice(ptr) wine_alcCloseDevice
@ stub alcGetError @ cdecl alcGetError(ptr) wine_alcGetError
@ stub alcIsExtensionPresent @ cdecl alcIsExtensionPresent(ptr str) wine_alcIsExtensionPresent
@ stub alcGetProcAddress @ cdecl alcGetProcAddress(ptr str) wine_alcGetProcAddress
@ stub alcGetEnumValue @ cdecl alcGetEnumValue(ptr str) wine_alcGetEnumValue
@ stub alcGetString @ cdecl alcGetString(ptr long) wine_alcGetString
@ stub alcGetIntegerv @ cdecl alcGetIntegerv(ptr long long ptr) wine_alcGetIntegerv
#OpenAL AL_1_0 #OpenAL AL_1_0
@ stub alEnable @ cdecl alEnable(long) wine_alEnable
@ stub alDisable @ cdecl alDisable(long) wine_alDisable
@ stub alIsEnabled @ cdecl alIsEnabled(long) wine_alIsEnabled
@ stub alGetString @ cdecl alGetString(long) wine_alGetString
@ stub alGetBooleanv @ cdecl alGetBooleanv(long ptr) wine_alGetBooleanv
@ stub alGetIntegerv @ cdecl alGetIntegerv(long ptr) wine_alGetIntegerv
@ stub alGetFloatv @ cdecl alGetFloatv(long ptr) wine_alGetFloatv
@ stub alGetDoublev @ cdecl alGetDoublev(long ptr) wine_alGetDoublev
@ stub alGetBoolean @ cdecl alGetBoolean(long) wine_alGetBoolean
@ stub alGetInteger @ cdecl alGetInteger(long) wine_alGetInteger
@ stub alGetFloat @ cdecl alGetFloat(long) wine_alGetFloat
@ stub alGetDouble @ cdecl alGetDouble(long) wine_alGetDouble
@ stub alGetError @ cdecl alGetError() wine_alGetError
@ stub alIsExtensionPresent @ cdecl alIsExtensionPresent(str) wine_alIsExtensionPresent
@ stub alGetProcAddress @ cdecl alGetProcAddress(str) wine_alGetProcAddress
@ stub alGetEnumValue @ cdecl alGetEnumValue(str) wine_alGetEnumValue
@ stub alListenerf @ cdecl alListenerf(long long) wine_alListenerf
@ stub alListener3f @ cdecl alListener3f(long long long long) wine_alListener3f
@ stub alListenerfv @ cdecl alListenerfv(long ptr) wine_alListenerfv
@ stub alListeneri @ cdecl alListeneri(long long) wine_alListeneri
@ stub alGetListenerf @ cdecl alGetListenerf(long ptr) wine_alGetListenerf
@ stub alGetListener3f @ cdecl alGetListener3f(long ptr ptr ptr) wine_alGetListener3f
@ stub alGetListenerfv @ cdecl alGetListenerfv(long ptr) wine_alGetListenerfv
@ stub alGetListeneri @ cdecl alGetListeneri(long ptr) wine_alGetListeneri
@ stub alGetListeneriv @ cdecl alGetListeneriv(long ptr) wine_alGetListeneriv
@ stub alGenSources @ cdecl alGenSources(long ptr) wine_alGenSources
@ stub alDeleteSources @ cdecl alDeleteSources(long ptr) wine_alDeleteSources
@ stub alIsSource @ cdecl alIsSource(long) wine_alIsSource
@ stub alSourcef @ cdecl alSourcef(long long long) wine_alSourcef
@ stub alSource3f @ cdecl alSource3f(long long long long long) wine_alSource3f
@ stub alSourcefv @ cdecl alSourcefv(long long ptr) wine_alSourcefv
@ stub alSourcei @ cdecl alSourcei(long long long) wine_alSourcei
@ stub alGetSourcef @ cdecl alGetSourcef(long long ptr) wine_alGetSourcef
@ stub alGetSource3f @ cdecl alGetSource3f(long long ptr ptr ptr) wine_alGetSource3f
@ stub alGetSourcefv @ cdecl alGetSourcefv(long long ptr) wine_alGetSourcefv
@ stub alGetSourcei @ cdecl alGetSourcei(long long ptr) wine_alGetSourcei
@ stub alGetSourceiv @ cdecl alGetSourceiv(long long ptr) wine_alGetSourceiv
@ stub alSourcePlayv @ cdecl alSourcePlayv(long ptr) wine_alSourcePlayv
@ stub alSourceStopv @ cdecl alSourceStopv(long ptr) wine_alSourceStopv
@ stub alSourceRewindv @ cdecl alSourceRewindv(long ptr) wine_alSourceRewindv
@ stub alSourcePausev @ cdecl alSourcePausev(long ptr) wine_alSourcePausev
@ stub alSourcePlay @ cdecl alSourcePlay(long) wine_alSourcePlay
@ stub alSourceStop @ cdecl alSourceStop(long) wine_alSourceStop
@ stub alSourceRewind @ cdecl alSourceRewind(long) wine_alSourceRewind
@ stub alSourcePause @ cdecl alSourcePause(long) wine_alSourcePause
@ stub alSourceQueueBuffers @ cdecl alSourceQueueBuffers(long long ptr) wine_alSourceQueueBuffers
@ stub alSourceUnqueueBuffers @ cdecl alSourceUnqueueBuffers(long long ptr) wine_alSourceUnqueueBuffers
@ stub alGenBuffers @ cdecl alGenBuffers(long ptr) wine_alGenBuffers
@ stub alDeleteBuffers @ cdecl alDeleteBuffers(long ptr) wine_alDeleteBuffers
@ stub alIsBuffer @ cdecl alIsBuffer(long) wine_alIsBuffer
@ stub alBufferData @ cdecl alBufferData(long long ptr long long) wine_alBufferData
@ stub alGetBufferf @ cdecl alGetBufferf(long long ptr) wine_alGetBufferf
@ stub alGetBufferfv @ cdecl alGetBufferfv(long long ptr) wine_alGetBufferfv
@ stub alGetBufferi @ cdecl alGetBufferi(long long ptr) wine_alGetBufferi
@ stub alGetBufferiv @ cdecl alGetBufferiv(long long ptr) wine_alGetBufferiv
@ stub alDopplerFactor @ cdecl alDopplerFactor(long) wine_alDopplerFactor
@ stub alDopplerVelocity @ cdecl alDopplerVelocity(long) wine_alDopplerVelocity
@ stub alDistanceModel @ cdecl alDistanceModel(long) wine_alDistanceModel
#OpenAL ALC_1_1 #OpenAL ALC_1_1
@ stub alcCaptureOpenDevice @ cdecl alcCaptureOpenDevice(str long long long) wine_alcCaptureOpenDevice
@ stub alcCaptureCloseDevice @ cdecl alcCaptureCloseDevice(ptr) wine_alcCaptureCloseDevice
@ stub alcCaptureStart @ cdecl alcCaptureStart(ptr) wine_alcCaptureStart
@ stub alcCaptureStop @ cdecl alcCaptureStop(ptr) wine_alcCaptureStop
@ stub alcCaptureSamples @ cdecl alcCaptureSamples(ptr ptr long) wine_alcCaptureSamples
#OpenAL AL_1_1 #OpenAL AL_1_1
@ stub alListener3i @ cdecl alListener3i(long long long long) wine_alListener3i
@ stub alListeneriv @ cdecl alListeneriv(long ptr) wine_alListeneriv
@ stub alGetListener3i @ cdecl alGetListener3i(long ptr ptr ptr) wine_alGetListener3i
@ stub alSource3i @ cdecl alSource3i(long long long long long) wine_alSource3i
@ stub alSourceiv @ cdecl alSourceiv(long long ptr) wine_alSourceiv
@ stub alGetSource3i @ cdecl alGetSource3i(long long ptr ptr ptr) wine_alGetSource3i
@ stub alBufferf @ cdecl alBufferf(long long long) wine_alBufferf
@ stub alBuffer3f @ cdecl alBuffer3f(long long long long long) wine_alBuffer3f
@ stub alBufferfv @ cdecl alBufferfv(long long ptr) wine_alBufferfv
@ stub alBufferi @ cdecl alBufferi(long long long) wine_alBufferi
@ stub alBuffer3i @ cdecl alBuffer3i(long long long long long) wine_alBuffer3i
@ stub alBufferiv @ cdecl alBufferiv(long long ptr) wine_alBufferiv
@ stub alGetBuffer3f @ cdecl alGetBuffer3f(long long ptr ptr ptr) wine_alGetBuffer3f
@ stub alGetBuffer3i @ cdecl alGetBuffer3i(long long ptr ptr ptr) wine_alGetBuffer3i
@ stub alSpeedOfSound @ cdecl alSpeedOfSound(long) wine_alSpeedOfSound
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment