/external/mesa3d/src/gallium/frontends/nine/ |
D | resource9.h | 40 D3DPOOL pool; 60 D3DPOOL Pool, 71 D3DPOOL
|
D | resource9.c | 41 D3DPOOL Pool, in NineResource9_ctor() 135 D3DPOOL
|
D | device9.h | 323 D3DPOOL Pool, 335 D3DPOOL Pool, 345 D3DPOOL Pool, 354 D3DPOOL Pool, 363 D3DPOOL Pool, 430 D3DPOOL Pool,
|
D | nine_dump.h | 12 const char *nine_D3DPOOL_to_str(D3DPOOL);
|
D | texture9.h | 47 D3DPOOL Pool,
|
D | volumetexture9.h | 46 D3DPOOL Pool,
|
D | cubetexture9.h | 47 D3DPOOL Pool,
|
D | volumetexture9.c | 36 D3DPOOL Pool, in NineVolumeTexture9_ctor() 285 D3DPOOL Pool, in NineVolumeTexture9_new()
|
D | buffer9.h | 84 D3DPOOL Pool );
|
D | cubetexture9.c | 39 D3DPOOL Pool, in NineCubeTexture9_ctor() 343 D3DPOOL Pool, in NineCubeTexture9_new()
|
D | basetexture9.h | 69 D3DPOOL Pool,
|
D | texture9.c | 46 D3DPOOL Pool, in NineTexture9_ctor() 386 D3DPOOL Pool, in NineTexture9_new()
|
D | device9ex.h | 129 D3DPOOL Pool,
|
D | nine_lock.c | 757 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()
|
D | device9ex.c | 196 D3DPOOL Pool, in NineDevice9Ex_CreateOffscreenPlainSurfaceEx()
|
D | buffer9.c | 46 D3DPOOL Pool ) in NineBuffer9_ctor()
|
D | device9.c | 1080 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()
|
D | basetexture9.c | 46 D3DPOOL Pool, in NineBaseTexture9_ctor()
|
/external/angle/src/libANGLE/renderer/d3d/d3d9/ |
D | TextureStorage9.h | 32 D3DPOOL getPool() const; 71 const D3DPOOL mD3DPool;
|
D | Image9.h | 104 D3DPOOL mD3DPool; // can only be D3DPOOL_SYSTEMMEM or D3DPOOL_MANAGED since it needs to be
|
D | Renderer9.h | 352 D3DPOOL getTexturePool(DWORD usage) const; 476 D3DPOOL getBufferPool(DWORD usage) const;
|
D | TextureStorage9.cpp | 75 D3DPOOL TextureStorage9::getPool() const in getPool()
|
D | Renderer9.cpp | 920 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/ |
D | d3d9types.h | 714 } D3DPOOL; typedef 1608 D3DPOOL Pool; 1727 D3DPOOL Pool; 1745 D3DPOOL Pool; 1772 D3DPOOL Pool;
|
D | d3d9.h | 181 …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 …]
|