Searched refs:WINED3DFMT_L16_UNORM (Results 1 – 3 of 3) sorted by relevance
/reactos/dll/directx/wine/wined3d/ |
H A D | utils.c | 121 {WINED3DFMT_L16_UNORM, 0, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0}, 1499 …{WINED3DFMT_L16_UNORM, GL_R16, GL_R16, … 1503 …{WINED3DFMT_L16_UNORM, GL_LUMINANCE16, GL_LUMINANCE16, … 3337 idx = get_format_idx(WINED3DFMT_L16_UNORM); in apply_format_fixups() 4022 FMT_TO_STR(WINED3DFMT_L16_UNORM); in debug_d3dformat()
|
/reactos/dll/directx/wine/d3d9/ |
H A D | device.c | 80 case WINED3DFMT_L16_UNORM: return D3DFMT_L16; in d3dformat_from_wined3dformat() 144 case D3DFMT_L16: return WINED3DFMT_L16_UNORM; in wined3dformat_from_d3dformat()
|
/reactos/sdk/include/reactos/wine/ |
H A D | wined3d.h | 132 WINED3DFMT_L16_UNORM, enumerator
|