Home
last modified time | relevance | path

Searched refs:g_Sources (Results 1 – 1 of 1) sorted by relevance

/dports/graphics/reallyslick/rss-glx_0.9.1/src/
H A Dskyrocket_sound.cpp52 ALuint g_Sources[NUM_SOURCES]; variable
91 alGenSources (NUM_SOURCES, g_Sources); in initSound()
160 alSourceStop (g_Sources[source]); in updateSound()
166 alSourcef (g_Sources[source], AL_REFERENCE_DISTANCE, 1000000.0f); in updateSound()
181 alSourcef (g_Sources[source], AL_GAIN, gain); in updateSound()
182 alSourcefv (g_Sources[source], AL_POSITION, cursound->pos); in updateSound()
183 alSourcei (g_Sources[source], AL_LOOPING, AL_FALSE); in updateSound()
185 alSourcef (g_Sources[source], AL_PITCH, 0.5f); in updateSound()
187 alSourcef (g_Sources[source], AL_PITCH, 1.0f); in updateSound()
188 alSourcePlay (g_Sources[source]); in updateSound()
[all …]