Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/frontends/nine/
Ddevice9.c768 BOOL hw_cursor; in NineDevice9_SetCursorProperties() local
780 hw_cursor = 1; /* always use hw cursor for windowed mode */ in NineDevice9_SetCursorProperties()
784 hw_cursor = This->cursor.w == 32 && This->cursor.h == 32; in NineDevice9_SetCursorProperties()
816 if (hw_cursor) { in NineDevice9_SetCursorProperties()
825 hw_cursor = ID3DPresent_SetCursor(This->swapchains[0]->present, in NineDevice9_SetCursorProperties()
836 if (!hw_cursor) in NineDevice9_SetCursorProperties()
838 This->cursor.software = !hw_cursor; in NineDevice9_SetCursorProperties()