Home
last modified time | relevance | path

Searched refs:ShowCursor (Results 1 – 13 of 13) sorted by relevance

/external/libpng/contrib/visupng/
DVisualPng.c285 ShowCursor (TRUE); in WndProc()
290 ShowCursor (FALSE); in WndProc()
678 ShowCursor (TRUE); in LoadImageFile()
683 ShowCursor (FALSE); in LoadImageFile()
/external/swiftshader/src/D3D9/
DDirect3DDevice9Ex.cpp866 int Direct3DDevice9Ex::ShowCursor(int show) in ShowCursor() function in D3D9::Direct3DDevice9Ex
870 return Direct3DDevice9::ShowCursor(show); in ShowCursor()
DDirect3DDevice9Ex.hpp69 int __stdcall ShowCursor(int show) override;
DDirect3DDevice9.hpp175 int __stdcall ShowCursor(int show) override;
DDirect3DDevice9.cpp2554 ShowCursor(FALSE); in Reset()
5326 int Direct3DDevice9::ShowCursor(int show) in ShowCursor() function in D3D9::Direct3DDevice9
/external/swiftshader/src/D3D8/
DDirect3DDevice8.hpp149 int __stdcall ShowCursor(int show) override;
DDirect3DDevice8.cpp3995 int Direct3DDevice8::ShowCursor(int show) in ShowCursor() function in D3D8::Direct3DDevice8
/external/swiftshader/third_party/PowerVR_SDK/Shell/OS/Windows/
DPVRShellOS.cpp463 ShowCursor(value ? TRUE : FALSE); in OsSet()
/external/swiftshader/include/Direct3D/
Dd3d8.h264 STDMETHOD_(BOOL, ShowCursor)(THIS_ BOOL bShow) PURE; in DECLARE_INTERFACE_()
366 #define IDirect3DDevice8_ShowCursor(p,a) (p)->lpVtbl->ShowCursor(p,a)
464 #define IDirect3DDevice8_ShowCursor(p,a) (p)->ShowCursor(a)
/external/mesa3d/include/D3D9/
Dd3d9.h170 virtual BOOL WINAPI ShowCursor(BOOL bShow) = 0;
758 BOOL (WINAPI *ShowCursor)(IDirect3DDevice9 *This, BOOL bShow);
885 #define IDirect3DDevice9_ShowCursor(p,a) (p)->lpVtbl->ShowCursor(p,a)
1009 BOOL (WINAPI *ShowCursor)(IDirect3DDevice9Ex *This, BOOL bShow);
1152 #define IDirect3DDevice9Ex_ShowCursor(p,a) (p)->lpVtbl->ShowCursor(p,a)
/external/python/cpython2/Mac/Modules/qd/
D_Qdmodule.c6022 #ifndef ShowCursor in Qd_ShowCursor()
6023 PyMac_PRECHECK(ShowCursor); in Qd_ShowCursor()
6027 ShowCursor(); in Qd_ShowCursor()
/external/syzkaller/executor/
Dsyscalls.h14266 {"ShowCursor", 0, (syscall_t)ShowCursor},
/external/syzkaller/sys/windows/
Dwindows.txt1575 ShowCursor(bShow int32)