/third_party/gstreamer/gstplugins_bad/sys/decklink/win/ |
D | DeckLinkAPI.h | 2221 _COM_Outptr_ void **ppvObject); 2263 #define IDeckLinkTimecode_QueryInterface(This,riid,ppvObject) \ argument 2264 ( (This)->lpVtbl -> QueryInterface(This,riid,ppvObject) ) 2330 _COM_Outptr_ void **ppvObject); 2355 #define IDeckLinkDisplayModeIterator_QueryInterface(This,riid,ppvObject) \ argument 2356 ( (This)->lpVtbl -> QueryInterface(This,riid,ppvObject) ) 2424 _COM_Outptr_ void **ppvObject); 2469 #define IDeckLinkDisplayMode_QueryInterface(This,riid,ppvObject) \ argument 2470 ( (This)->lpVtbl -> QueryInterface(This,riid,ppvObject) ) 2545 _COM_Outptr_ void **ppvObject); [all …]
|
/third_party/skia/src/ports/ |
D | SkFontMgr_win_dw.cpp | 38 SK_STDMETHODIMP QueryInterface(REFIID iid, void** ppvObject) override; 68 SK_STDMETHODIMP StreamFontFileLoader::QueryInterface(REFIID iid, void** ppvObject) { in QueryInterface() argument 70 *ppvObject = this; in QueryInterface() 74 *ppvObject = nullptr; in QueryInterface() 107 SK_STDMETHODIMP QueryInterface(REFIID iid, void** ppvObject) override; 144 SK_STDMETHODIMP StreamFontFileEnumerator::QueryInterface(REFIID iid, void** ppvObject) { in QueryInterface() argument 146 *ppvObject = this; in QueryInterface() 150 *ppvObject = nullptr; in QueryInterface() 201 SK_STDMETHODIMP QueryInterface(REFIID iid, void** ppvObject) override; 231 SK_STDMETHODIMP StreamFontCollectionLoader::QueryInterface(REFIID iid, void** ppvObject) { in QueryInterface() argument [all …]
|
D | SkRemotableFontMgr_win_dw.cpp | 332 IID const& riid, void** ppvObject) override in QueryInterface() argument 338 *ppvObject = this; in QueryInterface() 342 *ppvObject = nullptr; in QueryInterface()
|
/third_party/flutter/skia/src/ports/ |
D | SkFontMgr_win_dw.cpp | 37 SK_STDMETHODIMP QueryInterface(REFIID iid, void** ppvObject) override; 67 SK_STDMETHODIMP StreamFontFileLoader::QueryInterface(REFIID iid, void** ppvObject) { in QueryInterface() argument 69 *ppvObject = this; in QueryInterface() 73 *ppvObject = nullptr; in QueryInterface() 106 SK_STDMETHODIMP QueryInterface(REFIID iid, void** ppvObject) override; 143 SK_STDMETHODIMP StreamFontFileEnumerator::QueryInterface(REFIID iid, void** ppvObject) { in QueryInterface() argument 145 *ppvObject = this; in QueryInterface() 149 *ppvObject = nullptr; in QueryInterface() 200 SK_STDMETHODIMP QueryInterface(REFIID iid, void** ppvObject) override; 230 SK_STDMETHODIMP StreamFontCollectionLoader::QueryInterface(REFIID iid, void** ppvObject) { in QueryInterface() argument [all …]
|
D | SkRemotableFontMgr_win_dw.cpp | 332 IID const& riid, void** ppvObject) override in QueryInterface() argument 338 *ppvObject = this; in QueryInterface() 342 *ppvObject = nullptr; in QueryInterface()
|
/third_party/mesa3d/src/gallium/frontends/nine/ |
D | iunknown.c | 84 void **ppvObject ) in NineUnknown_QueryInterface() argument 90 This, riid, riid ? GUID_sprintf(guid_str, riid) : "", ppvObject); in NineUnknown_QueryInterface() 94 if (!ppvObject) return E_POINTER; in NineUnknown_QueryInterface() 98 *ppvObject = This; in NineUnknown_QueryInterface() 108 *ppvObject = NULL; in NineUnknown_QueryInterface()
|
/third_party/cef/tests/cefclient/browser/ |
D | osr_accessibility_node_win.cc | 126 STDMETHODIMP QueryInterface(REFIID riid, void** ppvObject) override; 237 STDMETHODIMP CefIAccessible::QueryInterface(REFIID riid, void** ppvObject) { in QueryInterface() argument 239 *ppvObject = static_cast<IAccessible*>(this); in QueryInterface() 241 *ppvObject = static_cast<IDispatch*>(this); in QueryInterface() 243 *ppvObject = static_cast<IUnknown*>(this); in QueryInterface() 245 *ppvObject = nullptr; in QueryInterface() 247 if (*ppvObject) in QueryInterface() 248 reinterpret_cast<IUnknown*>(*ppvObject)->AddRef(); in QueryInterface() 250 return (*ppvObject) ? S_OK : E_NOINTERFACE; in QueryInterface()
|
/third_party/ffmpeg/libavdevice/ |
D | dshow_capture.h | 74 ff_dshow_##prefix##_QueryInterface(class *this, const GUID *riid, void **ppvObject) \ 78 …showdebug("ff_dshow_"AV_STRINGIFY(prefix)"_QueryInterface(%p, %p, %p)\n", this, riid, ppvObject); \ 80 if (!ppvObject) \ 87 *ppvObject = (void *) obj; \ 92 *ppvObject = NULL; \
|
D | dshow_pin.c | 254 void **ppvObject) in DECLARE_CREATE() 258 return ff_dshow_pin_QueryInterface(pin, riid, ppvObject); in DECLARE_CREATE()
|
/third_party/flutter/skia/src/utils/win/ |
D | SkIStream.cpp | 20 SK_STDMETHODIMP SkBaseIStream::QueryInterface(REFIID iid, void ** ppvObject) { in QueryInterface() argument 21 if (nullptr == ppvObject) { in QueryInterface() 28 *ppvObject = static_cast<IStream*>(this); in QueryInterface() 32 *ppvObject = nullptr; in QueryInterface()
|
D | SkDWriteFontFileStream.cpp | 152 SK_STDMETHODIMP SkDWriteFontFileStreamWrapper::QueryInterface(REFIID iid, void** ppvObject) { in QueryInterface() argument 154 *ppvObject = this; in QueryInterface() 158 *ppvObject = nullptr; in QueryInterface()
|
D | SkDWriteFontFileStream.h | 62 SK_STDMETHODIMP QueryInterface(REFIID iid, void** ppvObject) override;
|
/third_party/skia/src/utils/win/ |
D | SkIStream.cpp | 20 SK_STDMETHODIMP SkBaseIStream::QueryInterface(REFIID iid, void ** ppvObject) { in QueryInterface() argument 21 if (nullptr == ppvObject) { in QueryInterface() 28 *ppvObject = static_cast<IStream*>(this); in QueryInterface() 32 *ppvObject = nullptr; in QueryInterface()
|
D | SkDWriteFontFileStream.cpp | 151 SK_STDMETHODIMP SkDWriteFontFileStreamWrapper::QueryInterface(REFIID iid, void** ppvObject) { in QueryInterface() argument 153 *ppvObject = this; in QueryInterface() 157 *ppvObject = nullptr; in QueryInterface()
|
D | SkDWriteFontFileStream.h | 62 SK_STDMETHODIMP QueryInterface(REFIID iid, void** ppvObject) override;
|
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/winrt/ |
D | SwapChainPanelNativeWindow_unittest.cpp | 46 STDMETHOD(QueryInterface)(REFIID riid, void **ppvObject) in STDMETHOD() 48 *ppvObject = nullptr; in STDMETHOD() 52 *ppvObject = reinterpret_cast<IUnknown *>(this); in STDMETHOD() 58 *ppvObject = reinterpret_cast<IInspectable *>(this); in STDMETHOD() 64 *ppvObject = static_cast<ISwapChainPanel *>(this); in STDMETHOD() 70 *ppvObject = static_cast<IFrameworkElement *>(this); in STDMETHOD() 76 *ppvObject = static_cast<IUIElement *>(this); in STDMETHOD() 82 *ppvObject = static_cast<ISwapChainPanelNative *>(this); in STDMETHOD()
|
D | CoreWindowNativeWindow_unittest.cpp | 51 STDMETHOD(QueryInterface)(REFIID riid, void **ppvObject) 53 *ppvObject = nullptr; 57 *ppvObject = static_cast<IUnknown *>(this); 63 *ppvObject = static_cast<IInspectable *>(this); 69 *ppvObject = static_cast<ABI::Windows::UI::Core::ICoreWindow *>(this);
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/winrt/ |
D | SwapChainPanelNativeWindow_unittest.cpp | 46 STDMETHOD(QueryInterface)(REFIID riid, void **ppvObject) in STDMETHOD() 48 *ppvObject = nullptr; in STDMETHOD() 52 *ppvObject = reinterpret_cast<IUnknown *>(this); in STDMETHOD() 58 *ppvObject = reinterpret_cast<IInspectable *>(this); in STDMETHOD() 64 *ppvObject = static_cast<ISwapChainPanel *>(this); in STDMETHOD() 70 *ppvObject = static_cast<IFrameworkElement *>(this); in STDMETHOD() 76 *ppvObject = static_cast<IUIElement *>(this); in STDMETHOD() 82 *ppvObject = static_cast<ISwapChainPanelNative *>(this); in STDMETHOD()
|
D | CoreWindowNativeWindow_unittest.cpp | 51 STDMETHOD(QueryInterface)(REFIID riid, void **ppvObject) 53 *ppvObject = nullptr; 57 *ppvObject = static_cast<IUnknown *>(this); 63 *ppvObject = static_cast<IInspectable *>(this); 69 *ppvObject = static_cast<ABI::Windows::UI::Core::ICoreWindow *>(this);
|
/third_party/gstreamer/gstplugins_bad/sys/wasapi/ |
D | gstaudioclient3.h | 63 void **ppvObject); 169 #define IAudioClient3_QueryInterface(This,riid,ppvObject) \ argument 170 ( (This)->lpVtbl -> QueryInterface(This,riid,ppvObject) )
|
/third_party/gstreamer/gstplugins_bad/sys/mediafoundation/ |
D | gststrmif.h | 131 _COM_Outptr_ void **ppvObject); 240 #define ICodecAPI_QueryInterface(This,riid,ppvObject) \ argument 241 ( (This)->lpVtbl -> QueryInterface(This,riid,ppvObject) )
|
/third_party/vk-gl-cts/external/amber/src/src/ |
D | dxc_helper.cc | 116 void** ppvObject) override { in QueryInterface() argument 117 return DoBasicQueryInterface<IDxcIncludeHandler>(this, iid, ppvObject); in QueryInterface()
|
/third_party/mesa3d/include/d3dadapter/ |
D | present.h | 58 HRESULT (WINAPI *QueryInterface)(ID3DPresent *This, REFIID riid, void **ppvObject); 140 HRESULT (WINAPI *QueryInterface)(ID3DPresentGroup *This, REFIID riid, void **ppvObject);
|
/third_party/mesa3d/src/microsoft/compiler/ |
D | dxcapi.h | 129 virtual HRESULT QueryInterface(REFIID riid, void **ppvObject); 579 _In_ REFIID iid, _COM_Outptr_opt_result_maybenull_ void **ppvObject, 596 _In_ REFIID iid, _COM_Outptr_opt_result_maybenull_ void **ppvObject, 662 virtual HRESULT STDMETHODCALLTYPE GetPartReflection(UINT32 idx, REFIID iid, void **ppvObject) = 0;
|
/third_party/flutter/glfw/deps/mingw/ |
D | dinput.h | 1480 STDMETHOD_(HRESULT,QueryInterface)(THIS_ REFIID riid, void** ppvObject) PURE; in DECL_WINELIB_TYPE_AW() 1541 STDMETHOD_(HRESULT,QueryInterface)(THIS_ REFIID riid, void** ppvObject) PURE; in DECLARE_INTERFACE_() 1570 STDMETHOD_(HRESULT,QueryInterface)(THIS_ REFIID riid, void** ppvObject) PURE; in DECLARE_INTERFACE_() 1645 STDMETHOD_(HRESULT,QueryInterface)(THIS_ REFIID riid, void** ppvObject) PURE; in DECLARE_INTERFACE_() 1684 STDMETHOD_(HRESULT,QueryInterface)(THIS_ REFIID riid, void** ppvObject) PURE; in DECLARE_INTERFACE_() 1789 STDMETHOD_(HRESULT,QueryInterface)(THIS_ REFIID riid, void** ppvObject) PURE; in DECLARE_INTERFACE_() 1831 STDMETHOD_(HRESULT,QueryInterface)(THIS_ REFIID riid, void** ppvObject) PURE; in DECLARE_INTERFACE_() 1946 STDMETHOD_(HRESULT,QueryInterface)(THIS_ REFIID riid, void** ppvObject) PURE; in DECLARE_INTERFACE_() 1992 STDMETHOD_(HRESULT,QueryInterface)(THIS_ REFIID riid, void** ppvObject) PURE; in DECLARE_INTERFACE_() 2166 STDMETHOD_(HRESULT,QueryInterface)(THIS_ REFIID riid, void** ppvObject) PURE; in DECLARE_INTERFACE_() [all …]
|