Home
last modified time | relevance | path

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

/reactos/dll/directx/wine/d3d9/
H A Dvertexdeclaration.c74 BOOL has_diffuse = (fvf & D3DFVF_DIFFUSE) != 0; in vdecl_convert_fvf() local
/reactos/dll/directx/wine/wined3d/
H A Dvertexdeclaration.c341 BOOL has_diffuse = !!(fvf & WINED3DFVF_DIFFUSE); in convert_fvf_to_declaration() local