Home
last modified time | relevance | path

Searched refs:EvictManagedResources (Results 1 - 2 of 2) sorted by relevance

/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d9/
H A DSwapChain9.cpp108 device->EvictManagedResources(); in reset()
/third_party/mesa3d/include/D3D9/
H A Dd3d9.h163 virtual HRESULT WINAPI EvictManagedResources() = 0;
751 HRESULT (WINAPI *EvictManagedResources)(IDirect3DDevice9 *This); member
878 #define IDirect3DDevice9_EvictManagedResources(p) (p)->lpVtbl->EvictManagedResources(p)
1002 HRESULT (WINAPI *EvictManagedResources)(IDirect3DDevice9Ex *This); member
1145 #define IDirect3DDevice9Ex_EvictManagedResources(p) (p)->lpVtbl->EvictManagedResources(p)

Completed in 8 milliseconds