Home
last modified time | relevance | path

Searched refs:EvictManagedResources (Results 1 – 5 of 5) sorted by relevance

/external/swiftshader/src/D3D9/
DDirect3DDevice9Ex.cpp285 long Direct3DDevice9Ex::EvictManagedResources() in EvictManagedResources() function in D3D9::Direct3DDevice9Ex
289 return Direct3DDevice9::EvictManagedResources(); in EvictManagedResources()
DDirect3DDevice9Ex.hpp62 long __stdcall EvictManagedResources() override;
DDirect3DDevice9.hpp92 long __stdcall EvictManagedResources() override;
DDirect3DDevice9.cpp1320 long Direct3DDevice9::EvictManagedResources() in EvictManagedResources() function in D3D9::Direct3DDevice9
/external/mesa3d/include/D3D9/
Dd3d9.h163 virtual HRESULT WINAPI EvictManagedResources() = 0;
751 HRESULT (WINAPI *EvictManagedResources)(IDirect3DDevice9 *This);
878 #define IDirect3DDevice9_EvictManagedResources(p) (p)->lpVtbl->EvictManagedResources(p)
1002 HRESULT (WINAPI *EvictManagedResources)(IDirect3DDevice9Ex *This);
1145 #define IDirect3DDevice9Ex_EvictManagedResources(p) (p)->lpVtbl->EvictManagedResources(p)