Searched refs:pCursorBitmap (Results 1 – 5 of 5) sorted by relevance
/external/mesa3d/src/gallium/state_trackers/nine/ |
D | device9.h | 239 IDirect3DSurface9 *pCursorBitmap );
|
D | device9.c | 696 IDirect3DSurface9 *pCursorBitmap ) in NineDevice9_SetCursorProperties() argument 698 struct NineSurface9 *surf = NineSurface9(pCursorBitmap); in NineDevice9_SetCursorProperties() 706 "pCursorBitmap=%p\n", This, XHotSpot, YHotSpot, pCursorBitmap); in NineDevice9_SetCursorProperties() 708 user_assert(pCursorBitmap, D3DERR_INVALIDCALL); in NineDevice9_SetCursorProperties()
|
D | nine_lock.c | 602 IDirect3DSurface9 *pCursorBitmap ) in LockDevice9_SetCursorProperties() argument 606 r = NineDevice9_SetCursorProperties(This, XHotSpot, YHotSpot, pCursorBitmap); in LockDevice9_SetCursorProperties()
|
/external/mesa3d/include/D3D9/ |
D | d3d9.h | 168 …ULT WINAPI SetCursorProperties(UINT XHotSpot, UINT YHotSpot, IDirect3DSurface9 *pCursorBitmap) = 0; 756 …roperties)(IDirect3DDevice9 *This, UINT XHotSpot, UINT YHotSpot, IDirect3DSurface9 *pCursorBitmap); 1007 …perties)(IDirect3DDevice9Ex *This, UINT XHotSpot, UINT YHotSpot, IDirect3DSurface9 *pCursorBitmap);
|
/external/swiftshader/include/Direct3D/ |
D | d3d8.h | 262 …THOD(SetCursorProperties)(THIS_ UINT XHotSpot,UINT YHotSpot,IDirect3DSurface8* pCursorBitmap) PURE; in DECLARE_INTERFACE_()
|