Home
last modified time | relevance | path

Searched refs:ppDevice (Results 1 – 11 of 11) sorted by relevance

/reactos/dll/directx/d3d9/
H A Dd3d9_baseobject.c65 HRESULT D3D9BaseObject_GetDevice(D3D9BaseObject* pBaseObject, IDirect3DDevice9** ppDevice) in D3D9BaseObject_GetDevice() argument
69 … return IUnknown_QueryInterface(pBaseObject->pUnknown, &IID_IDirect3DDevice9, (void**)ppDevice); in D3D9BaseObject_GetDevice()
75 HRESULT D3D9BaseObject_GetDeviceInt(D3D9BaseObject* pBaseObject, DIRECT3DDEVICE9_INT** ppDevice) in D3D9BaseObject_GetDeviceInt() argument
77 if (NULL == ppDevice) in D3D9BaseObject_GetDeviceInt()
80 *ppDevice = NULL; in D3D9BaseObject_GetDeviceInt()
88 *ppDevice = IDirect3DDevice9ToImpl(pDevice); in D3D9BaseObject_GetDeviceInt()
H A Dd3d9_baseobject.h45 HRESULT D3D9BaseObject_GetDevice(D3D9BaseObject* pBaseObject, IDirect3DDevice9** ppDevice);
46 …T D3D9BaseObject_GetDeviceInt(D3D9BaseObject* pBaseObject, struct _Direct3DDevice9_INT** ppDevice);
H A Dd3d9_swapchain.c107 …RESULT WINAPI Direct3DSwapChain9_GetDevice(LPDIRECT3DSWAPCHAIN9 iface, IDirect3DDevice9** ppDevice) in Direct3DSwapChain9_GetDevice() argument
112 if (NULL == ppDevice) in Direct3DSwapChain9_GetDevice()
119 if (FAILED(D3D9BaseObject_GetDevice(&This->BaseObject, ppDevice))) in Direct3DSwapChain9_GetDevice()
H A Dd3d9_mipmap.c79 HRESULT WINAPI D3D9MipMap_GetDevice(LPDIRECT3DTEXTURE9 iface, IDirect3DDevice9** ppDevice) in D3D9MipMap_GetDevice() argument
84 if (NULL == ppDevice) in D3D9MipMap_GetDevice()
91 if (FAILED(D3D9BaseObject_GetDevice(&This->BaseTexture.BaseResource.BaseObject, ppDevice))) in D3D9MipMap_GetDevice()
/reactos/dll/directx/wine/dsound/
H A Dcapture.c974 DirectSoundCaptureDevice ** ppDevice) in DirectSoundCaptureDevice_Create() argument
977 TRACE("(%p)\n", ppDevice); in DirectSoundCaptureDevice_Create()
993 *ppDevice = device; in DirectSoundCaptureDevice_Create()
1026 DirectSoundCaptureDevice ** ppDevice, in DirectSoundCaptureDevice_Initialize() argument
1033 DirectSoundCaptureDevice *device = *ppDevice; in DirectSoundCaptureDevice_Initialize()
1034 TRACE("(%p, %s)\n", ppDevice, debugstr_guid(lpcGUID)); in DirectSoundCaptureDevice_Initialize()
1075 *ppDevice = device; in DirectSoundCaptureDevice_Initialize()
1112 *ppDevice = device; in DirectSoundCaptureDevice_Initialize()
H A Ddsound.c1141 static HRESULT DirectSoundDevice_Create(DirectSoundDevice ** ppDevice) in DirectSoundDevice_Create() argument
1144 TRACE("(%p)\n", ppDevice); in DirectSoundDevice_Create()
1204 *ppDevice = device; in DirectSoundDevice_Create()
1326 HRESULT DirectSoundDevice_Initialize(DirectSoundDevice ** ppDevice, LPCGUID lpcGUID) in DirectSoundDevice_Initialize() argument
1332 DirectSoundDevice * device = *ppDevice; in DirectSoundDevice_Initialize()
1333 TRACE("(%p,%s)\n",ppDevice,debugstr_guid(lpcGUID)); in DirectSoundDevice_Initialize()
1335 if (*ppDevice != NULL) { in DirectSoundDevice_Initialize()
1372 *ppDevice = device; in DirectSoundDevice_Initialize()
1387 *ppDevice = device; in DirectSoundDevice_Initialize()
H A Ddsound_private.h154 DirectSoundDevice ** ppDevice,
/reactos/sdk/include/psdk/
H A Dd3d8.h208 STDMETHOD(GetDevice)(THIS_ struct IDirect3DDevice8 ** ppDevice) PURE; in DECLARE_INTERFACE_()
295 STDMETHOD(GetDevice)(THIS_ struct IDirect3DDevice8 ** ppDevice) PURE; in DECLARE_INTERFACE_()
347 STDMETHOD(GetDevice)(THIS_ struct IDirect3DDevice8 ** ppDevice) PURE; in DECLARE_INTERFACE_()
399 STDMETHOD(GetDevice)(THIS_ struct IDirect3DDevice8 ** ppDevice) PURE; in DECLARE_INTERFACE_()
463 STDMETHOD(GetDevice)(THIS_ struct IDirect3DDevice8 ** ppDevice) PURE; in DECLARE_INTERFACE_()
527 STDMETHOD(GetDevice)(THIS_ struct IDirect3DDevice8 ** ppDevice) PURE; in DECLARE_INTERFACE_()
591 STDMETHOD(GetDevice)(THIS_ struct IDirect3DDevice8 ** ppDevice) PURE; in DECLARE_INTERFACE_()
674 STDMETHOD(GetDevice)(THIS_ struct IDirect3DDevice8 ** ppDevice) PURE; in DECLARE_INTERFACE_()
756 STDMETHOD(GetDevice)(THIS_ struct IDirect3DDevice8 ** ppDevice) PURE; in DECLARE_INTERFACE_()
H A Dd3d9.h364 STDMETHOD(GetDevice)(THIS_ struct IDirect3DDevice9** ppDevice) PURE; in DECLARE_INTERFACE_()
426 STDMETHOD(GetDevice)(THIS_ struct IDirect3DDevice9 **ppDevice) PURE; in DECLARE_INTERFACE_()
480 STDMETHOD(GetDevice)(THIS_ struct IDirect3DDevice9 **ppDevice) PURE; in DECLARE_INTERFACE_()
540 STDMETHOD(GetDevice)(THIS_ struct IDirect3DDevice9** ppDevice) PURE; in DECLARE_INTERFACE_()
596 STDMETHOD(GetDevice)(THIS_ struct IDirect3DDevice9** ppDevice) PURE; in DECLARE_INTERFACE_()
673 STDMETHOD(GetDevice)(THIS_ struct IDirect3DDevice9** ppDevice) PURE; in DECLARE_INTERFACE_()
741 STDMETHOD(GetDevice)(THIS_ struct IDirect3DDevice9** ppDevice) PURE; in DECLARE_INTERFACE_()
809 STDMETHOD(GetDevice)(THIS_ struct IDirect3DDevice9** ppDevice) PURE; in DECLARE_INTERFACE_()
886 STDMETHOD(GetDevice)(THIS_ struct IDirect3DDevice9** ppDevice) PURE; in DECLARE_INTERFACE_()
982 STDMETHOD(GetDevice)(THIS_ struct IDirect3DDevice9** ppDevice) PURE; in DECLARE_INTERFACE_()
[all …]
H A Dmmdeviceapi.idl205 [out] IMMDevice **ppDevice
H A Dd3d10.idl961 [out] ID3D10Device **ppDevice);