Searched refs:CreateQuery (Results 1 – 5 of 5) sorted by relevance
/external/swiftshader/src/D3D9/ |
D | Direct3DDevice9Ex.cpp | 166 long Direct3DDevice9Ex::CreateQuery(D3DQUERYTYPE type, IDirect3DQuery9 **query) in CreateQuery() function in D3D9::Direct3DDevice9Ex 170 return Direct3DDevice9::CreateQuery(type, query); in CreateQuery()
|
D | Direct3DDevice9Ex.hpp | 175 long __stdcall CreateQuery(D3DQUERYTYPE type, IDirect3DQuery9 **query) override;
|
D | Direct3DDevice9.hpp | 75 long __stdcall CreateQuery(D3DQUERYTYPE type, IDirect3DQuery9 **query) override;
|
D | Direct3DDevice9.cpp | 716 long Direct3DDevice9::CreateQuery(D3DQUERYTYPE type, IDirect3DQuery9 **query) in CreateQuery() function in D3D9::Direct3DDevice9
|
/external/mesa3d/include/D3D9/ |
D | d3d9.h | 276 virtual HRESULT WINAPI CreateQuery(D3DQUERYTYPE Type, IDirect3DQuery9 **ppQuery) = 0; 864 …HRESULT (WINAPI *CreateQuery)(IDirect3DDevice9 *This, D3DQUERYTYPE Type, IDirect3DQuery9 **ppQuery… 991 #define IDirect3DDevice9_CreateQuery(p,a,b) (p)->lpVtbl->CreateQuery(p,a,b) 1115 …HRESULT (WINAPI *CreateQuery)(IDirect3DDevice9Ex *This, D3DQUERYTYPE Type, IDirect3DQuery9 **ppQue… 1258 #define IDirect3DDevice9Ex_CreateQuery(p,a,b) (p)->lpVtbl->CreateQuery(p,a,b)
|