Home
last modified time | relevance | path

Searched refs:cursorBitmap (Results 1 – 6 of 6) sorted by relevance

/external/swiftshader/src/D3D9/
DDirect3DDevice9Ex.cpp656 …ct3DDevice9Ex::SetCursorProperties(unsigned int x, unsigned int y, IDirect3DSurface9 *cursorBitmap) in SetCursorProperties() argument
658 …d int x = %d, unsigned int y = %d, IDirect3DSurface9 *cursorBitmap = 0x%0.8p", x, y, cursorBitmap); in SetCursorProperties()
660 return Direct3DDevice9::SetCursorProperties(x, y, cursorBitmap); in SetCursorProperties()
DDirect3DDevice9Ex.hpp67 …call SetCursorProperties(unsigned int x, unsigned int y, IDirect3DSurface9 *cursorBitmap) override;
DDirect3DDevice9.hpp145 …call SetCursorProperties(unsigned int x, unsigned int y, IDirect3DSurface9 *cursorBitmap) override;
DDirect3DDevice9.cpp2644 …ct3DDevice9::SetCursorProperties(unsigned int x0, unsigned int y0, IDirect3DSurface9 *cursorBitmap) in SetCursorProperties() argument
2648 …t x0 = %d, unsigned int y0 = %d, IDirect3DSurface9 *cursorBitmap = 0x%0.8p", x0, y0, cursorBitmap); in SetCursorProperties()
2650 if(!cursorBitmap) in SetCursorProperties()
2655 sw::Surface *cursorSurface = static_cast<Direct3DSurface9*>(cursorBitmap); in SetCursorProperties()
/external/swiftshader/src/D3D8/
DDirect3DDevice8.hpp132 …call SetCursorProperties(unsigned int x, unsigned int y, IDirect3DSurface8 *cursorBitmap) override;
DDirect3DDevice8.cpp2136 …ct3DDevice8::SetCursorProperties(unsigned int x0, unsigned int y0, IDirect3DSurface8 *cursorBitmap) in SetCursorProperties() argument
2140 if(!cursorBitmap) in SetCursorProperties()
2148 cursorBitmap->GetDesc(&desc); in SetCursorProperties()
2149 cursorBitmap->LockRect(&lock, 0, 0); in SetCursorProperties()
2158 cursorBitmap->UnlockRect(); in SetCursorProperties()