Home
last modified time | relevance | path

Searched refs:PreLoad (Results 1 – 25 of 34) sorted by relevance

12

/external/swiftshader/src/D3D8/
DDirect3DBaseTexture8.cpp82 void Direct3DBaseTexture8::PreLoad() in PreLoad() function in D3D8::Direct3DBaseTexture8
86 Direct3DResource8::PreLoad(); in PreLoad()
DDirect3DIndexBuffer8.cpp82 void Direct3DIndexBuffer8::PreLoad() in PreLoad() function in D3D8::Direct3DIndexBuffer8
86 Direct3DResource8::PreLoad(); in PreLoad()
DDirect3DVertexBuffer8.cpp121 void Direct3DVertexBuffer8::PreLoad() in PreLoad() function in D3D8::Direct3DVertexBuffer8
125 Direct3DResource8::PreLoad(); in PreLoad()
DDirect3DTexture8.cpp109 void Direct3DTexture8::PreLoad() in PreLoad() function in D3D8::Direct3DTexture8
113 Direct3DBaseTexture8::PreLoad(); in PreLoad()
DDirect3DCubeTexture8.cpp118 void Direct3DCubeTexture8::PreLoad() in PreLoad() function in D3D8::Direct3DCubeTexture8
122 Direct3DBaseTexture8::PreLoad(); in PreLoad()
DDirect3DVolumeTexture8.cpp110 void Direct3DVolumeTexture8::PreLoad() in PreLoad() function in D3D8::Direct3DVolumeTexture8
114 Direct3DBaseTexture8::PreLoad(); in PreLoad()
DDirect3DBaseTexture8.hpp44 void __stdcall PreLoad() override;
DDirect3DIndexBuffer8.hpp44 void __stdcall PreLoad() override;
DDirect3DVertexBuffer8.hpp44 void __stdcall PreLoad() override;
DDirect3DResource8.hpp47 void __stdcall PreLoad() override;
DDirect3DVolumeTexture8.hpp43 void __stdcall PreLoad() override;
DDirect3DTexture8.hpp43 void __stdcall PreLoad() override;
/external/swiftshader/src/D3D9/
DDirect3DIndexBuffer9.cpp89 void Direct3DIndexBuffer9::PreLoad() in PreLoad() function in D3D9::Direct3DIndexBuffer9
95 Direct3DResource9::PreLoad(); in PreLoad()
DDirect3DBaseTexture9.cpp91 void Direct3DBaseTexture9::PreLoad() in PreLoad() function in D3D9::Direct3DBaseTexture9
97 Direct3DResource9::PreLoad(); in PreLoad()
DDirect3DVertexBuffer9.cpp128 void Direct3DVertexBuffer9::PreLoad() in PreLoad() function in D3D9::Direct3DVertexBuffer9
134 Direct3DResource9::PreLoad(); in PreLoad()
DDirect3DTexture9.cpp116 void Direct3DTexture9::PreLoad() in PreLoad() function in D3D9::Direct3DTexture9
122 Direct3DBaseTexture9::PreLoad(); in PreLoad()
DDirect3DCubeTexture9.cpp125 void Direct3DCubeTexture9::PreLoad() in PreLoad() function in D3D9::Direct3DCubeTexture9
131 Direct3DBaseTexture9::PreLoad(); in PreLoad()
DDirect3DVolumeTexture9.cpp117 void Direct3DVolumeTexture9::PreLoad() in PreLoad() function in D3D9::Direct3DVolumeTexture9
123 Direct3DBaseTexture9::PreLoad(); in PreLoad()
DDirect3DVertexBuffer9.hpp44 void __stdcall PreLoad() override;
DDirect3DIndexBuffer9.hpp44 void __stdcall PreLoad() override;
DDirect3DBaseTexture9.hpp48 void __stdcall PreLoad() override;
DDirect3DResource9.hpp47 void __stdcall PreLoad() override;
DDirect3DSurface9.cpp162 void Direct3DSurface9::PreLoad() in PreLoad() function in D3D9::Direct3DSurface9
168 Direct3DResource9::PreLoad(); in PreLoad()
/external/swiftshader/include/Direct3D/
Dd3d8.h603 STDMETHOD_(void, PreLoad)(THIS) PURE; in DECLARE_INTERFACE_() local
619 #define IDirect3DResource8_PreLoad(p) (p)->lpVtbl->PreLoad(p)
631 #define IDirect3DResource8_PreLoad(p) (p)->PreLoad()
655 STDMETHOD_(void, PreLoad)(THIS) PURE; in DECLARE_INTERFACE_() local
674 #define IDirect3DBaseTexture8_PreLoad(p) (p)->lpVtbl->PreLoad(p)
689 #define IDirect3DBaseTexture8_PreLoad(p) (p)->PreLoad()
717 STDMETHOD_(void, PreLoad)(THIS) PURE; in DECLARE_INTERFACE_() local
741 #define IDirect3DTexture8_PreLoad(p) (p)->lpVtbl->PreLoad(p)
761 #define IDirect3DTexture8_PreLoad(p) (p)->PreLoad()
794 STDMETHOD_(void, PreLoad)(THIS) PURE; in DECLARE_INTERFACE_() local
[all …]
/external/clang/lib/Analysis/
DProgramPoint.cpp32 return PreLoad(S, LC, tag); in getProgramPoint()

12