/external/swiftshader/src/D3D8/ |
D | Debug.hpp | 48 #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
|
D | Direct3DBaseTexture8.cpp | 35 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()
|
D | Direct3DTexture8.cpp | 61 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()
|
D | Direct3DVolume8.cpp | 46 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()
|
D | Direct3DIndexBuffer8.cpp | 35 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()
|
D | Direct3DCubeTexture8.cpp | 70 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()
|
D | Direct3DVolumeTexture8.cpp | 62 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()
|
D | Direct3DVertexBuffer8.cpp | 74 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()
|
D | Unknown.cpp | 35 long Unknown::QueryInterface(const IID &iid, void **object) in QueryInterface() argument 37 if(iid == IID_IUnknown) in QueryInterface() 47 return NOINTERFACE(iid); in QueryInterface()
|
D | Direct3DSurface8.cpp | 83 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()
|
D | Direct3DResource8.cpp | 87 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/ |
D | Debug.hpp | 84 #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
|
D | Direct3DVertexShader9.cpp | 43 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()
|
D | Direct3DPixelShader9.cpp | 43 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()
|
D | Direct3DVolume9.cpp | 54 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()
|
D | Direct3DIndexBuffer9.cpp | 36 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()
|
D | Direct3DBaseTexture9.cpp | 38 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()
|
D | Unknown.cpp | 33 long Unknown::QueryInterface(const IID &iid, void **object) in QueryInterface() argument 35 if(iid == IID_IUnknown) in QueryInterface() 45 return NOINTERFACE(iid); in QueryInterface()
|
D | Direct3DTexture9.cpp | 62 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()
|
D | Direct3DVertexBuffer9.cpp | 75 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()
|
D | Direct3DCubeTexture9.cpp | 71 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/ |
D | DllExports2.cpp | 61 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/ |
D | scsi.c | 39 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/ |
D | CodecExports.cpp | 114 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/ |
D | MyCom.h | 51 …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) \
|