Searched refs:CreateQuery (Results 1 - 5 of 5) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/d3d10umd/
H A DQuery.h43 void APIENTRY CreateQuery(D3D10DDI_HDEVICE hDevice,
H A DQuery.cpp91 * CreateQuery --
93 * The CreateQuery function creates driver-side resources for a
101 CreateQuery(D3D10DDI_HDEVICE hDevice, // IN function in typeref:typename:void APIENTRY
H A DDevice.cpp256 pDeviceFuncs->pfnCreateQuery = CreateQuery;
/xsrc/external/mit/MesaLib.old/dist/include/D3D9/
H A Dd3d9.h276 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 **ppQuery);
1258 #define IDirect3DDevice9Ex_CreateQuery(p,a,b) (p)->lpVtbl->CreateQuery(p,a,b)
/xsrc/external/mit/MesaLib/dist/include/D3D9/
H A Dd3d9.h276 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 **ppQuery);
1258 #define IDirect3DDevice9Ex_CreateQuery(p,a,b) (p)->lpVtbl->CreateQuery(p,a,b)

Completed in 14 milliseconds