Searched refs:iView (Results 1 - 3 of 3) sorted by relevance

/vbox/src/VBox/Devices/Graphics/
H A DDevVGA_VBVA.cpp732 uint32_t iView; local
733 for (iView = 0; iView < pCtx->cViews; iView++)
735 const VBVAVIEW *pView = &pCtx->aViews[iView];
1524 uint32_t iView; local
1525 for (iView = 0; iView < pCtx->cViews; iView++)
1527 VBVAVIEW *pView = &pCtx->aViews[iView];
1710 uint32_t iView; local
1942 uint32_t iView; local
[all...]
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Dcommctrl.h3911 #define ListView_SetView(hwnd, iView) \
3912 (DWORD)SNDMSG((hwnd), LVM_SETVIEW, (WPARAM)(DWORD)iView, 0)
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Dcommctrl.h3985 #define ListView_SetView(hwnd, iView) \
3986 (DWORD)SNDMSG((hwnd), LVM_SETVIEW, (WPARAM)(DWORD)iView, 0)

Completed in 122 milliseconds