Searched refs:fAccGetModeList (Results 1 - 6 of 6) sorted by relevance

/haiku/src/tests/servers/app/newerClipping/drawing/
H A DAccelerantHWInterface.h100 get_mode_list fAccGetModeList; member in class:AccelerantHWInterface
H A DAccelerantHWInterface.cpp56 fAccGetModeList(NULL),
304 fAccGetModeList = (get_mode_list)fAccelerantHook(B_GET_MODE_LIST, NULL);
311 || !fAccGetModeCount || !fAccGetModeList || !fAccSetDisplayMode
469 if (fAccGetModeList(fModeList) != B_OK) {
/haiku/src/servers/app/drawing/interface/virtual/
H A DDWindowHWInterface.h116 get_mode_list fAccGetModeList; member in class:DWindowHWInterface
H A DDWindowHWInterface.cpp320 fAccGetModeList(NULL),
576 fAccGetModeList = (get_mode_list)fAccelerantHook(B_GET_MODE_LIST, NULL);
587 || !fAccGetModeCount || !fAccGetModeList || !fAccSetDisplayMode
/haiku/src/servers/app/drawing/interface/local/
H A DAccelerantHWInterface.h140 get_mode_list fAccGetModeList; member in class:AccelerantHWInterface
H A DAccelerantHWInterface.cpp113 fAccGetModeList(NULL),
378 fAccGetModeList = (get_mode_list)fAccelerantHook(B_GET_MODE_LIST, NULL);
388 if (!fAccGetFrameBufferConfig || !fAccGetModeCount || !fAccGetModeList
784 if (fAccGetModeList(fModeList) != B_OK) {

Completed in 66 milliseconds