/external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d/d3d9/ |
TextureStorage9.h | 33 D3DPOOL getPool() const; 55 const D3DPOOL mD3DPool;
|
Image9.h | 71 D3DPOOL mD3DPool; // can only be D3DPOOL_SYSTEMMEM or D3DPOOL_MANAGED since it needs to be lockable.
|
Renderer9.h | 195 D3DPOOL getTexturePool(DWORD usage) const; 220 D3DPOOL getBufferPool(DWORD usage) const;
|
TextureStorage9.cpp | 70 D3DPOOL TextureStorage9::getPool() const
|
Image9.cpp | 172 const D3DPOOL poolToUse = D3DPOOL_SYSTEMMEM;
|
Renderer9.cpp | 580 D3DPOOL Pool = getBufferPool(Usage); 591 D3DPOOL Pool = getBufferPool(Usage); [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
d3dx9tex.h | 187 UINT *miplevels, DWORD usage, D3DFORMAT *format, D3DPOOL pool); 189 UINT *miplevels, DWORD usage, D3DFORMAT *format, D3DPOOL pool); 191 UINT *depth, UINT *miplevels, DWORD usage, D3DFORMAT *format, D3DPOOL pool); 194 UINT miplevels, DWORD usage, D3DFORMAT format, D3DPOOL pool, struct IDirect3DTexture9 **texture); 196 UINT miplevels, DWORD usage, D3DFORMAT format, D3DPOOL pool, struct IDirect3DCubeTexture9 **cube); 198 UINT miplevels, DWORD usage, D3DFORMAT format, D3DPOOL pool, struct IDirect3DVolumeTexture9 **volume); 238 D3DPOOL pool, DWORD filter, DWORD mipfilter, D3DCOLOR colorkey, D3DXIMAGE_INFO *srcinfo, 242 D3DPOOL pool, DWORD filter, DWORD mipfilter, D3DCOLOR colorkey, D3DXIMAGE_INFO *srcinfo, 248 D3DPOOL pool, DWORD filter, DWORD mipfilter, D3DCOLOR colorkey, D3DXIMAGE_INFO *srcinfo, 252 D3DPOOL pool, DWORD filter, DWORD mipfilter, D3DCOLOR colorkey, D3DXIMAGE_INFO *srcinfo [all...] |
d3d8types.h | 712 } D3DPOOL; [all...] |
d3d9types.h | 899 } D3DPOOL; [all...] |
dxva2api.h | 37 typedef DWORD D3DPOOL; 362 D3DPOOL InputPool; 696 STDMETHOD_(HRESULT,CreateSurface)(THIS_ UINT Width,UINT Height,UINT BackBuffers,D3DFORMAT Format,D3DPOOL Pool,DWORD Usage,DWORD DxvaType,IDirect3DSurface9 **ppSurface,HANDLE *pSharedHandle) PURE; 719 STDMETHOD_(HRESULT,CreateSurface)(THIS_ UINT Width,UINT Height,UINT BackBuffers,D3DFORMAT Format,D3DPOOL Pool,DWORD Usage,DWORD DxvaType,IDirect3DSurface9 **ppSurface,HANDLE *pSharedHandle) PURE;
|
dxvahd.h | 182 D3DPOOL InputPool; 399 STDMETHOD_(HRESULT,CreateVideoSurface)(THIS_ UINT Width,UINT Height,D3DFORMAT Format,D3DPOOL Pool,DWORD Usage,DXVAHD_SURFACE_TYPE Type,UINT NumSurfaces,IDirect3DSurface9 **ppSurfaces,HANDLE *pSharedHandle) PURE;
|
vmr9.idl | 26 typedef DWORD D3DPOOL; 100 D3DPOOL Pool;
|
d3d9.h | [all...] |
d3d8.h | [all...] |
vmr9.h | 116 typedef DWORD D3DPOOL; 352 D3DPOOL Pool; [all...] |