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