Home
last modified time | relevance | path

Searched defs:has_pos (Results 1 – 2 of 2) sorted by relevance

/reactos/dll/directx/wine/d3d9/
H A Dvertexdeclaration.c65 BOOL has_pos = (fvf & D3DFVF_POSITION_MASK) != 0; in vdecl_convert_fvf() local
/reactos/dll/directx/wine/wined3d/
H A Dvertexdeclaration.c333 BOOL has_pos = !!(fvf & WINED3DFVF_POSITION_MASK); in convert_fvf_to_declaration() local