Home
last modified time | relevance | path

Searched refs:REFGUID (Results 1 – 9 of 9) sorted by relevance

/external/lzma/CPP/Common/
DMyGuidDef.h16 #define REFGUID const GUID & macro
18 #define REFGUID const GUID * macro
21 #define REFCLSID REFGUID
22 #define REFIID REFGUID
25 inline int operator==(REFGUID g1, REFGUID g2)
32 inline int operator!=(REFGUID g1, REFGUID g2) { return !(g1 == g2); }
DMyCom.h73 HRESULT QueryInterface(REFGUID iid, Q** pp) const in QueryInterface()
159 (REFGUID iid, void **outObject) {
/external/mesa3d/src/gallium/state_trackers/d3d1x/d3d1xstutil/include/
Dd3d1xstutil.h844 REFGUID guid,
876 REFGUID guid,
910 REFGUID guid,
934 REFGUID guid,
942 REFGUID guid,
950 REFGUID guid,
962 REFGUID guid,
970 REFGUID guid,
978 REFGUID guid,
/external/mesa3d/src/gallium/state_trackers/d3d1x/d3dapi/
Ddxgi.idl138 [in] REFGUID a,
143 [in] REFGUID a,
147 [in] REFGUID a,
252 [in] REFGUID a,
Dd3d10.idl917 [in] REFGUID a,
921 [in] REFGUID a,
925 [in] REFGUID a,
1419 [in] REFGUID a,
1423 [in] REFGUID a,
1427 [in] REFGUID a,
Dd3d11.idl1342 [in] REFGUID a,
1348 [in] REFGUID a,
1354 [in] REFGUID a,
1782 [in] REFGUID a,
1788 [in] REFGUID a,
1794 [in] REFGUID a,
/external/lzma/CPP/7zip/Archive/Common/
DCoderMixer2.h157 HRESULT QueryInterface(REFGUID iid, void** pp) const in QueryInterface()
/external/skia/src/ports/
DSkImageDecoder_WIC.cpp86 static SkImageDecoder::Format GuidContainerFormat_to_Format(REFGUID guid) { in GuidContainerFormat_to_Format()
/external/mesa3d/src/gallium/state_trackers/d3d1x/dxgi/src/
Ddxgi_native.cpp359 REFGUID interface_name, in CheckInterfaceSupport()