Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/state_trackers/d3d1x/gd3d11/
Dd3d11.cpp224 …ontext, BOOL owns_context, unsigned creation_flags, IDXGIAdapter* adapter, ID3D11Device** ppDevice) in GalliumD3D11DeviceCreate() argument
227 …*ppDevice = new GalliumD3D11ScreenImpl<false>(screen, context, owns_context, creation_flags, adapt… in GalliumD3D11DeviceCreate()
229 …*ppDevice = new GalliumD3D11ScreenImpl<true>(screen, context, owns_context, creation_flags, adapte… in GalliumD3D11DeviceCreate()
233 …ntext, BOOL owns_context, unsigned creation_flags, IDXGIAdapter* adapter, ID3D10Device1** ppDevice) in GalliumD3D10DeviceCreate1() argument
236 *ppDevice = new GalliumD3D10Device<false>(screen, context, owns_context, creation_flags, adapter); in GalliumD3D10DeviceCreate1()
238 *ppDevice = new GalliumD3D10Device<true>(screen, context, owns_context, creation_flags, adapter); in GalliumD3D10DeviceCreate1()
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/gd3d11/
Dd3d11.cpp224 …ontext, BOOL owns_context, unsigned creation_flags, IDXGIAdapter* adapter, ID3D11Device** ppDevice) in GalliumD3D11DeviceCreate() argument
227 …*ppDevice = new GalliumD3D11ScreenImpl<false>(screen, context, owns_context, creation_flags, adapt… in GalliumD3D11DeviceCreate()
229 …*ppDevice = new GalliumD3D11ScreenImpl<true>(screen, context, owns_context, creation_flags, adapte… in GalliumD3D11DeviceCreate()
233 …ntext, BOOL owns_context, unsigned creation_flags, IDXGIAdapter* adapter, ID3D10Device1** ppDevice) in GalliumD3D10DeviceCreate1() argument
236 *ppDevice = new GalliumD3D10Device<false>(screen, context, owns_context, creation_flags, adapter); in GalliumD3D10DeviceCreate1()
238 *ppDevice = new GalliumD3D10Device<true>(screen, context, owns_context, creation_flags, adapter); in GalliumD3D10DeviceCreate1()
/external/qemu/distrib/sdl-1.2.15/src/joystick/darwin/
DSDL_sysjoystick.c541 static recDevice *HIDDisposeDevice (recDevice **ppDevice) in HIDDisposeDevice() argument
545 if (*ppDevice) in HIDDisposeDevice()
548 pDeviceNext = (*ppDevice)->pNext; in HIDDisposeDevice()
551 HIDDisposeElementList (&(*ppDevice)->firstAxis); in HIDDisposeDevice()
552 HIDDisposeElementList (&(*ppDevice)->firstButton); in HIDDisposeDevice()
553 HIDDisposeElementList (&(*ppDevice)->firstHat); in HIDDisposeDevice()
555 …result = HIDCloseReleaseInterface (*ppDevice); /* function sanity checks interface value (now appl… in HIDDisposeDevice()
558 DisposePtr ((Ptr)*ppDevice); in HIDDisposeDevice()
559 *ppDevice = NULL; in HIDDisposeDevice()
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/gd3dapi/
Dgalliumd3d11.idl35 …ntext, BOOL owns_context, unsigned creation_flags, IDXGIAdapter* adapter, ID3D11Device** ppDevice);
Dgalliumd3d10_1.idl35 …text, BOOL owns_context, unsigned creation_flags, IDXGIAdapter* adapter, ID3D10Device1** ppDevice);
/external/mesa3d/src/gallium/state_trackers/d3d1x/gd3dapi/
Dgalliumd3d11.idl35 …ntext, BOOL owns_context, unsigned creation_flags, IDXGIAdapter* adapter, ID3D11Device** ppDevice);
Dgalliumd3d10_1.idl35 …text, BOOL owns_context, unsigned creation_flags, IDXGIAdapter* adapter, ID3D10Device1** ppDevice);
/external/chromium_org/third_party/webrtc/modules/audio_device/win/
Daudio_device_core_win.h268 int32_t _GetDefaultDevice(EDataFlow dir, ERole role, IMMDevice** ppDevice);
269 int32_t _GetListDevice(EDataFlow dir, int index, IMMDevice** ppDevice);
Daudio_device_core_win.cc4790 int32_t AudioDeviceWindowsCore::_GetDefaultDevice(EDataFlow dir, ERole role, IMMDevice** ppDevice) in _GetDefaultDevice() argument
4801 ppDevice); in _GetDefaultDevice()
4815 int32_t AudioDeviceWindowsCore::_GetListDevice(EDataFlow dir, int index, IMMDevice** ppDevice) in _GetListDevice() argument
4836 ppDevice); in _GetListDevice()
/external/chromium_org/remoting/tools/winext/manifest/
Drdp.h602 HRESULT get_DeviceByIndex(ULONG index, [out] IMsRdpDevice** ppDevice);
603 HRESULT get_DeviceById(BSTR devInstanceId, [out] IMsRdpDevice** ppDevice);
615 HRESULT get_DriveByIndex(ULONG index, [out] IMsRdpDrive** ppDevice);
/external/chromium_org/remoting/host/win/
Dcom_imported_mstscax.tlh1265 /*[out,retval]*/ struct IMsRdpDevice * * ppDevice ) = 0;
1268 /*[out,retval]*/ struct IMsRdpDevice * * ppDevice ) = 0;
1299 /*[out,retval]*/ struct IMsRdpDrive * * ppDevice ) = 0;