Searched refs:ID3DPresent_SetCursor (Results 1 – 2 of 2) sorted by relevance
/external/mesa3d/include/d3dadapter/ |
D | present.h | 126 #define ID3DPresent_SetCursor(p,a,b,c) (p)->lpVtbl->SetCursor(p,a,b,c) macro
|
/external/mesa3d/src/gallium/state_trackers/nine/ |
D | device9.c | 797 hw_cursor = ID3DPresent_SetCursor(This->swapchains[0]->present, in NineDevice9_SetCursorProperties() 809 ID3DPresent_SetCursor(This->swapchains[0]->present, NULL, NULL, FALSE); in NineDevice9_SetCursorProperties() 842 …This->cursor.software = ID3DPresent_SetCursor(This->swapchains[0]->present, NULL, NULL, bShow) != … in NineDevice9_ShowCursor()
|