Searched refs:pCursorBitmap (Results 1 – 4 of 4) sorted by relevance
/external/mesa3d/src/gallium/frontends/nine/ |
D | device9.h | 253 IDirect3DSurface9 *pCursorBitmap );
|
D | device9.c | 762 IDirect3DSurface9 *pCursorBitmap ) in NineDevice9_SetCursorProperties() argument 764 struct NineSurface9 *surf = NineSurface9(pCursorBitmap); in NineDevice9_SetCursorProperties() 772 "pCursorBitmap=%p\n", This, XHotSpot, YHotSpot, pCursorBitmap); in NineDevice9_SetCursorProperties() 774 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);
|