Searched refs:bShow (Results 1 - 9 of 9) sorted by relevance

/haiku-fatelf/src/add-ons/accelerants/s3/
H A Dsavage_cursor.cpp33 Savage_ShowCursor(bool bShow) argument
37 if ( ! bShow && S3_SAVAGE4_SERIES(gInfo.sharedInfo->chipType))
40 WriteCrtcReg(0x45, bShow ? 0x01 : 0x00, 0x01);
H A Dtrio64_cursor.cpp19 Trio64_ShowCursor(bool bShow) argument
23 WriteCrtcReg(0x45, bShow ? 0x01 : 0x00, 0x01);
H A Dvirge_cursor.cpp19 Virge_ShowCursor(bool bShow) argument
23 WriteCrtcReg(0x45, bShow ? 0x01 : 0x00, 0x01);
H A Daccel.h55 void (*ShowCursor)(bool bShow);
126 void Savage_ShowCursor(bool bShow);
127 void Trio64_ShowCursor(bool bShow);
128 void Virge_ShowCursor(bool bShow);
/haiku-fatelf/src/add-ons/accelerants/3dfx/
H A D3dfx_cursor.cpp18 TDFX_ShowCursor(bool bShow) argument
23 if (bShow)
H A Daccelerant.h91 void TDFX_ShowCursor(bool bShow);
/haiku-fatelf/src/add-ons/accelerants/ati/
H A Dmach64_cursor.cpp18 Mach64_ShowCursor(bool bShow) argument
22 OUTREGM(GEN_TEST_CNTL, bShow ? HWCURSOR_ENABLE : 0, HWCURSOR_ENABLE);
H A Drage128_cursor.cpp22 Rage128_ShowCursor(bool bShow) argument
26 OUTREGM(R128_CRTC_GEN_CNTL, bShow ? R128_CRTC_CUR_EN : 0, R128_CRTC_CUR_EN);
H A Daccelerant.h58 void (*ShowCursor)(bool bShow);
200 void Mach64_ShowCursor(bool bShow);
226 void Rage128_ShowCursor(bool bShow);

Completed in 91 milliseconds