Home
last modified time | relevance | path

Searched refs:ppTexture (Results 1 – 8 of 8) sorted by relevance

/reactos/dll/directx/d3d9/
H A Dd3d9_device.c789 …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 Dd3d9_mipmap.c287 …NT Height, UINT Levels, DWORD Usage, D3DFORMAT Format, D3DPOOL Pool, IDirect3DTexture9** ppTexture) in CreateD3D9MipMap() argument
305 *ppTexture = (IDirect3DTexture9*)&pThisTexture->lpVtbl; in CreateD3D9MipMap()
H A Dd3d9_mipmap.h58 …T Height, UINT Levels, DWORD Usage, D3DFORMAT Format, D3DPOOL Pool, IDirect3DTexture9** ppTexture);
H A Dd3d9_device.h217 …evels, DWORD Usage, D3DFORMAT Format, D3DPOOL Pool, IDirect3DTexture9** ppTexture, HANDLE* pShared…
H A Dd3d9_puredevice.c213 …ct3DDevice9Pure_GetTexture(LPDIRECT3DDEVICE9 iface, DWORD Stage, IDirect3DBaseTexture9** ppTexture) in IDirect3DDevice9Pure_GetTexture() argument
H A Dd3d9_puredevice.h362 …t3DDevice9Pure_GetTexture(LPDIRECT3DDEVICE9 iface, DWORD Stage, IDirect3DBaseTexture9** ppTexture);
/reactos/sdk/include/psdk/
H A Dd3d9.h1395 …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 Dd3d8.h856 …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_()