Home
last modified time | relevance | path

Searched refs:pCursorBitmap (Results 1 – 5 of 5) sorted by relevance

/external/mesa3d/src/gallium/state_trackers/nine/
Ddevice9.h239 IDirect3DSurface9 *pCursorBitmap );
Ddevice9.c696 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()
Dnine_lock.c602 IDirect3DSurface9 *pCursorBitmap ) in LockDevice9_SetCursorProperties() argument
606 r = NineDevice9_SetCursorProperties(This, XHotSpot, YHotSpot, pCursorBitmap); in LockDevice9_SetCursorProperties()
/external/mesa3d/include/D3D9/
Dd3d9.h168 …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/
Dd3d8.h262 …THOD(SetCursorProperties)(THIS_ UINT XHotSpot,UINT YHotSpot,IDirect3DSurface8* pCursorBitmap) PURE; in DECLARE_INTERFACE_()