Home
last modified time | relevance | path

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

/external/swiftshader/src/D3D8/
DDirect3DDevice8.cpp4846 HCURSOR oldCursor = SetCursor(nullCursor); in bindCursor() local
4848 if(oldCursor != nullCursor) in bindCursor()
4850 win32Cursor = oldCursor; in bindCursor()