Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/state_trackers/nine/
Ddevice9.c702 BOOL hw_cursor; in NineDevice9_SetCursorProperties() local
714 hw_cursor = 1; /* always use hw cursor for windowed mode */ in NineDevice9_SetCursorProperties()
718 hw_cursor = This->cursor.w == 32 && This->cursor.h == 32; in NineDevice9_SetCursorProperties()
750 if (hw_cursor) { in NineDevice9_SetCursorProperties()
759 hw_cursor = ID3DPresent_SetCursor(This->swapchains[0]->present, in NineDevice9_SetCursorProperties()
770 if (!hw_cursor) in NineDevice9_SetCursorProperties()
772 This->cursor.software = !hw_cursor; in NineDevice9_SetCursorProperties()