HomeSort by relevance Sort by last modified time
    Searched defs:SetCursorProperties (Results 1 - 4 of 4) sorted by null

  /external/swiftshader/src/D3D9/
Direct3DDevice9.cpp     [all...]
Direct3DDevice9Ex.cpp 656 long Direct3DDevice9Ex::SetCursorProperties(unsigned int x, unsigned int y, IDirect3DSurface9 *cursorBitmap)
660 return Direct3DDevice9::SetCursorProperties(x, y, cursorBitmap);
    [all...]
  /external/swiftshader/src/D3D8/
Direct3DDevice8.cpp     [all...]
  /external/mesa3d/include/D3D9/
d3d9.h 168 virtual HRESULT WINAPI SetCursorProperties(UINT XHotSpot, UINT YHotSpot, IDirect3DSurface9 *pCursorBitmap) = 0;
    [all...]

Completed in 152 milliseconds