Home
last modified time | relevance | path

Searched refs:WINED3DFMT_R5G5_SNORM_L6_UNORM (Results 1 – 6 of 6) sorted by relevance

/reactos/dll/directx/wine/ddraw/
H A Dutils.c302 case WINED3DFMT_R5G5_SNORM_L6_UNORM: in ddrawformat_from_wined3dformat()
453 return WINED3DFMT_R5G5_SNORM_L6_UNORM; in wined3dformat_from_ddrawformat()
469 return WINED3DFMT_R5G5_SNORM_L6_UNORM; in wined3dformat_from_ddrawformat()
549 return WINED3DFMT_R5G5_SNORM_L6_UNORM; in wined3dformat_from_ddrawformat()
H A Ddevice.c1068 WINED3DFMT_R5G5_SNORM_L6_UNORM, in d3d_device7_EnumTextureFormats() enumerator
/reactos/dll/directx/wine/wined3d/
H A Dutils.c123 {WINED3DFMT_R5G5_SNORM_L6_UNORM, 5, 5, 0, 0, 0, 5, 0, 0, 2, 0, 0},
1523 …{WINED3DFMT_R5G5_SNORM_L6_UNORM, GL_RGB5, GL_RGB5, …
1528 …{WINED3DFMT_R5G5_SNORM_L6_UNORM, GL_DSDT8_MAG8_NV, GL_DSDT8_MAG8_NV, …
1533 …{WINED3DFMT_R5G5_SNORM_L6_UNORM, GL_RGB8_SNORM, GL_RGB8_SNORM, …
3255 idx = get_format_idx(WINED3DFMT_R5G5_SNORM_L6_UNORM); in apply_format_fixups()
3999 FMT_TO_STR(WINED3DFMT_R5G5_SNORM_L6_UNORM); in debug_d3dformat()
/reactos/dll/directx/wine/d3d8/
H A Ddevice.c73 case WINED3DFMT_R5G5_SNORM_L6_UNORM: return D3DFMT_L6V5U5; in d3dformat_from_wined3dformat()
123 case D3DFMT_L6V5U5: return WINED3DFMT_R5G5_SNORM_L6_UNORM; in wined3dformat_from_d3dformat()
/reactos/dll/directx/wine/d3d9/
H A Ddevice.c68 case WINED3DFMT_R5G5_SNORM_L6_UNORM: return D3DFMT_L6V5U5; in d3dformat_from_wined3dformat()
132 case D3DFMT_L6V5U5: return WINED3DFMT_R5G5_SNORM_L6_UNORM; in wined3dformat_from_d3dformat()
/reactos/sdk/include/reactos/wine/
H A Dwined3d.h121 WINED3DFMT_R5G5_SNORM_L6_UNORM, enumerator