Home
last modified time | relevance | path

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

12

/third_party/mesa3d/src/gallium/frontends/nine/
Dresource9.h40 D3DPOOL pool;
60 D3DPOOL Pool,
71 D3DPOOL
Dresource9.c41 D3DPOOL Pool, in NineResource9_ctor()
135 D3DPOOL
Ddevice9.h332 D3DPOOL Pool,
344 D3DPOOL Pool,
354 D3DPOOL Pool,
363 D3DPOOL Pool,
372 D3DPOOL Pool,
439 D3DPOOL Pool,
Dnine_dump.h12 const char *nine_D3DPOOL_to_str(D3DPOOL);
Dvolumetexture9.h46 D3DPOOL Pool,
Dtexture9.h48 D3DPOOL Pool,
Dcubetexture9.h48 D3DPOOL Pool,
Dvolumetexture9.c36 D3DPOOL Pool, in NineVolumeTexture9_ctor()
286 D3DPOOL Pool, in NineVolumeTexture9_new()
Dcubetexture9.c40 D3DPOOL Pool, in NineCubeTexture9_ctor()
346 D3DPOOL Pool, in NineCubeTexture9_new()
Dbuffer9.h95 D3DPOOL Pool );
Dtexture9.c47 D3DPOOL Pool, in NineTexture9_ctor()
385 D3DPOOL Pool, in NineTexture9_new()
Dbasetexture9.h72 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.c228 D3DPOOL Pool, in NineDevice9Ex_CreateOffscreenPlainSurfaceEx()
Ddevice9.c1126 D3DPOOL Pool, in NineDevice9_CreateTexture()
1162 D3DPOOL Pool, in NineDevice9_CreateVolumeTexture()
1195 D3DPOOL Pool, in NineDevice9_CreateCubeTexture()
1228 D3DPOOL Pool, in NineDevice9_CreateVertexBuffer()
1267 D3DPOOL Pool, in NineDevice9_CreateIndexBuffer()
1303 D3DPOOL Pool, in create_zs_or_rt_surface()
1949 D3DPOOL Pool, in NineDevice9_CreateOffscreenPlainSurface()
/third_party/openh264/codec/console/dec/src/
Dd3d9_utils.cpp54 D3DPOOL D3DPool;
200 D3DPOOL D3Dpool = (D3DPOOL)D3DPOOL_DEFAULT; in InitResource()
235 D3Dpool = (D3DPOOL)D3DPOOL_DEFAULT; in InitResource()
237 …lpD3D9Device->CreateOffscreenPlainSurface (iWidth, iHeight, (D3DFORMAT)D3Dformat, (D3DPOOL)D3Dpool, in InitResource()
380 D3DPOOL D3Dpool; in InitResource()
419 D3Dpool = (D3DPOOL)D3DPOOL_DEFAULT; in InitResource()
420 …lpD3D9Device->CreateOffscreenPlainSurface (iWidth, iHeight, (D3DFORMAT)D3Dformat, (D3DPOOL)D3Dpool, in InitResource()
/third_party/flutter/skia/third_party/externals/angle2/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.h361 D3DPOOL getTexturePool(DWORD usage) const;
478 D3DPOOL getBufferPool(DWORD usage) const;
/third_party/skia/third_party/externals/angle2/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;
/third_party/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