Home
last modified time | relevance | path

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

/external/mesa3d/include/d3dadapter/
Dpresent.h125 #define ID3DPresent_SetCursorPos(p,a) (p)->lpVtbl->SetCursorPos(p,a) macro
/external/mesa3d/src/gallium/state_trackers/nine/
Ddevice9.c791 … This->cursor.software = ID3DPresent_SetCursorPos(swap->present, &This->cursor.pos) != D3D_OK; in NineDevice9_SetCursorPosition()