Searched refs:cursorBitmap (Results 1 – 6 of 6) sorted by relevance
/external/swiftshader/src/D3D9/ |
D | Direct3DDevice9Ex.cpp | 656 …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()
|
D | Direct3DDevice9Ex.hpp | 67 …call SetCursorProperties(unsigned int x, unsigned int y, IDirect3DSurface9 *cursorBitmap) override;
|
D | Direct3DDevice9.hpp | 145 …call SetCursorProperties(unsigned int x, unsigned int y, IDirect3DSurface9 *cursorBitmap) override;
|
D | Direct3DDevice9.cpp | 2644 …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/ |
D | Direct3DDevice8.hpp | 132 …call SetCursorProperties(unsigned int x, unsigned int y, IDirect3DSurface8 *cursorBitmap) override;
|
D | Direct3DDevice8.cpp | 2136 …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()
|