Home
last modified time | relevance | path

Searched refs:iid (Results 1 – 25 of 122) sorted by relevance

12345

/external/swiftshader/src/D3D8/
DDebug.hpp48 #define NOINTERFACE(iid) _NOINTERFACE(__FUNCTION__, iid) argument
50 inline long _NOINTERFACE(const char *function, const IID &iid) in _NOINTERFACE() argument
52 …r %s\n", iid.Data1, iid.Data2, iid.Data3, iid.Data4[0], iid.Data4[1], iid.Data4[2], iid.Data4[3], in _NOINTERFACE()
57 #define NOINTERFACE(iid) E_NOINTERFACE argument
DDirect3DBaseTexture8.cpp35 long Direct3DBaseTexture8::QueryInterface(const IID &iid, void **object) in QueryInterface() argument
39 if(iid == IID_IDirect3DBaseTexture8 || in QueryInterface()
40 iid == IID_IDirect3DResource8 || in QueryInterface()
41 iid == IID_IUnknown) in QueryInterface()
51 return NOINTERFACE(iid); in QueryInterface()
DDirect3DTexture8.cpp61 long Direct3DTexture8::QueryInterface(const IID &iid, void **object) in QueryInterface() argument
65 if(iid == IID_IDirect3DTexture8 || in QueryInterface()
66 iid == IID_IDirect3DBaseTexture8 || in QueryInterface()
67 iid == IID_IDirect3DResource8 || in QueryInterface()
68 iid == IID_IUnknown) in QueryInterface()
78 return NOINTERFACE(iid); in QueryInterface()
DDirect3DVolume8.cpp46 long __stdcall Direct3DVolume8::QueryInterface(const IID &iid, void **object) in QueryInterface() argument
50 if(iid == IID_IDirect3DVolume8 || in QueryInterface()
51 iid == IID_IUnknown) in QueryInterface()
61 return NOINTERFACE(iid); in QueryInterface()
85 long Direct3DVolume8::GetContainer(const IID &iid, void **container) in GetContainer() argument
94 long result = this->container->QueryInterface(iid, container); in GetContainer()
DDirect3DIndexBuffer8.cpp35 long Direct3DIndexBuffer8::QueryInterface(const IID &iid, void **object) in QueryInterface() argument
39 if(iid == IID_IDirect3DIndexBuffer8 || in QueryInterface()
40 iid == IID_IDirect3DResource8 || in QueryInterface()
41 iid == IID_IUnknown) in QueryInterface()
51 return NOINTERFACE(iid); in QueryInterface()
DDirect3DCubeTexture8.cpp70 long Direct3DCubeTexture8::QueryInterface(const IID &iid, void **object) in QueryInterface() argument
74 if(iid == IID_IDirect3DCubeTexture8 || in QueryInterface()
75 iid == IID_IDirect3DBaseTexture8 || in QueryInterface()
76 iid == IID_IDirect3DResource8 || in QueryInterface()
77 iid == IID_IUnknown) in QueryInterface()
87 return NOINTERFACE(iid); in QueryInterface()
DDirect3DVolumeTexture8.cpp62 long Direct3DVolumeTexture8::QueryInterface(const IID &iid, void **object) in QueryInterface() argument
66 if(iid == IID_IDirect3DVolumeTexture8 || in QueryInterface()
67 iid == IID_IDirect3DBaseTexture8 || in QueryInterface()
68 iid == IID_IDirect3DResource8 || in QueryInterface()
69 iid == IID_IUnknown) in QueryInterface()
79 return NOINTERFACE(iid); in QueryInterface()
DDirect3DVertexBuffer8.cpp74 long Direct3DVertexBuffer8::QueryInterface(const IID &iid, void **object) in QueryInterface() argument
78 if(iid == IID_IDirect3DVertexBuffer8 || in QueryInterface()
79 iid == IID_IDirect3DResource8 || in QueryInterface()
80 iid == IID_IUnknown) in QueryInterface()
90 return NOINTERFACE(iid); in QueryInterface()
DUnknown.cpp35 long Unknown::QueryInterface(const IID &iid, void **object) in QueryInterface() argument
37 if(iid == IID_IUnknown) in QueryInterface()
47 return NOINTERFACE(iid); in QueryInterface()
DDirect3DSurface8.cpp83 long Direct3DSurface8::QueryInterface(const IID &iid, void **object) in QueryInterface() argument
87 if(iid == IID_IDirect3DSurface8 || in QueryInterface()
88 iid == IID_IUnknown) in QueryInterface()
98 return NOINTERFACE(iid); in QueryInterface()
197 long Direct3DSurface8::GetContainer(const IID &iid, void **container) in GetContainer() argument
206 long result = this->container->QueryInterface(iid, container); in GetContainer()
DDirect3DResource8.cpp87 long Direct3DResource8::QueryInterface(const IID &iid, void **object) in QueryInterface() argument
91 if(iid == IID_IDirect3DResource8 || in QueryInterface()
92 iid == IID_IUnknown) in QueryInterface()
102 return NOINTERFACE(iid); in QueryInterface()
/external/swiftshader/src/D3D9/
DDebug.hpp84 #define NOINTERFACE(iid) _NOINTERFACE(__FUNCTION__, iid) argument
86 inline long _NOINTERFACE(const char *function, const IID &iid) in _NOINTERFACE() argument
88 …r %s\n", iid.Data1, iid.Data2, iid.Data3, iid.Data4[0], iid.Data4[1], iid.Data4[2], iid.Data4[3], in _NOINTERFACE()
93 #define NOINTERFACE(iid) E_NOINTERFACE argument
DDirect3DVertexShader9.cpp43 long Direct3DVertexShader9::QueryInterface(const IID &iid, void **object) in QueryInterface() argument
49 if(iid == IID_IDirect3DVertexShader9 || in QueryInterface()
50 iid == IID_IUnknown) in QueryInterface()
60 return NOINTERFACE(iid); in QueryInterface()
DDirect3DPixelShader9.cpp43 long Direct3DPixelShader9::QueryInterface(const IID &iid, void **object) in QueryInterface() argument
49 if(iid == IID_IDirect3DPixelShader9 || in QueryInterface()
50 iid == IID_IUnknown) in QueryInterface()
60 return NOINTERFACE(iid); in QueryInterface()
DDirect3DVolume9.cpp54 long __stdcall Direct3DVolume9::QueryInterface(const IID &iid, void **object) in QueryInterface() argument
60 if(iid == IID_IDirect3DVolume9 || in QueryInterface()
61 iid == IID_IUnknown) in QueryInterface()
71 return NOINTERFACE(iid); in QueryInterface()
97 long Direct3DVolume9::GetContainer(const IID &iid, void **container) in GetContainer() argument
108 long result = this->container->QueryInterface(iid, container); in GetContainer()
DDirect3DIndexBuffer9.cpp36 long Direct3DIndexBuffer9::QueryInterface(const IID &iid, void **object) in QueryInterface() argument
42 if(iid == IID_IDirect3DIndexBuffer9 || in QueryInterface()
43 iid == IID_IDirect3DResource9 || in QueryInterface()
44 iid == IID_IUnknown) in QueryInterface()
54 return NOINTERFACE(iid); in QueryInterface()
DDirect3DBaseTexture9.cpp38 long Direct3DBaseTexture9::QueryInterface(const IID &iid, void **object) in QueryInterface() argument
44 if(iid == IID_IDirect3DBaseTexture9 || in QueryInterface()
45 iid == IID_IDirect3DResource9 || in QueryInterface()
46 iid == IID_IUnknown) in QueryInterface()
56 return NOINTERFACE(iid); in QueryInterface()
DUnknown.cpp33 long Unknown::QueryInterface(const IID &iid, void **object) in QueryInterface() argument
35 if(iid == IID_IUnknown) in QueryInterface()
45 return NOINTERFACE(iid); in QueryInterface()
DDirect3DTexture9.cpp62 long Direct3DTexture9::QueryInterface(const IID &iid, void **object) in QueryInterface() argument
68 if(iid == IID_IDirect3DTexture9 || in QueryInterface()
69 iid == IID_IDirect3DBaseTexture9 || in QueryInterface()
70 iid == IID_IDirect3DResource9 || in QueryInterface()
71 iid == IID_IUnknown) in QueryInterface()
81 return NOINTERFACE(iid); in QueryInterface()
DDirect3DVertexBuffer9.cpp75 long Direct3DVertexBuffer9::QueryInterface(const IID &iid, void **object) in QueryInterface() argument
81 if(iid == IID_IDirect3DVertexBuffer9 || in QueryInterface()
82 iid == IID_IDirect3DResource9 || in QueryInterface()
83 iid == IID_IUnknown) in QueryInterface()
93 return NOINTERFACE(iid); in QueryInterface()
DDirect3DCubeTexture9.cpp71 long Direct3DCubeTexture9::QueryInterface(const IID &iid, void **object) in QueryInterface() argument
77 if(iid == IID_IDirect3DCubeTexture9 || in QueryInterface()
78 iid == IID_IDirect3DBaseTexture9 || in QueryInterface()
79 iid == IID_IDirect3DResource9 || in QueryInterface()
80 iid == IID_IUnknown) in QueryInterface()
90 return NOINTERFACE(iid); in QueryInterface()
/external/lzma/CPP/7zip/Archive/
DDllExports2.cpp61 STDAPI CreateCoder(const GUID *clsid, const GUID *iid, void **outObject);
63 STDAPI CreateArchiver(const GUID *clsid, const GUID *iid, void **outObject);
65 STDAPI CreateObject(const GUID *clsid, const GUID *iid, void **outObject) in CreateObject() argument
69 if (*iid == IID_ICompressCoder || in CreateObject()
70 *iid == IID_ICompressCoder2 || in CreateObject()
71 *iid == IID_ICompressFilter) in CreateObject()
72 return CreateCoder(clsid, iid, outObject); in CreateObject()
73 if (*iid == IID_IHasher) in CreateObject()
75 return CreateArchiver(clsid, iid, outObject); in CreateObject()
/external/strace/
Dscsi.c39 decode_sg_io(struct tcb *const tcp, const uint32_t iid, in decode_sg_io() argument
42 switch (iid) { in decode_sg_io()
48 tprintf("[%u]", iid); in decode_sg_io()
93 uint32_t iid; in scsi_ioctl() local
96 if (umove_or_printaddr(tcp, arg, &iid)) { in scsi_ioctl()
99 return decode_sg_io(tcp, iid, arg); in scsi_ioctl()
/external/lzma/CPP/7zip/Compress/
DCodecExports.cpp114 static HRESULT CreateCoder2(bool encode, UInt32 index, const GUID *iid, void **outObject) in CreateCoder2() argument
125 if (*iid != IID_ICompressFilter) return E_NOINTERFACE; in CreateCoder2()
129 if (*iid != IID_ICompressCoder2) return E_NOINTERFACE; in CreateCoder2()
133 if (*iid != IID_ICompressCoder) return E_NOINTERFACE; in CreateCoder2()
139 STDAPI CreateDecoder(UInt32 index, const GUID *iid, void **outObject) in CreateDecoder() argument
141 return CreateCoder2(false, index, iid, outObject); in CreateDecoder()
144 STDAPI CreateEncoder(UInt32 index, const GUID *iid, void **outObject) in CreateEncoder() argument
146 return CreateCoder2(true, index, iid, outObject); in CreateEncoder()
149 STDAPI CreateCoder(const GUID *clsid, const GUID *iid, void **outObject) in CreateCoder() argument
155 bool isCoder = (*iid == IID_ICompressCoder) != 0; in CreateCoder()
[all …]
/external/lzma/CPP/Common/
DMyCom.h51 …HRESULT CoCreateInstance(REFCLSID rclsid, REFIID iid, LPUNKNOWN pUnkOuter = NULL, DWORD dwClsConte…
53 return ::CoCreateInstance(rclsid, pUnkOuter, dwClsContext, iid, (void**)&_p);
68 HRESULT QueryInterface(REFGUID iid, Q** pp) const throw() in QueryInterface() argument
70 return _p->QueryInterface(iid, (void**)pp); in QueryInterface()
173 (REFGUID iid, void **outObject) throw() { *outObject = NULL;
175 #define MY_QUERYINTERFACE_ENTRY(i) else if (iid == IID_ ## i) \
178 #define MY_QUERYINTERFACE_ENTRY_UNKNOWN(i) if (iid == IID_IUnknown) \

12345