Home
last modified time | relevance | path

Searched refs:ppQuery (Results 1 – 4 of 4) sorted by relevance

/external/mesa3d/src/gallium/state_trackers/nine/
Ddevice9.h835 IDirect3DQuery9 **ppQuery );
Ddevice9.c3843 IDirect3DQuery9 **ppQuery ) in NineDevice9_CreateQuery() argument
3848 DBG("This=%p Type=%d ppQuery=%p\n", This, Type, ppQuery); in NineDevice9_CreateQuery()
3851 if (!ppQuery || hr != D3D_OK) in NineDevice9_CreateQuery()
3857 *ppQuery = (IDirect3DQuery9 *)query; in NineDevice9_CreateQuery()
Dnine_lock.c1947 IDirect3DQuery9 **ppQuery ) in LockDevice9_CreateQuery() argument
1951 r = NineDevice9_CreateQuery(This, Type, ppQuery); in LockDevice9_CreateQuery()
/external/mesa3d/include/D3D9/
Dd3d9.h276 virtual HRESULT WINAPI CreateQuery(D3DQUERYTYPE Type, IDirect3DQuery9 **ppQuery) = 0;
864 …HRESULT (WINAPI *CreateQuery)(IDirect3DDevice9 *This, D3DQUERYTYPE Type, IDirect3DQuery9 **ppQuery
1115 …SULT (WINAPI *CreateQuery)(IDirect3DDevice9Ex *This, D3DQUERYTYPE Type, IDirect3DQuery9 **ppQuery);