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

/macosx-10.9.5/OpenAL-52.1/Source/OpenAL/
H A DoalSource.h186 struct ACInfo { struct
191 class ACMap : std::multimap<ALuint, ACInfo, std::less<ALuint> > {
195 void Add (const ALuint inACToken, ACInfo *inACInfo) {
H A DoalSource.cpp26 These structs contain an OAL buffer and other pertinent data. The ACMap is a multimap of ACInfo structs. These structs each contain an
1218 ACInfo info;

Completed in 267 milliseconds