Home
last modified time | relevance | path

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

/reactos/dll/directx/wine/d3d9/
H A Dvertexdeclaration.c75 BOOL has_specular = (fvf & D3DFVF_SPECULAR) !=0; in vdecl_convert_fvf() local
/reactos/dll/directx/wine/wined3d/
H A Dvertexdeclaration.c342 BOOL has_specular = !!(fvf & WINED3DFVF_SPECULAR); in convert_fvf_to_declaration() local