Searched refs:ppDevice (Results 1 – 6 of 6) sorted by relevance
/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/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/webrtc/webrtc/modules/audio_device/win/ |
D | audio_device_core_win.h | 267 int32_t _GetDefaultDevice(EDataFlow dir, ERole role, IMMDevice** ppDevice); 268 int32_t _GetListDevice(EDataFlow dir, int index, IMMDevice** ppDevice);
|
D | audio_device_core_win.cc | 4793 int32_t AudioDeviceWindowsCore::_GetDefaultDevice(EDataFlow dir, ERole role, IMMDevice** ppDevice) in _GetDefaultDevice() argument 4804 ppDevice); in _GetDefaultDevice() 4818 int32_t AudioDeviceWindowsCore::_GetListDevice(EDataFlow dir, int index, IMMDevice** ppDevice) in _GetListDevice() argument 4839 ppDevice); in _GetListDevice()
|
/external/opencv3/modules/videoio/src/ |
D | cap_msmf.cpp | 616 …vice(_DeviceClass devClass, DEFINE_TASK<void>* pTask, MAKE_WRL_REF(_IDeviceInformation)* ppDevice); 2178 …evice(_DeviceClass devClass, DEFINE_TASK<void>* pTask, MAKE_WRL_REF(_IDeviceInformation)* ppDevice) in checkDevice() argument 2186 …*pTask = CREATE_TASK DEFINE_RET_TYPE(void)([pAction, &ppDevice, this]() -> DEFINE_RET_FORMAL(void)… in checkDevice() 2202 *ppDevice = PREPARE_TRANSFER_WRL_OBJ(pDevice); in checkDevice()
|