HomeSort by relevance Sort by last modified time
    Searched refs:CreateQuery (Results 1 - 13 of 13) sorted by null

  /external/swiftshader/src/D3D9/
Direct3DDevice9Ex.hpp 175 long __stdcall CreateQuery(D3DQUERYTYPE type, IDirect3DQuery9 **query) override;
Direct3DDevice9Ex.cpp 166 long Direct3DDevice9Ex::CreateQuery(D3DQUERYTYPE type, IDirect3DQuery9 **query)
170 return Direct3DDevice9::CreateQuery(type, query);
    [all...]
Direct3DDevice9.hpp 75 long __stdcall CreateQuery(D3DQUERYTYPE type, IDirect3DQuery9 **query) override;
Direct3DDevice9.cpp 716 long Direct3DDevice9::CreateQuery(D3DQUERYTYPE type, IDirect3DQuery9 **query)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
d3d10_1.h 927 HRESULT (STDMETHODCALLTYPE *CreateQuery)(
    [all...]
d3d9.h     [all...]
d3d11_1.h     [all...]
d3d10.idl     [all...]
d3d10.h     [all...]
d3d11.idl     [all...]
d3d11.h     [all...]
rtccore.h     [all...]
  /external/mesa3d/include/D3D9/
d3d9.h 276 virtual HRESULT WINAPI CreateQuery(D3DQUERYTYPE Type, IDirect3DQuery9 **ppQuery) = 0;
    [all...]

Completed in 336 milliseconds