HomeSort by relevance Sort by last modified time
    Searched defs:QueryInterface (Results 1 - 25 of 196) sorted by null

1 2 3 4 5 6 7 8

  /external/swiftshader/src/D3D8/
Direct3DPixelShader8.cpp 44 long Direct3DPixelShader8::QueryInterface(const IID &iid, void **object)
Direct3DVertexDeclaration8.cpp 44 long Direct3DVertexDeclaration8::QueryInterface(const IID &iid, void **object)
Direct3DVertexShader8.cpp 60 long Direct3DVertexShader8::QueryInterface(const IID &iid, void **object)
Unknown.cpp 35 long Unknown::QueryInterface(const IID &iid, void **object)
Direct3DBaseTexture8.cpp 35 long Direct3DBaseTexture8::QueryInterface(const IID &iid, void **object)
Direct3DIndexBuffer8.cpp 35 long Direct3DIndexBuffer8::QueryInterface(const IID &iid, void **object)
Direct3DCubeTexture8.cpp 70 long Direct3DCubeTexture8::QueryInterface(const IID &iid, void **object)
Direct3DResource8.cpp 87 long Direct3DResource8::QueryInterface(const IID &iid, void **object)
Direct3DSurface8.cpp 84 long Direct3DSurface8::QueryInterface(const IID &iid, void **object)
207 long result = this->container->QueryInterface(iid, container);
Direct3DSwapChain8.cpp 44 long Direct3DSwapChain8::QueryInterface(const IID &iid, void **object)
Direct3DTexture8.cpp 61 long Direct3DTexture8::QueryInterface(const IID &iid, void **object)
Direct3DVertexBuffer8.cpp 74 long Direct3DVertexBuffer8::QueryInterface(const IID &iid, void **object)
Direct3DVolume8.cpp 47 long __stdcall Direct3DVolume8::QueryInterface(const IID &iid, void **object)
95 long result = this->container->QueryInterface(iid, container);
Direct3DVolumeTexture8.cpp 62 long Direct3DVolumeTexture8::QueryInterface(const IID &iid, void **object)
  /external/swiftshader/src/D3D9/
Direct3DPixelShader9.cpp 43 long Direct3DPixelShader9::QueryInterface(const IID &iid, void **object)
Direct3DVertexShader9.cpp 43 long Direct3DVertexShader9::QueryInterface(const IID &iid, void **object)
Unknown.cpp 33 long Unknown::QueryInterface(const IID &iid, void **object)
Direct3DQuery9.cpp 48 long Direct3DQuery9::QueryInterface(const IID &iid, void **object)
Direct3DBaseTexture9.cpp 38 long Direct3DBaseTexture9::QueryInterface(const IID &iid, void **object)
Direct3DIndexBuffer9.cpp 36 long Direct3DIndexBuffer9::QueryInterface(const IID &iid, void **object)
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
unknwn.h 72 virtual HRESULT STDMETHODCALLTYPE QueryInterface(REFIID riid, void **ppvObject) = 0;
77 HRESULT STDMETHODCALLTYPE QueryInterface(Q **pp) {
78 return QueryInterface(__uuidof(Q), (void **)pp);
98 virtual HRESULT STDMETHODCALLTYPE QueryInterface(
118 HRESULT (STDMETHODCALLTYPE *QueryInterface)(
138 #define IUnknown_QueryInterface(This,riid,ppvObject) (This)->lpVtbl->QueryInterface(This,riid,ppvObject)
144 return This->lpVtbl->QueryInterface(This,riid,ppvObject);
225 HRESULT (STDMETHODCALLTYPE *QueryInterface)(
266 #define AsyncIUnknown_QueryInterface(This,riid,ppvObject) (This)->lpVtbl->QueryInterface(This,riid,ppvObject)
279 return This->lpVtbl->QueryInterface(This,riid,ppvObject)
    [all...]
unknwnbase.h 68 virtual HRESULT STDMETHODCALLTYPE QueryInterface(REFIID riid, void **ppvObject) = 0;
73 HRESULT STDMETHODCALLTYPE QueryInterface(Q **pp) {
74 return QueryInterface(__uuidof(Q), (void **)pp);
94 virtual HRESULT STDMETHODCALLTYPE QueryInterface(
114 HRESULT (STDMETHODCALLTYPE *QueryInterface)(
134 #define IUnknown_QueryInterface(This,riid,ppvObject) (This)->lpVtbl->QueryInterface(This,riid,ppvObject)
140 return This->lpVtbl->QueryInterface(This,riid,ppvObject);
221 HRESULT (STDMETHODCALLTYPE *QueryInterface)(
262 #define AsyncIUnknown_QueryInterface(This,riid,ppvObject) (This)->lpVtbl->QueryInterface(This,riid,ppvObject)
275 return This->lpVtbl->QueryInterface(This,riid,ppvObject)
    [all...]
mimeinfo.h 59 HRESULT (WINAPI *QueryInterface)(IMimeInfo *This,REFIID riid,void **ppvObject);
69 #define IMimeInfo_QueryInterface(This,riid,ppvObject) (This)->lpVtbl->QueryInterface(This,riid,ppvObject)
simpdc.h 46 HRESULT (WINAPI *QueryInterface)(ISimpleDataConverter *This,REFIID riid,void **ppvObject);
57 #define ISimpleDataConverter_QueryInterface(This,riid,ppvObject) (This)->lpVtbl->QueryInterface(This,riid,ppvObject)
  /external/mesa3d/include/d3dadapter/
d3dadapter9.h 35 HRESULT (WINAPI *QueryInterface)(ID3DAdapter9 *This, REFIID riid, void **ppvObject);
57 #define ID3DAdapter9_QueryInterface(p,a,b) (p)->lpVtbl->QueryInterface(p,a,b)

Completed in 145 milliseconds

1 2 3 4 5 6 7 8