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

/haiku/src/servers/app/
H A DScreen.h40 status_t SetBestMode(uint16 width, uint16 height,
H A DVirtualScreen.cpp139 status = screen->SetBestMode(1024, 768, B_RGB32, 60.f);
141 status = screen->SetBestMode(800, 600, B_RGB32, 60.f, false);
H A DScreen.cpp126 Screen::SetBestMode(uint16 width, uint16 height, uint32 colorSpace, function in class:Screen

Completed in 31 milliseconds