Home
last modified time | relevance | path

Searched refs:QueryInterface (Results 1 – 25 of 142) sorted by relevance

123456

/third_party/flutter/skia/third_party/externals/sdl/src/video/windows/
DSDL_msctf.h56 HRESULT (STDMETHODCALLTYPE *QueryInterface)(ITfThreadMgr *, REFIID, void **);
79 HRESULT (STDMETHODCALLTYPE *QueryInterface)(ITfThreadMgrEx *, REFIID, void **);
104 HRESULT (STDMETHODCALLTYPE *QueryInterface)(ITfDocumentMgr *, REFIID, void **);
122 HRESULT (STDMETHODCALLTYPE *QueryInterface)(ITfUIElementSink *, REFIID, void **);
137 HRESULT (STDMETHODCALLTYPE *QueryInterface)(ITfUIElementMgr *, REFIID, void **);
154 HRESULT (STDMETHODCALLTYPE *QueryInterface)(ITfCandidateListUIElement *, REFIID, void **);
178 HRESULT (STDMETHODCALLTYPE *QueryInterface)(ITfReadingInformationUIElement *, REFIID, void **);
200 HRESULT (STDMETHODCALLTYPE *QueryInterface)(ITfUIElement *, REFIID, void **);
216 …HRESULT (STDMETHODCALLTYPE *QueryInterface)(ITfInputProcessorProfileActivationSink *, REFIID, void…
230 HRESULT (STDMETHODCALLTYPE *QueryInterface)(ITfSource *, REFIID, void **);
DSDL_windowskeyboard.c1073 …if (SUCCEEDED(threadmgrex->lpVtbl->QueryInterface(threadmgrex, &IID_ITfUIElementMgr, (LPVOID *)&pu… in UILess_GetUIElement()
1090 …if (SUCCEEDED(element->lpVtbl->QueryInterface(element, &IID_ITfReadingInformationUIElement, (LPVOI… in UIElementSink_BeginUIElement()
1097 …else if (SUCCEEDED(element->lpVtbl->QueryInterface(element, &IID_ITfCandidateListUIElement, (LPVOI… in UIElementSink_BeginUIElement()
1114 …if (SUCCEEDED(element->lpVtbl->QueryInterface(element, &IID_ITfReadingInformationUIElement, (LPVOI… in UIElementSink_UpdateUIElement()
1124 …else if (SUCCEEDED(element->lpVtbl->QueryInterface(element, &IID_ITfCandidateListUIElement, (LPVOI… in UIElementSink_UpdateUIElement()
1140 …if (SUCCEEDED(element->lpVtbl->QueryInterface(element, &IID_ITfReadingInformationUIElement, (LPVOI… in UIElementSink_EndUIElement()
1145 …if (SUCCEEDED(element->lpVtbl->QueryInterface(element, &IID_ITfCandidateListUIElement, (LPVOID *)&… in UIElementSink_EndUIElement()
1208 …if (SUCCEEDED(videodata->ime_threadmgrex->lpVtbl->QueryInterface(videodata->ime_threadmgrex, &IID_… in UILess_EnableUIUpdates()
1221 …if (SUCCEEDED(videodata->ime_threadmgrex->lpVtbl->QueryInterface(videodata->ime_threadmgrex, &IID_… in UILess_DisableUIUpdates()
1251 …if (SUCCEEDED(videodata->ime_threadmgrex->lpVtbl->QueryInterface(videodata->ime_threadmgrex, &IID_… in UILess_SetupSinks()
[all …]
/third_party/gstreamer/gstplugins_bad/sys/decklink/win/
DDeckLinkAPI.h2217 HRESULT ( STDMETHODCALLTYPE *QueryInterface )(
2264 ( (This)->lpVtbl -> QueryInterface(This,riid,ppvObject) )
2326 HRESULT ( STDMETHODCALLTYPE *QueryInterface )(
2356 ( (This)->lpVtbl -> QueryInterface(This,riid,ppvObject) )
2420 HRESULT ( STDMETHODCALLTYPE *QueryInterface )(
2470 ( (This)->lpVtbl -> QueryInterface(This,riid,ppvObject) )
2541 HRESULT ( STDMETHODCALLTYPE *QueryInterface )(
2575 ( (This)->lpVtbl -> QueryInterface(This,riid,ppvObject) )
2659 HRESULT ( STDMETHODCALLTYPE *QueryInterface )(
2728 ( (This)->lpVtbl -> QueryInterface(This,riid,ppvObject) )
[all …]
/third_party/glib/gio/
Dgwin32api-package.h14 HRESULT (STDMETHODCALLTYPE *QueryInterface)(
99 #define IPackageManager_QueryInterface(This,riid,ppvObject) (This)->lpVtbl->QueryInterface(This,rii…
115 HRESULT (STDMETHODCALLTYPE *QueryInterface)(
181 #define IPackageId_QueryInterface(This,riid,ppvObject) (This)->lpVtbl->QueryInterface(This,riid,ppv…
203 HRESULT (STDMETHODCALLTYPE *QueryInterface)(
253 #define IPackage_QueryInterface(This,riid,ppvObject) (This)->lpVtbl->QueryInterface(This,riid,ppvOb…
Dgwin32api-iterator.h9 HRESULT (STDMETHODCALLTYPE *QueryInterface)(
61 #define IIterator_QueryInterface(This,riid,ppvObject) (This)->lpVtbl->QueryInterface(This,riid,ppvO…
79 HRESULT (STDMETHODCALLTYPE *QueryInterface)(
117 #define IIterable_QueryInterface(This,riid,ppvObject) (This)->lpVtbl->QueryInterface(This,riid,ppvO…
Dgwin32api-application-activation-manager.h49 HRESULT (STDMETHODCALLTYPE *QueryInterface)(
91 …ctivationManager_QueryInterface(This,riid,ppvObject) (This)->lpVtbl->QueryInterface(This,riid,ppvO…
101 return This->lpVtbl->QueryInterface(This,riid,ppvObject);
/third_party/flutter/skia/src/ports/
DSkTypeface_win_dw.h57 if (!SUCCEEDED(fDWriteFontFace->QueryInterface(&fDWriteFontFace1))) { in SkTypeface()
62 if (!SUCCEEDED(fDWriteFontFace->QueryInterface(&fDWriteFontFace2))) { in SkTypeface()
65 if (!SUCCEEDED(fDWriteFontFace->QueryInterface(&fDWriteFontFace4))) { in SkTypeface()
68 if (!SUCCEEDED(fFactory->QueryInterface(&fFactory2))) { in SkTypeface()
DSkFontMgr_win_dw.cpp37 SK_STDMETHODIMP QueryInterface(REFIID iid, void** ppvObject) override;
67 SK_STDMETHODIMP StreamFontFileLoader::QueryInterface(REFIID iid, void** ppvObject) { in QueryInterface() function in StreamFontFileLoader
106 SK_STDMETHODIMP QueryInterface(REFIID iid, void** ppvObject) override;
143 SK_STDMETHODIMP StreamFontFileEnumerator::QueryInterface(REFIID iid, void** ppvObject) { in QueryInterface() function in StreamFontFileEnumerator
200 SK_STDMETHODIMP QueryInterface(REFIID iid, void** ppvObject) override;
230 SK_STDMETHODIMP StreamFontCollectionLoader::QueryInterface(REFIID iid, void** ppvObject) { in QueryInterface() function in StreamFontCollectionLoader
346 HRM(a->QueryInterface(&iunkA), "Failed to QI<IUnknown> for a."); in are_same()
349 HRM(b->QueryInterface(&iunkB), "Failed to QI<IUnknown> for b."); in are_same()
524 SK_STDMETHODIMP QueryInterface(IID const& riid, void** ppvObject) override { in QueryInterface() function in FontFallbackRenderer
659 SK_STDMETHODIMP QueryInterface(IID const& riid, void** ppvObject) override { in QueryInterface() function in FontFallbackSource
[all …]
DSkImageGeneratorWIC.cpp84 hr = imageFrame->QueryInterface(IID_PPV_ARGS(&imageSource)); in MakeFromEncodedWIC()
195 hr = formatConverter->QueryInterface(IID_PPV_ARGS(&formatConverterSrc)); in onGetPixels()
DSkTypeface_win_dw.cpp130 if (FAILED(fDWriteFontFace->QueryInterface(&fontFace5))) { in onGetVariationDesignPosition()
179 if (FAILED(fDWriteFontFace->QueryInterface(&fontFace5))) { in onGetVariationDesignParameters()
278 if (SUCCEEDED(fDWriteFontFace->QueryInterface(&fontFace5)) && fontFace5->HasVariations()) { in onMakeClone()
302 HRN(newFontFace5->QueryInterface(&newFontFace)); in onMakeClone()
/third_party/skia/src/ports/
DSkTypeface_win_dw.h75 if (!SUCCEEDED(fDWriteFontFace->QueryInterface(&fDWriteFontFace1))) { in DWriteFontTypeface()
80 if (!SUCCEEDED(fDWriteFontFace->QueryInterface(&fDWriteFontFace2))) { in DWriteFontTypeface()
83 if (!SUCCEEDED(fDWriteFontFace->QueryInterface(&fDWriteFontFace4))) { in DWriteFontTypeface()
86 if (!SUCCEEDED(fFactory->QueryInterface(&fFactory2))) { in DWriteFontTypeface()
DSkFontMgr_win_dw.cpp38 SK_STDMETHODIMP QueryInterface(REFIID iid, void** ppvObject) override;
68 SK_STDMETHODIMP StreamFontFileLoader::QueryInterface(REFIID iid, void** ppvObject) { in QueryInterface() function in StreamFontFileLoader
107 SK_STDMETHODIMP QueryInterface(REFIID iid, void** ppvObject) override;
144 SK_STDMETHODIMP StreamFontFileEnumerator::QueryInterface(REFIID iid, void** ppvObject) { in QueryInterface() function in StreamFontFileEnumerator
201 SK_STDMETHODIMP QueryInterface(REFIID iid, void** ppvObject) override;
231 SK_STDMETHODIMP StreamFontCollectionLoader::QueryInterface(REFIID iid, void** ppvObject) { in QueryInterface() function in StreamFontCollectionLoader
407 HRM(a->QueryInterface(&iunkA), "Failed to QI<IUnknown> for a."); in are_same()
410 HRM(b->QueryInterface(&iunkB), "Failed to QI<IUnknown> for b."); in are_same()
429 cshFace->fDWriteFontFace->QueryInterface(&cshFontFace5); in FindByDWriteFont()
430 ctxFace->fDWriteFontFace->QueryInterface(&ctxFontFace5); in FindByDWriteFont()
[all …]
DSkImageGeneratorWIC.cpp84 hr = imageFrame->QueryInterface(IID_PPV_ARGS(&imageSource)); in MakeFromEncodedWIC()
195 hr = formatConverter->QueryInterface(IID_PPV_ARGS(&formatConverterSrc)); in onGetPixels()
/third_party/flutter/skia/third_party/externals/sdl/src/render/direct3d11/
DSDL_render_winrt.cpp69 if (FAILED(sdlWindowInfo.info.winrt.window->QueryInterface(&coreWindow))) { in D3D11_GetCoreWindowFromSDLRenderer()
74 coreWindow->QueryInterface(&coreWindowAsIUnknown); in D3D11_GetCoreWindowFromSDLRenderer()
/third_party/mesa3d/include/d3dadapter/
Dpresent.h58 HRESULT (WINAPI *QueryInterface)(ID3DPresent *This, REFIID riid, void **ppvObject);
110 #define ID3DPresent_QueryInterface(p,a,b) (p)->lpVtbl->QueryInterface(p,a,b)
140 HRESULT (WINAPI *QueryInterface)(ID3DPresentGroup *This, REFIID riid, void **ppvObject);
162 #define ID3DPresentGroup_QueryInterface(p,a,b) (p)->lpVtbl->QueryInterface(p,a,b)
/third_party/ffmpeg/libavdevice/
Ddecklink_common.cpp107 if (dl->QueryInterface(IID_IDeckLinkProfileAttributes, (void **)&attr) != S_OK) in decklink_get_attr_string()
175 if (ctx->dl->QueryInterface(IID_IDeckLinkProfileManager, (void **)&manager) == S_OK) in ff_decklink_set_configs()
383 if (dl->QueryInterface(IID_IDeckLinkOutput, (void **)&output_config) == S_OK) { in ff_decklink_list_devices()
390 if (dl->QueryInterface(IID_IDeckLinkInput, (void **)&input_config) == S_OK) { in ff_decklink_list_devices()
546 if (ctx->dl->QueryInterface(IID_IDeckLinkConfiguration, (void **)&ctx->cfg) != S_OK) { in ff_decklink_init_device()
552 if (ctx->dl->QueryInterface(IID_IDeckLinkProfileAttributes, (void **)&ctx->attr) != S_OK) { in ff_decklink_init_device()
/third_party/flutter/glfw/deps/mingw/
Ddinput.h1480 STDMETHOD_(HRESULT,QueryInterface)(THIS_ REFIID riid, void** ppvObject) PURE; in DECL_WINELIB_TYPE_AW()
1498 #define IDirectInputEffect_QueryInterface(p,a,b) (p)->lpVtbl->QueryInterface(p,a,b)
1514 #define IDirectInputEffect_QueryInterface(p,a,b) (p)->QueryInterface(a,b)
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_()
1593 #define IDirectInputDevice_QueryInterface(p,a,b) (p)->lpVtbl->QueryInterface(p,a,b)
1614 #define IDirectInputDevice_QueryInterface(p,a,b) (p)->QueryInterface(a,b)
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_()
1717 #define IDirectInputDevice2_QueryInterface(p,a,b) (p)->lpVtbl->QueryInterface(p,a,b)
[all …]
/third_party/mesa3d/include/D3D9/
Dd3d9.h442 HRESULT (WINAPI *QueryInterface)(IDirect3D9 *This, REFIID riid, void **ppvObject);
467 #define IDirect3D9_QueryInterface(p,a,b) (p)->lpVtbl->QueryInterface(p,a,b)
489 HRESULT (WINAPI *QueryInterface)(IDirect3D9Ex *This, REFIID riid, void **ppvObject);
520 #define IDirect3D9Ex_QueryInterface(p,a,b) (p)->lpVtbl->QueryInterface(p,a,b)
548 …HRESULT (WINAPI *QueryInterface)(IDirect3D9ExOverlayExtension *This, REFIID riid, void **ppvObject…
560 #define IDirect3D9ExOverlayExtension_QueryInterface(p,a,b) (p)->lpVtbl->QueryInterface(p,a,b)
569 …HRESULT (WINAPI *QueryInterface)(IDirect3DAuthenticatedChannel9 *This, REFIID riid, void **ppvObje…
585 #define IDirect3DAuthenticatedChannel9_QueryInterface(p,a,b) (p)->lpVtbl->QueryInterface(p,a,b)
598 HRESULT (WINAPI *QueryInterface)(IDirect3DBaseTexture9 *This, REFIID riid, void **ppvObject);
624 #define IDirect3DBaseTexture9_QueryInterface(p,a,b) (p)->lpVtbl->QueryInterface(p,a,b)
[all …]
/third_party/gstreamer/gstplugins_bad/sys/dshowvideosink/
Ddshowvideosink.cpp457 hres = pin->QueryInterface ( in dump_all_pin_media_types()
792 hres = sink->filter_graph->QueryInterface( in gst_dshowvideosink_prepare_window()
847 hres = sink->filter_graph->QueryInterface( in gst_dshowvideosink_start_graph()
881 hres = sink->filter_graph->QueryInterface( in gst_dshowvideosink_pause_graph()
915 hres = sink->filter_graph->QueryInterface( in gst_dshowvideosink_stop_graph()
1071 hres = filter->QueryInterface (IID_IMFGetService, in Configure()
1188 hres = filter->QueryInterface ( in Configure()
1206 hres = filter->QueryInterface ( in Configure()
1317 hres = filter->QueryInterface ( in Configure()
1333 hres = filter->QueryInterface ( in Configure()
[all …]
/third_party/skia/third_party/externals/angle2/util/
Dcom_utils.h17 object->QueryInterface(__uuidof(outType), reinterpret_cast<void **>(&outObject)); in DynamicCastComObject()
/third_party/flutter/skia/third_party/externals/angle2/util/
Dcom_utils.h17 object->QueryInterface(__uuidof(outType), reinterpret_cast<void **>(&outObject)); in DynamicCastComObject()
/third_party/skia/third_party/externals/dawn/src/dawn_native/
DSurface.cpp101 ->QueryInterface(IID_PPV_ARGS(&coreWindow))), in ValidateSurfaceDescriptor()
112 ->QueryInterface(IID_PPV_ARGS(&swapChainPanel))), in ValidateSurfaceDescriptor()
/third_party/cef/tests/cefclient/browser/
Dosr_d3d11_win.cc218 if (SUCCEEDED(texture_->QueryInterface(__uuidof(IDXGIResource), in Texture2D()
226 if (SUCCEEDED(texture_->QueryInterface(__uuidof(IDXGIKeyedMutex), in Texture2D()
341 auto hr = device_->QueryInterface(__uuidof(dxgi_dev), (void**)&dxgi_dev); in adapter_name()
381 hr = device_->QueryInterface(__uuidof(IDXGIDevice), in create_swapchain()
407 hr = dxgi_factory->QueryInterface(__uuidof(IDXGIFactory2), in create_swapchain()
424 hr = swapchain1->QueryInterface(__uuidof(IDXGISwapChain), in create_swapchain()
/third_party/gstreamer/gstplugins_bad/sys/mediafoundation/
Dgstmfvideobuffer.cpp77 hr = self->QueryInterface (IID_PPV_ARGS (buffer)); in CreateInstance()
102 hr = self->QueryInterface (IID_PPV_ARGS (buffer)); in CreateInstanceWrapped()
226 IGstMFVideoBuffer::QueryInterface (REFIID riid, void ** object) in QueryInterface() function in IGstMFVideoBuffer
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/
DDeviceD3D.cpp55 iunknown->QueryInterface(__uuidof(ID3D11Device), reinterpret_cast<void **>(&d3dDevice)); in initialize()

123456