Home
last modified time | relevance | path

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

12345

/external/llvm-project/clang/test/SemaCXX/
Dms-iunknown-template-function.cpp22 virtual HRESULT __stdcall QueryInterface(
31 HRESULT __stdcall QueryInterface(Q **pp) { in QueryInterface() function
32 return QueryInterface(__uuidof(Q), (void **)pp); in QueryInterface()
/external/lzma/CPP/7zip/Archive/Common/
DCoderMixer2.cpp41 _stream.QueryInterface(IID_IOutStreamFinish, &outStreamFinish); in OutStreamFinish()
71 Coder.QueryInterface(IID_ICompressGetInStreamProcessedSize, (void **)&getInStreamProcessedSize); in CheckDataAfterEnd()
93 …Coder2.QueryInterface(IID_ICompressGetInStreamProcessedSize2, (void **)&getInStreamProcessedSize2); in CheckDataAfterEnd()
347 unk->QueryInterface(IID_ISequentialInStream, (void**)&s); in AddCoder()
352 unk->QueryInterface(IID_ISequentialOutStream, (void**)&s); in AddCoder()
381 coder.QueryInterface(IID_ISequentialInStream, (void **)&seqInStream); in GetInStream2()
393 coder.QueryInterface(IID_ICompressSetInStream, (void **)&setStream); in GetInStream2()
406 coder.QueryInterface(IID_ICompressSetInStream2, (void **)&setStream2); in GetInStream2()
522 coder.QueryInterface(IID_ISequentialOutStream, (void **)&seqOutStream); in GetOutStream()
534 coder.Coder.QueryInterface(IID_ICompressSetOutStream, &setOutStream); in GetOutStream()
[all …]
/external/skqp/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.cpp36 virtual HRESULT STDMETHODCALLTYPE QueryInterface(REFIID iid, void** ppvObject);
67 HRESULT StreamFontFileLoader::QueryInterface(REFIID iid, void** ppvObject) { in QueryInterface() function in StreamFontFileLoader
106 virtual HRESULT STDMETHODCALLTYPE QueryInterface(REFIID iid, void** ppvObject);
143 HRESULT StreamFontFileEnumerator::QueryInterface(REFIID iid, void** ppvObject) { in QueryInterface() function in StreamFontFileEnumerator
200 virtual HRESULT STDMETHODCALLTYPE QueryInterface(REFIID iid, void** ppvObject);
230 HRESULT StreamFontCollectionLoader::QueryInterface(REFIID iid, void** ppvObject) { in QueryInterface() function in StreamFontCollectionLoader
277 if (!SUCCEEDED(fFactory->QueryInterface(&fFactory2))) { in SkFontMgr_DirectWrite()
348 HRM(a->QueryInterface(&iunkA), "Failed to QI<IUnknown> for a."); in are_same()
351 HRM(b->QueryInterface(&iunkB), "Failed to QI<IUnknown> for b."); in are_same()
623 virtual HRESULT STDMETHODCALLTYPE QueryInterface(IID const& riid, void** ppvObject) override{ in QueryInterface() function in FontFallbackRenderer
[all …]
DSkImageGeneratorWIC.cpp84 hr = imageFrame->QueryInterface(IID_PPV_ARGS(&imageSource)); in MakeFromEncodedWIC()
195 hr = formatConverter->QueryInterface(IID_PPV_ARGS(&formatConverterSrc)); in onGetPixels()
/external/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
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()
368 cshFace->fDWriteFontFace->QueryInterface(&cshFontFace5); in FindByDWriteFont()
369 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()
DSkRemotableFontMgr_win_dw.cpp58 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()
/external/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)
Dd3dadapter9.h35 HRESULT (WINAPI *QueryInterface)(ID3DAdapter9 *This, REFIID riid, void **ppvObject);
57 #define ID3DAdapter9_QueryInterface(p,a,b) (p)->lpVtbl->QueryInterface(p,a,b)
/external/lzma/CPP/Common/
DMyCom.h67 HRESULT QueryInterface(REFGUID iid, Q** pp) const throw() in QueryInterface() function
69 return _p->QueryInterface(iid, (void**)pp); in QueryInterface()
187 #define MY_QUERYINTERFACE_BEGIN STDMETHOD(QueryInterface) \
/external/lzma/CPP/7zip/Archive/7z/
D7zEncode.cpp92 coder->QueryInterface(IID_ICompressSetCoderProperties, (void **)&setCoderProperties); in SetCoderProps2()
180 encoderCommon.QueryInterface(IID_ICompressSetCoderMt, &setCoderMt); in CreateMixerCoder()
213 encoderCommon.QueryInterface(IID_ICryptoSetPassword, &cryptoSetPassword); in CreateMixerCoder()
376 coder->QueryInterface(IID_ICryptoResetInitVector, (void **)&resetInitVector); in Encode()
384 coder->QueryInterface(IID_ICompressSetCoderPropertiesOpt, (void **)&optProps); in Encode()
394 coder->QueryInterface(IID_ICompressWriteCoderProperties, (void **)&writeCoderProperties); in Encode()
D7zDecode.cpp371 decoder->QueryInterface(IID_ICompressSetCoderMt, (void **)&setCoderMt); in Decode()
381 decoder->QueryInterface(IID_ICompressSetMemLimit, (void **)&setMemLimit); in Decode()
393 decoder->QueryInterface(IID_ICompressSetDecoderProperties2, (void **)&setDecoderProperties); in Decode()
410 decoder->QueryInterface(IID_ICryptoSetPassword, (void **)&cryptoSetPassword); in Decode()
441 decoder->QueryInterface(IID_ICompressSetFinishMode, (void **)&setFinishMode); in Decode()
D7zSpecStream.h24 _stream.QueryInterface(IID_ICompressGetSubStreamSize, &_getSubStreamSize); in Init()
/external/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 …]
/external/angle/util/
Dcom_utils.h17 object->QueryInterface(__uuidof(outType), reinterpret_cast<void **>(&outObject)); in DynamicCastComObject()
/external/webrtc/modules/video_capture/windows/
Dsink_filter_ds.h56 STDMETHOD(QueryInterface)(REFIID riid, void** ppv) override;
126 STDMETHOD(QueryInterface)(REFIID riid, void** ppv) override;
Ddevice_info_ds.cc329 captureDevice->QueryInterface(IID_IAMExtDevice, (void**)&extDevice); in CreateCapabilityMap()
336 hr = outputCapturePin->QueryInterface(IID_IAMStreamConfig, in CreateCapabilityMap()
346 HRESULT hrVC = captureDevice->QueryInterface(IID_IAMVideoControl, in CreateCapabilityMap()
598 hr = filter->QueryInterface(IID_ISpecifyPropertyPages, (LPVOID*)&pPages); in DisplayCaptureSettingsDialogBox()
/external/antlr/runtime/Delphi/Sources/Antlr3.Runtime/
DAntlr.Runtime.Tools.pas215 function QueryInterface(const IID: TGUID; out Obj): HResult; stdcall;
287 function QueryInterface(const IID: TGUID; out Obj): HResult; stdcall;
410 else if (A.QueryInterface(IInterface, X) = S_OK)
411 and (B.QueryInterface(IInterface, Y) = S_OK)
509 function TList<T>.QueryInterface(const IID: TGUID; out Obj): HResult; in QueryInterface() function
674 function TDictionary<TKey, TValue>.QueryInterface(const IID: TGUID; in QueryInterface() function
/external/lzma/CPP/7zip/Common/
DProgressUtils.cpp19 _progress.QueryInterface(IID_ICompressProgressInfo, &_ratioProgress); in Init()
/external/google-breakpad/src/common/windows/
Ddia_util.cc81 if (SUCCEEDED(temp_table->QueryInterface(iid, &temp))) { in FindTable()
/external/angle/src/libANGLE/renderer/d3d/
DDeviceD3D.cpp57 iunknown->QueryInterface(__uuidof(ID3D11Device), reinterpret_cast<void **>(&d3dDevice)); in initialize()
/external/webrtc/modules/desktop_capture/win/
Ddxgi_texture.cc48 _com_error error = resource->QueryInterface( in CopyFrom()
/external/skqp/src/utils/win/
DSkDWriteGeometrySink.h31 HRESULT STDMETHODCALLTYPE QueryInterface(REFIID iid, void **object) override;

12345