Searched refs:SetCursorProperties (Results 1 - 8 of 8) sorted by relevance

/external/swiftshader/src/D3D8/
H A DDirect3DDevice8.hpp132 long __stdcall SetCursorProperties(unsigned int x, unsigned int y, IDirect3DSurface8 *cursorBitmap) override;
H A DDirect3DDevice8.cpp2136 long Direct3DDevice8::SetCursorProperties(unsigned int x0, unsigned int y0, IDirect3DSurface8 *cursorBitmap) function in class:D3D8::Direct3DDevice8
/external/swiftshader/src/D3D9/
H A DDirect3DDevice9Ex.hpp67 long __stdcall SetCursorProperties(unsigned int x, unsigned int y, IDirect3DSurface9 *cursorBitmap) override;
H A DDirect3DDevice9Ex.cpp656 long Direct3DDevice9Ex::SetCursorProperties(unsigned int x, unsigned int y, IDirect3DSurface9 *cursorBitmap) function in class:D3D9::Direct3DDevice9Ex
660 return Direct3DDevice9::SetCursorProperties(x, y, cursorBitmap);
H A DDirect3DDevice9.hpp145 long __stdcall SetCursorProperties(unsigned int x, unsigned int y, IDirect3DSurface9 *cursorBitmap) override;
H A DDirect3DDevice9.cpp2645 long Direct3DDevice9::SetCursorProperties(unsigned int x0, unsigned int y0, IDirect3DSurface9 *cursorBitmap) function in class:D3D9::Direct3DDevice9
/external/swiftshader/include/Direct3D/
H A Dd3d8.h262 STDMETHOD(SetCursorProperties)(THIS_ UINT XHotSpot,UINT YHotSpot,IDirect3DSurface8* pCursorBitmap) PURE;
364 #define IDirect3DDevice8_SetCursorProperties(p,a,b,c) (p)->lpVtbl->SetCursorProperties(p,a,b,c)
462 #define IDirect3DDevice8_SetCursorProperties(p,a,b,c) (p)->SetCursorProperties(a,b,c)
/external/mesa3d/include/D3D9/
H A Dd3d9.h168 virtual HRESULT WINAPI SetCursorProperties(UINT XHotSpot, UINT YHotSpot, IDirect3DSurface9 *pCursorBitmap) = 0;
756 HRESULT (WINAPI *SetCursorProperties)(IDirect3DDevice9 *This, UINT XHotSpot, UINT YHotSpot, IDirect3DSurface9 *pCursorBitmap); member in struct:IDirect3DDevice9Vtbl
883 #define IDirect3DDevice9_SetCursorProperties(p,a,b,c) (p)->lpVtbl->SetCursorProperties(p,a,b,c)
1007 HRESULT (WINAPI *SetCursorProperties)(IDirect3DDevice9Ex *This, UINT XHotSpot, UINT YHotSpot, IDirect3DSurface9 *pCursorBitmap); member in struct:IDirect3DDevice9ExVtbl
1150 #define IDirect3DDevice9Ex_SetCursorProperties(p,a,b,c) (p)->lpVtbl->SetCursorProperties(p,a,b,c)

Completed in 761 milliseconds