Searched refs:GetPeriod (Results 1 - 9 of 9) sorted by relevance
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/ |
H A D | d3dx9anim.h | 224 STDMETHOD_(DOUBLE, GetPeriod)(THIS) PURE; 245 STDMETHOD_(DOUBLE, GetPeriod)(THIS) PURE; 295 STDMETHOD_(DOUBLE, GetPeriod)(THIS) PURE;
|
/vbox/src/VBox/Main/cbinding/ |
H A D | VBoxCAPI_v2_2.h | 4643 nsresult (*GetPeriod)(IPerformanceMetric *pThis, PRUint32 *period); member in struct:IPerformanceMetric_vtbl
|
H A D | VBoxCAPI_v3_0.h | 5169 nsresult (*GetPeriod)(IPerformanceMetric *pThis, PRUint32 *period); member in struct:IPerformanceMetric_vtbl
|
H A D | VBoxCAPI_v3_1.h | 5070 nsresult (*GetPeriod)(IPerformanceMetric *pThis, PRUint32 *period); member in struct:IPerformanceMetric_vtbl
|
H A D | VBoxCAPI_v3_2.h | 5327 nsresult (*GetPeriod)(IPerformanceMetric *pThis, PRUint32 *period); member in struct:IPerformanceMetric_vtbl
|
H A D | VBoxCAPI_v4_0.h | 5767 nsresult (*GetPeriod)(IPerformanceMetric *pThis, PRUint32 *period); member in struct:IPerformanceMetric_vtbl
|
H A D | VBoxCAPI_v4_1.h | 6165 nsresult (*GetPeriod)(IPerformanceMetric *pThis, PRUint32 *period); member in struct:IPerformanceMetric_vtbl
|
H A D | VBoxCAPI_v4_2.h | 7127 nsresult (*GetPeriod)(IPerformanceMetric *pThis, PRUint32 *period); member in struct:IPerformanceMetric_vtbl
|
H A D | VBoxCAPI_v4_3.h | 14658 nsresult (*GetPeriod)(IPerformanceMetric *pThis, PRUint32 *period); member in struct:IPerformanceMetric_vtbl 14681 nsresult (*GetPeriod)(IPerformanceMetric *pThis, PRUint32 *period); member in struct:IPerformanceMetricVtbl 14701 #define IPerformanceMetric_get_Period(p, aPeriod) ((p)->lpVtbl->GetPeriod(p, aPeriod)) 14702 #define IPerformanceMetric_GetPeriod(p, aPeriod) ((p)->lpVtbl->GetPeriod(p, aPeriod))
|
Completed in 343 milliseconds