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

/haiku/src/libs/glut/
H A DglutGameMode.h42 static int _GetModePixelDepth(const display_mode* mode);
H A DglutGameMode.cpp137 << ":" << _GetModePixelDepth(&fCurrentMode)
212 _GetModePixelDepth(&fModesList[i]),
222 && _GetModePixelDepth(&fModesList[i]) != fPixelDepth)
248 GlutGameMode::_GetModePixelDepth(const display_mode* mode) function in class:GlutGameMode
284 return _GetModePixelDepth(mode2) - _GetModePixelDepth(mode1);

Completed in 66 milliseconds