Searched refs:GetStats (Results 1 - 12 of 12) sorted by relevance

/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Dd3d.h953 STDMETHOD(GetStats)(THIS_ D3DSTATS *stats) PURE;
984 #define IDirect3DDevice_GetStats(p,a) (p)->lpVtbl->GetStats(p,a)
1009 #define IDirect3DDevice_GetStats(p,a) (p)->GetStats(a)
1040 STDMETHOD(GetStats)(THIS_ D3DSTATS *stats) PURE;
1084 #define IDirect3DDevice2_GetStats(p,a) (p)->lpVtbl->GetStats(p,a)
1120 #define IDirect3DDevice2_GetStats(p,a) (p)->GetStats(a)
1162 STDMETHOD(GetStats)(THIS_ D3DSTATS *stats) PURE;
1221 #define IDirect3DDevice3_GetStats(p,a) (p)->lpVtbl->GetStats(p,a)
1266 #define IDirect3DDevice3_GetStats(p,a) (p)->GetStats(a)
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Dd3d.h946 STDMETHOD(GetStats)(THIS_ LPD3DSTATS lpD3DStats) PURE;
974 #define IDirect3DDevice_GetStats(p,a) (p)->lpVtbl->GetStats(p,a)
999 #define IDirect3DDevice_GetStats(p,a) (p)->GetStats(a)
1030 STDMETHOD(GetStats)(THIS_ LPD3DSTATS lpD3DStats) PURE;
1070 #define IDirect3DDevice2_GetStats(p,a) (p)->lpVtbl->GetStats(p,a)
1106 #define IDirect3DDevice2_GetStats(p,a) (p)->GetStats(a)
1148 STDMETHOD(GetStats)(THIS_ LPD3DSTATS lpD3DStats) PURE;
1197 #define IDirect3DDevice3_GetStats(p,a) (p)->lpVtbl->GetStats(p,a)
1242 #define IDirect3DDevice3_GetStats(p,a) (p)->GetStats(a)
/vbox/src/VBox/Frontends/VBoxManage/
H A DVBoxManageDebugVM.cpp624 CHECK_ERROR2_RET(pDebugger, GetStats(bstrPattern.raw(), fWithDescriptions, bstrStats.asOutParam()),
/vbox/src/VBox/Frontends/VirtualBox/src/
H A DUIVMInfoDialog.cpp325 strInfo = dbg.GetStats(it.key(), true);
/vbox/src/VBox/Main/cbinding/
H A DVBoxCAPI_v2_2.h4127 nsresult (*GetStats)( member in struct:IMachineDebugger_vtbl
H A DVBoxCAPI_v3_0.h4653 nsresult (*GetStats)( member in struct:IMachineDebugger_vtbl
H A DVBoxCAPI_v3_1.h4551 nsresult (*GetStats)( member in struct:IMachineDebugger_vtbl
H A DVBoxCAPI_v3_2.h4774 nsresult (*GetStats)( member in struct:IMachineDebugger_vtbl
H A DVBoxCAPI_v4_0.h5194 nsresult (*GetStats)( member in struct:IMachineDebugger_vtbl
H A DVBoxCAPI_v4_1.h5586 nsresult (*GetStats)( member in struct:IMachineDebugger_vtbl
H A DVBoxCAPI_v4_2.h6527 nsresult (*GetStats)( member in struct:IMachineDebugger_vtbl
H A DVBoxCAPI_v4_3.h13280 nsresult (*GetStats)( member in struct:IMachineDebugger_vtbl
13469 nsresult (*GetStats)( member in struct:IMachineDebuggerVtbl
13559 #define IMachineDebugger_GetStats(p, aPattern, aWithDescriptions, aStats) ((p)->lpVtbl->GetStats(p, aPattern, aWithDescriptions, aStats))

Completed in 6434 milliseconds