Home
last modified time | relevance | path

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

/external/swiftshader/src/D3D9/
DDirect3DQuery9.hpp28 class Direct3DQuery9 : public IDirect3DQuery9, public Unknown
DDirect3DDevice9Ex.hpp175 long __stdcall CreateQuery(D3DQUERYTYPE type, IDirect3DQuery9 **query) override;
DDirect3DDevice9.hpp75 long __stdcall CreateQuery(D3DQUERYTYPE type, IDirect3DQuery9 **query) override;
DDirect3DDevice9Ex.cpp166 long Direct3DDevice9Ex::CreateQuery(D3DQUERYTYPE type, IDirect3DQuery9 **query) in CreateQuery()
DDirect3DDevice9.cpp716 long Direct3DDevice9::CreateQuery(D3DQUERYTYPE type, IDirect3DQuery9 **query) in CreateQuery()
/external/mesa3d/include/D3D9/
Dd3d9.h43 typedef struct IDirect3DQuery9 IDirect3DQuery9, *PDIRECT3DQUERY9, *LPDIRECT3DQUERY9; typedef
276 virtual HRESULT WINAPI CreateQuery(D3DQUERYTYPE Type, IDirect3DQuery9 **ppQuery) = 0;
318 struct IDirect3DQuery9 : public IUnknown struct
864 …HRESULT (WINAPI *CreateQuery)(IDirect3DDevice9 *This, D3DQUERYTYPE Type, IDirect3DQuery9 **ppQuery…
1115 …HRESULT (WINAPI *CreateQuery)(IDirect3DDevice9Ex *This, D3DQUERYTYPE Type, IDirect3DQuery9 **ppQue…
1370 HRESULT (WINAPI *QueryInterface)(IDirect3DQuery9 *This, REFIID riid, void **ppvObject);
1371 ULONG (WINAPI *AddRef)(IDirect3DQuery9 *This);
1372 ULONG (WINAPI *Release)(IDirect3DQuery9 *This);
1374 HRESULT (WINAPI *GetDevice)(IDirect3DQuery9 *This, IDirect3DDevice9 **ppDevice);
1375 D3DQUERYTYPE (WINAPI *GetType)(IDirect3DQuery9 *This);
[all …]
/external/mesa3d/src/gallium/state_trackers/nine/
Ddevice9.h835 IDirect3DQuery9 **ppQuery );
Ddevice9.c3843 IDirect3DQuery9 **ppQuery ) in NineDevice9_CreateQuery()
3857 *ppQuery = (IDirect3DQuery9 *)query; in NineDevice9_CreateQuery()
Dnine_lock.c1947 IDirect3DQuery9 **ppQuery ) in LockDevice9_CreateQuery()