Searched refs:ppTexture (Results 1 – 8 of 8) sorted by relevance
/reactos/dll/directx/d3d9/ |
H A D | d3d9_device.c | 789 …evels, DWORD Usage, D3DFORMAT Format, D3DPOOL Pool, IDirect3DTexture9** ppTexture, HANDLE* pShared… in IDirect3DDevice9Base_CreateTexture() argument 798 if (NULL == ppTexture) in IDirect3DDevice9Base_CreateTexture() 801 *ppTexture = NULL; in IDirect3DDevice9Base_CreateTexture() 812 hResult = CreateD3D9MipMap(This, Width, Height, Levels, Usage, Format, Pool, ppTexture); in IDirect3DDevice9Base_CreateTexture()
|
H A D | d3d9_mipmap.c | 287 …NT Height, UINT Levels, DWORD Usage, D3DFORMAT Format, D3DPOOL Pool, IDirect3DTexture9** ppTexture) in CreateD3D9MipMap() argument 305 *ppTexture = (IDirect3DTexture9*)&pThisTexture->lpVtbl; in CreateD3D9MipMap()
|
H A D | d3d9_mipmap.h | 58 …T Height, UINT Levels, DWORD Usage, D3DFORMAT Format, D3DPOOL Pool, IDirect3DTexture9** ppTexture);
|
H A D | d3d9_device.h | 217 …evels, DWORD Usage, D3DFORMAT Format, D3DPOOL Pool, IDirect3DTexture9** ppTexture, HANDLE* pShared…
|
H A D | d3d9_puredevice.c | 213 …ct3DDevice9Pure_GetTexture(LPDIRECT3DDEVICE9 iface, DWORD Stage, IDirect3DBaseTexture9** ppTexture) in IDirect3DDevice9Pure_GetTexture() argument
|
H A D | d3d9_puredevice.h | 362 …t3DDevice9Pure_GetTexture(LPDIRECT3DDEVICE9 iface, DWORD Stage, IDirect3DBaseTexture9** ppTexture);
|
/reactos/sdk/include/psdk/ |
H A D | d3d9.h | 1395 …evels, DWORD Usage, D3DFORMAT Format, D3DPOOL Pool, IDirect3DTexture9** ppTexture, HANDLE* pShared… in DECLARE_INTERFACE_() 1439 STDMETHOD(GetTexture)(THIS_ DWORD Stage, IDirect3DBaseTexture9** ppTexture) PURE; in DECLARE_INTERFACE_() 1783 …evels, DWORD Usage, D3DFORMAT Format, D3DPOOL Pool, IDirect3DTexture9** ppTexture, HANDLE* pShared… in DECLARE_INTERFACE_() 1827 STDMETHOD(GetTexture)(THIS_ DWORD Stage, IDirect3DBaseTexture9** ppTexture) PURE; in DECLARE_INTERFACE_()
|
H A D | d3d8.h | 856 …ght,UINT Levels,DWORD Usage,D3DFORMAT Format,D3DPOOL Pool,IDirect3DTexture8 ** ppTexture) PURE; in DECLARE_INTERFACE_() 898 STDMETHOD(GetTexture)(THIS_ DWORD Stage,IDirect3DBaseTexture8 ** ppTexture) PURE; in DECLARE_INTERFACE_()
|