/third_party/flutter/skia/third_party/externals/sdl/src/video/windows/ |
D | SDL_msctf.h | 56 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 **);
|
D | SDL_windowskeyboard.c | 1073 …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/ |
D | DeckLinkAPI.h | 2217 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/flutter/skia/src/ports/ |
D | SkTypeface_win_dw.h | 57 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()
|
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() 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 …]
|
D | SkImageGeneratorWIC.cpp | 84 hr = imageFrame->QueryInterface(IID_PPV_ARGS(&imageSource)); in MakeFromEncodedWIC() 195 hr = formatConverter->QueryInterface(IID_PPV_ARGS(&formatConverterSrc)); in onGetPixels()
|
D | SkTypeface_win_dw.cpp | 130 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()
|
D | SkRemotableFontMgr_win_dw.cpp | 58 HR_GENERAL(fontFileLoader->QueryInterface(&fontFileLoaderId), in FindOrAdd() 331 SK_STDMETHODIMP QueryInterface( in QueryInterface() function in SkRemotableFontMgr_DirectWrite::FontFallbackRenderer 428 HRNM(id.fLoader->QueryInterface(&loader), "QuerryInterface IDWriteFontFileLoader failed"); in getData()
|
/third_party/skia/src/ports/ |
D | SkTypeface_win_dw.h | 75 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()
|
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() 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 …]
|
D | SkImageGeneratorWIC.cpp | 84 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/ |
D | SDL_render_winrt.cpp | 69 if (FAILED(sdlWindowInfo.info.winrt.window->QueryInterface(&coreWindow))) { in D3D11_GetCoreWindowFromSDLRenderer() 74 coreWindow->QueryInterface(&coreWindowAsIUnknown); in D3D11_GetCoreWindowFromSDLRenderer()
|
/third_party/flutter/glfw/deps/mingw/ |
D | dinput.h | 1480 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/d3dadapter/ |
D | present.h | 58 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/ |
D | decklink_common.cpp | 107 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/mesa3d/include/D3D9/ |
D | d3d9.h | 442 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/ |
D | dshowvideosink.cpp | 457 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/cef/tests/cefclient/browser/ |
D | osr_d3d11_win.cc | 218 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/ |
D | gstmfvideobuffer.cpp | 77 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/rust/crates/bindgen/bindgen-tests/tests/headers/ |
D | nested_vtable.hpp | 3 virtual nsISupports* QueryInterface();
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/ |
D | Surface.cpp | 101 ->QueryInterface(IID_PPV_ARGS(&coreWindow))), in ValidateSurfaceDescriptor() 112 ->QueryInterface(IID_PPV_ARGS(&swapChainPanel))), in ValidateSurfaceDescriptor()
|
/third_party/gstreamer/gstplugins_bad/sys/dshowdecwrapper/ |
D | gstdshowvideodec.cpp | 701 hres = vdec->fakesrc->QueryInterface(IID_IBaseFilter, in gst_dshowvideodec_sink_setcaps() 757 hres = vdec->fakesink->QueryInterface(IID_IBaseFilter, in gst_dshowvideodec_sink_setcaps() 1126 hres = vdec->filtergraph->QueryInterface(IID_IMediaFilter, in gst_dshowvideodec_create_graph_and_filters() 1140 hres = vdec->fakesrc->QueryInterface(IID_IBaseFilter, in gst_dshowvideodec_create_graph_and_filters() 1165 hres = vdec->fakesink->QueryInterface(IID_IBaseFilter, in gst_dshowvideodec_create_graph_and_filters() 1242 hres = vdec->fakesrc->QueryInterface(IID_IBaseFilter, in gst_dshowvideodec_destroy_graph_and_filters() 1262 hres = vdec->fakesink->QueryInterface(IID_IBaseFilter, in gst_dshowvideodec_destroy_graph_and_filters()
|
/third_party/mesa3d/src/gallium/drivers/d3d12/ |
D | d3d12_video_screen.cpp | 64 if (FAILED(pD3D12Screen->dev->QueryInterface(IID_PPV_ARGS(spD3D12VideoDevice.GetAddressOf())))) { in get_max_level_resolution_video_decode_support() 116 if (FAILED(pD3D12Screen->dev->QueryInterface(IID_PPV_ARGS(spD3D12VideoDevice.GetAddressOf())))) { in d3d12_has_video_decode_support() 408 if (FAILED(pD3D12Screen->dev->QueryInterface(IID_PPV_ARGS(spD3D12VideoDevice.GetAddressOf())))) { in d3d12_has_video_encode_support() 553 if (FAILED(pD3D12Screen->dev->QueryInterface(IID_PPV_ARGS(spD3D12VideoDevice.GetAddressOf())))) { in d3d12_has_video_process_support()
|
/third_party/flutter/skia/third_party/externals/angle2/util/ |
D | com_utils.h | 17 object->QueryInterface(__uuidof(outType), reinterpret_cast<void **>(&outObject)); in DynamicCastComObject()
|
/third_party/skia/third_party/externals/angle2/util/ |
D | com_utils.h | 17 object->QueryInterface(__uuidof(outType), reinterpret_cast<void **>(&outObject)); in DynamicCastComObject()
|