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/frontends/nine/ |
D | device9.c | 825 hw_cursor = ID3DPresent_SetCursor(This->swapchains[0]->present, in NineDevice9_SetCursorProperties() 837 ID3DPresent_SetCursor(This->swapchains[0]->present, NULL, NULL, FALSE); in NineDevice9_SetCursorProperties() 883 …This->cursor.software = ID3DPresent_SetCursor(This->swapchains[0]->present, NULL, NULL, bShow) != … in NineDevice9_ShowCursor()
|