Home
last modified time | relevance | path

Searched refs:D3DFVF_RESERVED2 (Results 1 – 4 of 4) sorted by relevance

/reactos/sdk/include/psdk/
H A Dd3d8types.h136 #define D3DFVF_RESERVED2 0xE000 macro
H A Dd3d9types.h161 #define D3DFVF_RESERVED2 0x6000 macro
H A Dd3dtypes.h1324 #define D3DFVF_RESERVED2 0xf000 macro
/reactos/dll/directx/wine/d3dx9_36/
H A Dmesh.c2046 if (fvf & (D3DFVF_RESERVED0 | D3DFVF_RESERVED2)) return D3DERR_INVALIDCALL; in D3DXDeclaratorFromFVF()