Home
last modified time | relevance | path

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

/aosp_15_r20/external/angle/src/libANGLE/renderer/d3d/d3d9/
H A DSwapChain9.cpp108 device->EvictManagedResources(); in reset()
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
Dd3d9.h1203 STDMETHOD(EvictManagedResources)(THIS) PURE; in DECLARE_INTERFACE_() local
1339 …Direct3DDevice9_EvictManagedResources(p) (p)->lpVtbl->EvictManagedResources(p)
1461 #define IDirect3DDevice9_EvictManagedResources(p) (p)->EvictManagedResources()
1762 STDMETHOD(EvictManagedResources)(THIS) PURE; in DECLARE_INTERFACE_() local
1932 …t3DDevice9Ex_EvictManagedResources(p) (p)->lpVtbl->EvictManagedResources(p)
2070 …ne IDirect3DDevice9Ex_EvictManagedResources(p) (p)->EvictManagedResources()
/aosp_15_r20/external/mesa3d/include/D3D9/
H A 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)
/aosp_15_r20/development/tools/repo_diff/service/repodiff/persistence/filesystem/testdata/
H A Dcommit.csv62151 …/external/mesa3d,[email protected],st/nine: Implement EvictManagedResources