Home
last modified time | relevance | path

Searched refs:D3DPOOL (Results 1 – 25 of 27) sorted by relevance

12

/external/mesa3d/src/gallium/frontends/nine/
Dresource9.h40 D3DPOOL pool;
60 D3DPOOL Pool,
71 D3DPOOL
Dresource9.c41 D3DPOOL Pool, in NineResource9_ctor()
135 D3DPOOL
Ddevice9.h323 D3DPOOL Pool,
335 D3DPOOL Pool,
345 D3DPOOL Pool,
354 D3DPOOL Pool,
363 D3DPOOL Pool,
430 D3DPOOL Pool,
Dnine_dump.h12 const char *nine_D3DPOOL_to_str(D3DPOOL);
Dtexture9.h47 D3DPOOL Pool,
Dvolumetexture9.h46 D3DPOOL Pool,
Dcubetexture9.h47 D3DPOOL Pool,
Dvolumetexture9.c36 D3DPOOL Pool, in NineVolumeTexture9_ctor()
285 D3DPOOL Pool, in NineVolumeTexture9_new()
Dcubetexture9.c39 D3DPOOL Pool, in NineCubeTexture9_ctor()
343 D3DPOOL Pool, in NineCubeTexture9_new()
Dbuffer9.h84 D3DPOOL Pool );
Dtexture9.c46 D3DPOOL Pool, in NineTexture9_ctor()
386 D3DPOOL Pool, in NineTexture9_new()
Dbasetexture9.h69 D3DPOOL Pool,
Ddevice9ex.h129 D3DPOOL Pool,
Dnine_lock.c757 D3DPOOL Pool, in LockDevice9_CreateTexture()
776 D3DPOOL Pool, in LockDevice9_CreateVolumeTexture()
793 D3DPOOL Pool, in LockDevice9_CreateCubeTexture()
809 D3DPOOL Pool, in LockDevice9_CreateVertexBuffer()
825 D3DPOOL Pool, in LockDevice9_CreateIndexBuffer()
955 D3DPOOL Pool, in LockDevice9_CreateOffscreenPlainSurface()
2227 D3DPOOL Pool, in LockDevice9Ex_CreateOffscreenPlainSurfaceEx()
Ddevice9ex.c196 D3DPOOL Pool, in NineDevice9Ex_CreateOffscreenPlainSurfaceEx()
Dbuffer9.c46 D3DPOOL Pool ) in NineBuffer9_ctor()
Ddevice9.c1080 D3DPOOL Pool, in NineDevice9_CreateTexture()
1116 D3DPOOL Pool, in NineDevice9_CreateVolumeTexture()
1149 D3DPOOL Pool, in NineDevice9_CreateCubeTexture()
1182 D3DPOOL Pool, in NineDevice9_CreateVertexBuffer()
1221 D3DPOOL Pool, in NineDevice9_CreateIndexBuffer()
1257 D3DPOOL Pool, in create_zs_or_rt_surface()
1903 D3DPOOL Pool, in NineDevice9_CreateOffscreenPlainSurface()
Dbasetexture9.c46 D3DPOOL Pool, in NineBaseTexture9_ctor()
/external/angle/src/libANGLE/renderer/d3d/d3d9/
DTextureStorage9.h32 D3DPOOL getPool() const;
71 const D3DPOOL mD3DPool;
DImage9.h104 D3DPOOL mD3DPool; // can only be D3DPOOL_SYSTEMMEM or D3DPOOL_MANAGED since it needs to be
DRenderer9.h352 D3DPOOL getTexturePool(DWORD usage) const;
476 D3DPOOL getBufferPool(DWORD usage) const;
DTextureStorage9.cpp75 D3DPOOL TextureStorage9::getPool() const in getPool()
DRenderer9.cpp920 D3DPOOL Pool = getBufferPool(Usage); in createVertexBuffer()
940 D3DPOOL Pool = getBufferPool(Usage); in createIndexBuffer()
2424 D3DPOOL Renderer9::getBufferPool(DWORD usage) const in getBufferPool()
2768 D3DPOOL Renderer9::getTexturePool(DWORD usage) const in getTexturePool()
/external/mesa3d/include/D3D9/
Dd3d9types.h714 } D3DPOOL; typedef
1608 D3DPOOL Pool;
1727 D3DPOOL Pool;
1745 D3DPOOL Pool;
1772 D3DPOOL Pool;
Dd3d9.h181 …ure(UINT Width, UINT Height, UINT Levels, DWORD Usage, D3DFORMAT Format, D3DPOOL Pool, IDirect3DTe…
182 …th, UINT Height, UINT Depth, UINT Levels, DWORD Usage, D3DFORMAT Format, D3DPOOL Pool, IDirect3DVo…
183 …CubeTexture(UINT EdgeLength, UINT Levels, DWORD Usage, D3DFORMAT Format, D3DPOOL Pool, IDirect3DCu…
184 …virtual HRESULT WINAPI CreateVertexBuffer(UINT Length, DWORD Usage, DWORD FVF, D3DPOOL Pool, IDire…
185 …virtual HRESULT WINAPI CreateIndexBuffer(UINT Length, DWORD Usage, D3DFORMAT Format, D3DPOOL Pool,…
194 …I CreateOffscreenPlainSurface(UINT Width, UINT Height, D3DFORMAT Format, D3DPOOL Pool, IDirect3DSu…
292 …CreateOffscreenPlainSurfaceEx(UINT Width, UINT Height, D3DFORMAT Format, D3DPOOL Pool, IDirect3DSu…
769 …is, UINT Width, UINT Height, UINT Levels, DWORD Usage, D3DFORMAT Format, D3DPOOL Pool, IDirect3DTe…
770 …th, UINT Height, UINT Depth, UINT Levels, DWORD Usage, D3DFORMAT Format, D3DPOOL Pool, IDirect3DVo…
771 …ice9 *This, UINT EdgeLength, UINT Levels, DWORD Usage, D3DFORMAT Format, D3DPOOL Pool, IDirect3DCu…
[all …]

12