Home
last modified time | relevance | path

Searched refs:WINED3DFMT_P8_UINT (Results 1 – 10 of 10) sorted by relevance

/reactos/dll/directx/wine/ddraw/
H A Dutils.c133 case WINED3DFMT_P8_UINT: in ddrawformat_from_wined3dformat()
343 return WINED3DFMT_P8_UINT; in wined3dformat_from_ddrawformat()
348 return WINED3DFMT_P8_UINT; in wined3dformat_from_ddrawformat()
H A Dddraw.c1119 case 8: format = WINED3DFMT_P8_UINT; break; in ddraw7_SetDisplayMode()
2440 WINED3DFMT_P8_UINT, in ddraw7_EnumDisplayModes() enumerator
H A Ddevice.c1056 WINED3DFMT_P8_UINT, in d3d_device7_EnumTextureFormats() enumerator
1198 WINED3DFMT_P8_UINT, in d3d_device2_EnumTextureFormats() enumerator
/reactos/dll/directx/wine/wined3d/
H A Dutils.c104 {WINED3DFMT_P8_UINT, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0},
319 {WINED3DFMT_P8_UINT, D3DDDIFMT_P8},
1083 if (format->id == WINED3DFMT_P8_UINT in wined3d_format_get_color_key_conversion()
1294 …{WINED3DFMT_P8_UINT, GL_R8, GL_R8, …
1298 …{WINED3DFMT_P8_UINT, GL_ALPHA8, GL_ALPHA8, …
2337 && format->id != WINED3DFMT_NULL && format->id != WINED3DFMT_P8_UINT in check_fbo_compat()
3354 idx = get_format_idx(WINED3DFMT_P8_UINT); in apply_format_fixups()
3995 FMT_TO_STR(WINED3DFMT_P8_UINT); in debug_d3dformat()
5252 {WINED3DFMT_P8_UINT, { 0.0f, 0.0f, 0.0f, 255.0f}, { 0, 0, 0, 0}}, in wined3d_format_convert_from_float()
5370 case WINED3DFMT_P8_UINT: in wined3d_format_get_float_color_key()
[all …]
H A Dsurface.c569 …if (texture->flags & WINED3D_TEXTURE_CONVERTED && format->id != WINED3DFMT_P8_UINT && !format->dow… in surface_download_data()
2273 if (src_texture->resource.format->id == WINED3DFMT_P8_UINT in surface_blt_special()
2274 || dst_texture->resource.format->id == WINED3DFMT_P8_UINT) in surface_blt_special()
3122 if (src_texture->resource.format->id == WINED3DFMT_P8_UINT) in ffp_blitter_blit()
H A Dcontext.c2019 if (color_format->id == WINED3DFMT_P8_UINT) in context_create()
H A Ddirectx.c5299 case WINED3DFMT_P8_UINT: in wined3d_check_surface_capability()
/reactos/dll/directx/wine/d3d8/
H A Ddevice.c68 case WINED3DFMT_P8_UINT: return D3DFMT_P8; in d3dformat_from_wined3dformat()
118 case D3DFMT_P8: return WINED3DFMT_P8_UINT; in wined3dformat_from_d3dformat()
/reactos/dll/directx/wine/d3d9/
H A Ddevice.c63 case WINED3DFMT_P8_UINT: return D3DFMT_P8; in d3dformat_from_wined3dformat()
127 case D3DFMT_P8: return WINED3DFMT_P8_UINT; in wined3dformat_from_d3dformat()
/reactos/sdk/include/reactos/wine/
H A Dwined3d.h117 WINED3DFMT_P8_UINT, enumerator