/external/mesa3d/src/gallium/state_trackers/d3d1x/gd3d11/ |
D | d3d11.cpp | 224 …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/ |
D | d3d11.cpp | 224 …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/ |
D | SDL_sysjoystick.c | 541 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/ |
D | galliumd3d11.idl | 35 …ntext, BOOL owns_context, unsigned creation_flags, IDXGIAdapter* adapter, ID3D11Device** ppDevice);
|
D | galliumd3d10_1.idl | 35 …text, BOOL owns_context, unsigned creation_flags, IDXGIAdapter* adapter, ID3D10Device1** ppDevice);
|
/external/mesa3d/src/gallium/state_trackers/d3d1x/gd3dapi/ |
D | galliumd3d11.idl | 35 …ntext, BOOL owns_context, unsigned creation_flags, IDXGIAdapter* adapter, ID3D11Device** ppDevice);
|
D | galliumd3d10_1.idl | 35 …text, BOOL owns_context, unsigned creation_flags, IDXGIAdapter* adapter, ID3D10Device1** ppDevice);
|
/external/chromium_org/third_party/webrtc/modules/audio_device/win/ |
D | audio_device_core_win.h | 268 int32_t _GetDefaultDevice(EDataFlow dir, ERole role, IMMDevice** ppDevice); 269 int32_t _GetListDevice(EDataFlow dir, int index, IMMDevice** ppDevice);
|
D | audio_device_core_win.cc | 4790 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/ |
D | rdp.h | 602 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/ |
D | com_imported_mstscax.tlh | 1265 /*[out,retval]*/ struct IMsRdpDevice * * ppDevice ) = 0; 1268 /*[out,retval]*/ struct IMsRdpDevice * * ppDevice ) = 0; 1299 /*[out,retval]*/ struct IMsRdpDrive * * ppDevice ) = 0;
|