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

/macosx-10.10/OpenAL-54/Source/OpenAL/
H A DoalContext.h275 // OALDevices contain a single OALContextMap to keep track of the contexts that belong to it.
277 class OALContextMap : std::multimap<uintptr_t, OALContext*, std::less<uintptr_t> > { class in inherits:std::multimap
H A DoalImp.cpp102 OALContextMap* gOALContextMap = NULL; // this map will be created upon the first call to alcCreateContext()
955 gOALContextMap = new OALContextMap();

Completed in 190 milliseconds