HomeSort by relevance Sort by last modified time
    Searched defs:Direct3DQuery9 (Results 1 - 2 of 2) sorted by null

  /external/swiftshader/src/D3D9/
Direct3DQuery9.cpp 15 #include "Direct3DQuery9.hpp"
26 Direct3DQuery9::Direct3DQuery9(Direct3DDevice9 *device, D3DQUERYTYPE type) : device(device), type(type)
38 Direct3DQuery9::~Direct3DQuery9()
48 long Direct3DQuery9::QueryInterface(const IID &iid, void **object)
68 unsigned long Direct3DQuery9::AddRef()
75 unsigned long Direct3DQuery9::Release()
82 long __stdcall Direct3DQuery9::GetDevice(IDirect3DDevice9 **device)
99 D3DQUERYTYPE Direct3DQuery9::GetType(
    [all...]
Direct3DQuery9.hpp 28 class Direct3DQuery9 : public IDirect3DQuery9, public Unknown
31 Direct3DQuery9(Direct3DDevice9 *device, D3DQUERYTYPE type);
33 ~Direct3DQuery9() override;

Completed in 74 milliseconds