Home
last modified time | relevance | path

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

/external/mesa3d/include/d3dadapter/
Dpresent.h126 #define ID3DPresent_SetCursor(p,a,b,c) (p)->lpVtbl->SetCursor(p,a,b,c) macro
/external/mesa3d/src/gallium/state_trackers/nine/
Ddevice9.c759 hw_cursor = ID3DPresent_SetCursor(This->swapchains[0]->present, in NineDevice9_SetCursorProperties()
771 ID3DPresent_SetCursor(This->swapchains[0]->present, NULL, NULL, FALSE); in NineDevice9_SetCursorProperties()
804 …This->cursor.software = ID3DPresent_SetCursor(This->swapchains[0]->present, NULL, NULL, bShow) != … in NineDevice9_ShowCursor()