Searched refs:sourceR (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
3662 float *sourceR; sourceR = tempR; local
3664 sourceR = NULL;
3682 if (!sourceR)
3744 float s3 = sourceR[iReadIndex];
3745 float s4 = sourceR[iReadIndex2];
3761 sourceR = pullR;
3774 float s3 = sourceR[iReadIndex];
3775 float s4 = sourceR[iReadIndex
[all...]

Completed in 275 milliseconds