Searched refs:sourceL (Results 1 - 1 of 1) sorted by relevance

/macosx-10.10.1/OpenAL-54/Source/OpenAL/
H A DoalSource.cpp3659 // in first loop start out getting source from this small array, then change sourceL/sourceR to point
3661 float *sourceL; sourceL = tempL; local
3694 float s1 = sourceL[iReadIndex];
3695 float s2 = sourceL[iReadIndex2];
3709 sourceL = pullL;
3718 float s1 = sourceL[iReadIndex];
3719 float s2 = sourceL[iReadIndex2];
3740 float s1 = sourceL[iReadIndex];
3741 float s2 = sourceL[iReadIndex
[all...]

Completed in 107 milliseconds