Home
last modified time | relevance | path

Searched refs:SupportsWindowMode (Results 1 – 6 of 6) sorted by relevance

/haiku/docs/user/game/
H A DDirectWindow.dox331 The SupportsWindowMode() method determines whether or not the video card
344 \see BDirectWindow::SupportsWindowMode()
361 \fn static bool BDirectWindow::SupportsWindowMode(screen_id id)
/haiku/headers/os/game/
H A DDirectWindow.h115 static bool SupportsWindowMode(
/haiku/src/kits/game/
H A DDirectWindow.cpp441 BDirectWindow::SupportsWindowMode(screen_id id) in SupportsWindowMode() function in BDirectWindow
/haiku/src/libs/glut/
H A DglutWindow.cpp579 if (!SupportsWindowMode()) { in GlutBWindow()
/haiku/src/tests/kits/game/direct_window_test/
H A DStarWindow.cpp184 if (!BDirectWindow::SupportsWindowMode()) { in StarWindow()
/haiku/src/tests/kits/game/chart/
H A DChartWindow.cpp550 item->SetEnabled(BDirectWindow::SupportsWindowMode()); in ChartWindow()