Searched refs:GetPixelShader (Results 1 - 21 of 21) sorted by relevance

/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Dd3dx9effect.h167 STDMETHOD(GetPixelShader)(THIS_ D3DXHANDLE parameter, struct IDirect3DPixelShader9 **shader) PURE;
271 STDMETHOD(GetPixelShader)(THIS_ D3DXHANDLE parameter, struct IDirect3DPixelShader9 **shader) PURE;
364 STDMETHOD(GetPixelShader)(THIS_ D3DXHANDLE parameter, struct IDirect3DPixelShader9 **shader) PURE;
H A Dd3d9.h1417 STDMETHOD(GetPixelShader)(THIS_ IDirect3DPixelShader9** ppShader) PURE;
1542 #define IDirect3DDevice9_GetPixelShader(p,a) (p)->lpVtbl->GetPixelShader(p,a)
1664 #define IDirect3DDevice9_GetPixelShader(p,a) (p)->GetPixelShader(a)
1801 STDMETHOD(GetPixelShader)(THIS_ IDirect3DPixelShader9** ppShader) PURE;
1947 #define IDirect3DDevice9Ex_GetPixelShader(p,a) (p)->lpVtbl->GetPixelShader(p,a)
2085 #define IDirect3DDevice9Ex_GetPixelShader(p,a) (p)->GetPixelShader(a)
H A Dd3d8.h936 STDMETHOD(GetPixelShader)(THIS_ DWORD * pHandle) PURE;
1041 #define IDirect3DDevice8_GetPixelShader(p,a) (p)->lpVtbl->GetPixelShader(p,a)
1141 #define IDirect3DDevice8_GetPixelShader(p,a) (p)->GetPixelShader(a)
H A Dd3d10effect.h587 STDMETHOD(GetPixelShader)(THIS_ UINT index, ID3D10PixelShader **shader) PURE;
/vbox/src/VBox/Devices/Graphics/shaderlib/libWineStub/include/
H A Dd3d9.h1338 STDMETHOD(GetPixelShader)(THIS_ IDirect3DPixelShader9** ppShader) PURE;
1463 #define IDirect3DDevice9_GetPixelShader(p,a) (p)->lpVtbl->GetPixelShader(p,a)
1585 #define IDirect3DDevice9_GetPixelShader(p,a) (p)->GetPixelShader(a)
1715 STDMETHOD(GetPixelShader)(THIS_ IDirect3DPixelShader9** ppShader) PURE;
1860 #define IDirect3DDevice9Ex_GetPixelShader(p,a) (p)->lpVtbl->GetPixelShader(p,a)
1998 #define IDirect3DDevice9Ex_GetPixelShader(p,a) (p)->GetPixelShader(a)
H A Dd3d8.h930 STDMETHOD(GetPixelShader)(THIS_ DWORD * pHandle) PURE;
1033 #define IDirect3DDevice8_GetPixelShader(p,a) (p)->lpVtbl->GetPixelShader(p,a)
1133 #define IDirect3DDevice8_GetPixelShader(p,a) (p)->GetPixelShader(a)
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/vbox/libWineStub/include/
H A Dd3d9.h1338 STDMETHOD(GetPixelShader)(THIS_ IDirect3DPixelShader9** ppShader) PURE;
1463 #define IDirect3DDevice9_GetPixelShader(p,a) (p)->lpVtbl->GetPixelShader(p,a)
1585 #define IDirect3DDevice9_GetPixelShader(p,a) (p)->GetPixelShader(a)
1715 STDMETHOD(GetPixelShader)(THIS_ IDirect3DPixelShader9** ppShader) PURE;
1860 #define IDirect3DDevice9Ex_GetPixelShader(p,a) (p)->lpVtbl->GetPixelShader(p,a)
1998 #define IDirect3DDevice9Ex_GetPixelShader(p,a) (p)->GetPixelShader(a)
H A Dd3d8.h930 STDMETHOD(GetPixelShader)(THIS_ DWORD * pHandle) PURE;
1033 #define IDirect3DDevice8_GetPixelShader(p,a) (p)->lpVtbl->GetPixelShader(p,a)
1133 #define IDirect3DDevice8_GetPixelShader(p,a) (p)->GetPixelShader(a)
/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/vbox/libWineStub/include/
H A Dd3d9.h1415 STDMETHOD(GetPixelShader)(THIS_ IDirect3DPixelShader9** ppShader) PURE;
1540 #define IDirect3DDevice9_GetPixelShader(p,a) (p)->lpVtbl->GetPixelShader(p,a)
1662 #define IDirect3DDevice9_GetPixelShader(p,a) (p)->GetPixelShader(a)
1792 STDMETHOD(GetPixelShader)(THIS_ IDirect3DPixelShader9** ppShader) PURE;
1937 #define IDirect3DDevice9Ex_GetPixelShader(p,a) (p)->lpVtbl->GetPixelShader(p,a)
2075 #define IDirect3DDevice9Ex_GetPixelShader(p,a) (p)->GetPixelShader(a)
H A Dd3d8.h929 STDMETHOD(GetPixelShader)(THIS_ DWORD * pHandle) PURE;
1032 #define IDirect3DDevice8_GetPixelShader(p,a) (p)->lpVtbl->GetPixelShader(p,a)
1132 #define IDirect3DDevice8_GetPixelShader(p,a) (p)->GetPixelShader(a)
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Dd3d9.h1330 STDMETHOD(GetPixelShader)(THIS_ IDirect3DPixelShader9** ppShader) PURE;
1455 #define IDirect3DDevice9_GetPixelShader(p,a) (p)->lpVtbl->GetPixelShader(p,a)
1577 #define IDirect3DDevice9_GetPixelShader(p,a) (p)->GetPixelShader(a)
1707 STDMETHOD(GetPixelShader)(THIS_ IDirect3DPixelShader9** ppShader) PURE;
1852 #define IDirect3DDevice9Ex_GetPixelShader(p,a) (p)->lpVtbl->GetPixelShader(p,a)
1990 #define IDirect3DDevice9Ex_GetPixelShader(p,a) (p)->GetPixelShader(a)
H A Dd3d8.h930 STDMETHOD(GetPixelShader)(THIS_ DWORD * pHandle) PURE;
1033 #define IDirect3DDevice8_GetPixelShader(p,a) (p)->lpVtbl->GetPixelShader(p,a)
1133 #define IDirect3DDevice8_GetPixelShader(p,a) (p)->GetPixelShader(a)
H A Dd3d10effect.h555 STDMETHOD(GetPixelShader)(THIS_ UINT index, ID3D10PixelShader **shader) PURE;
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/vbox/libWineStub/include/
H A Dd3d9.h1338 STDMETHOD(GetPixelShader)(THIS_ IDirect3DPixelShader9** ppShader) PURE;
1463 #define IDirect3DDevice9_GetPixelShader(p,a) (p)->lpVtbl->GetPixelShader(p,a)
1585 #define IDirect3DDevice9_GetPixelShader(p,a) (p)->GetPixelShader(a)
1715 STDMETHOD(GetPixelShader)(THIS_ IDirect3DPixelShader9** ppShader) PURE;
1860 #define IDirect3DDevice9Ex_GetPixelShader(p,a) (p)->lpVtbl->GetPixelShader(p,a)
1998 #define IDirect3DDevice9Ex_GetPixelShader(p,a) (p)->GetPixelShader(a)
H A Dd3d8.h930 STDMETHOD(GetPixelShader)(THIS_ DWORD * pHandle) PURE;
1033 #define IDirect3DDevice8_GetPixelShader(p,a) (p)->lpVtbl->GetPixelShader(p,a)
1133 #define IDirect3DDevice8_GetPixelShader(p,a) (p)->GetPixelShader(a)
/vbox/src/VBox/Devices/Graphics/shaderlib/libWineStub/include/wine/
H A Dwined3d.h7135 virtual HRESULT STDMETHODCALLTYPE GetPixelShader(
7868 HRESULT (STDMETHODCALLTYPE *GetPixelShader)( member in struct:IWineD3DDeviceVtbl
8360 #define IWineD3DDevice_GetPixelShader(This,shader) (This)->lpVtbl->GetPixelShader(This,shader)
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/wine/
H A Dwined3d.h7136 virtual HRESULT STDMETHODCALLTYPE GetPixelShader(
7869 HRESULT (STDMETHODCALLTYPE *GetPixelShader)( member in struct:IWineD3DDeviceVtbl
8361 #define IWineD3DDevice_GetPixelShader(This,shader) (This)->lpVtbl->GetPixelShader(This,shader)
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/vbox/libWineStub/include/wine/
H A Dwined3d.h7135 virtual HRESULT STDMETHODCALLTYPE GetPixelShader(
7868 HRESULT (STDMETHODCALLTYPE *GetPixelShader)( member in struct:IWineD3DDeviceVtbl
8360 #define IWineD3DDevice_GetPixelShader(This,shader) (This)->lpVtbl->GetPixelShader(This,shader)
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/wine/
H A Dwined3d.h7106 virtual HRESULT STDMETHODCALLTYPE GetPixelShader(
7817 HRESULT (STDMETHODCALLTYPE *GetPixelShader)( member in struct:IWineD3DDeviceVtbl
8283 #define IWineD3DDevice_GetPixelShader(This,shader) (This)->lpVtbl->GetPixelShader(This,shader)
H A Dwined3d.idl3141 HRESULT GetPixelShader(
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/vbox/libWineStub/include/wine/
H A Dwined3d.h7135 virtual HRESULT STDMETHODCALLTYPE GetPixelShader(
7868 HRESULT (STDMETHODCALLTYPE *GetPixelShader)( member in struct:IWineD3DDeviceVtbl
8360 #define IWineD3DDevice_GetPixelShader(This,shader) (This)->lpVtbl->GetPixelShader(This,shader)

Completed in 475 milliseconds