Searched refs:ppQuery (Results 1 – 4 of 4) sorted by relevance
/external/mesa3d/src/gallium/frontends/nine/ |
D | device9.h | 849 IDirect3DQuery9 **ppQuery );
|
D | device9.c | 4000 IDirect3DQuery9 **ppQuery ) in NineDevice9_CreateQuery() argument 4005 DBG("This=%p Type=%d ppQuery=%p\n", This, Type, ppQuery); in NineDevice9_CreateQuery() 4008 if (!ppQuery || hr != D3D_OK) in NineDevice9_CreateQuery() 4014 *ppQuery = (IDirect3DQuery9 *)query; in NineDevice9_CreateQuery()
|
D | nine_lock.c | 1947 IDirect3DQuery9 **ppQuery ) in LockDevice9_CreateQuery() argument 1951 r = NineDevice9_CreateQuery(This, Type, ppQuery); in LockDevice9_CreateQuery()
|
/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… 1115 …SULT (WINAPI *CreateQuery)(IDirect3DDevice9Ex *This, D3DQUERYTYPE Type, IDirect3DQuery9 **ppQuery);
|