Home
last modified time | relevance | path

Searched refs:GetMatrix (Results 1 – 5 of 5) sorted by relevance

/reactos/modules/rosapps/applications/screensavers/matrix/
H A Dmatrix.c289 MATRIX *GetMatrix(HWND hwnd) in GetMatrix() function
308 MATRIX *matrix = GetMatrix(hwnd); in MatrixWndProc()
/reactos/sdk/include/dxsdk/
H A Dd3dx9effect.h143 STDMETHOD(GetMatrix)(THIS_ D3DXHANDLE parameter, D3DXMATRIX* matrix) PURE; in DECLARE_INTERFACE_() local
253 STDMETHOD(GetMatrix)(THIS_ D3DXHANDLE parameter, D3DXMATRIX* matrix) PURE; in DECLARE_INTERFACE_() local
351 STDMETHOD(GetMatrix)(THIS_ D3DXHANDLE parameter, D3DXMATRIX* matrix) PURE; in DECLARE_INTERFACE_() local
/reactos/modules/rostests/winetests/d3dx9_36/
H A Deffect.c1385 hr = effect->lpVtbl->GetMatrix(effect, parameter, (D3DXMATRIX *)&fvalue); in test_effect_parameter_value_GetMatrix()
1962 hr = effect->lpVtbl->GetMatrix(effect, NULL, (D3DXMATRIX *)input_value); in test_effect_parameter_value()
8146 hr = effect->lpVtbl->GetMatrix(effect, "m3x2row", &mat); in test_effect_parameter_block()
8152 hr = effect->lpVtbl->GetMatrix(effect, "m3x2column", &mat); in test_effect_parameter_block()
8214 hr = effect->lpVtbl->GetMatrix(effect, "m3x2row", &mat); in test_effect_parameter_block()
8217 hr = effect->lpVtbl->GetMatrix(effect, "m3x2column", &mat); in test_effect_parameter_block()
8262 hr = effect->lpVtbl->GetMatrix(effect, "m3x2row", &mat); in test_effect_parameter_block()
8265 hr = effect->lpVtbl->GetMatrix(effect, "m3x2column", &mat); in test_effect_parameter_block()
8294 hr = effect->lpVtbl->GetMatrix(effect, "m3x2row", &mat); in test_effect_parameter_block()
8297 hr = effect->lpVtbl->GetMatrix(effect, "m3x2column", &mat); in test_effect_parameter_block()
/reactos/sdk/include/psdk/
H A Dd3d.h954 STDMETHOD(GetMatrix)(THIS_ D3DMATRIXHANDLE D3DMatHandle, LPD3DMATRIX lpD3DMatrix) PURE; in DECLARE_INTERFACE_() local
982 #define IDirect3DDevice_GetMatrix(p,a,b) (p)->lpVtbl->GetMatrix(p,a,b)
1007 #define IDirect3DDevice_GetMatrix(p,a,b) (p)->GetMatrix(a,b)
H A Dd3d10effect.h376 STDMETHOD(GetMatrix)(THIS_ float *data) PURE; in DECLARE_INTERFACE_() local