Searched refs:D3DFMT_A8L8 (Results 1 – 10 of 10) sorted by relevance
/reactos/dll/directx/wine/d3dx9_36/ |
H A D | util.c | 79 …{D3DFMT_A8L8, { 8, 8, 0, 0}, { 8, 0, 0, 0}, 2, 1, 1, 2, FORMAT_ARGB, la_from_r…
|
H A D | texture.c | 185 {D3DFMT_A8L8, D3DFMT_A8R8G8B8}, in get_replacement_format() 558 {D3DFMT_L8, D3DFMT_A8L8}, in get_alpha_replacement_format()
|
H A D | surface.c | 340 return D3DFMT_A8L8; in dds_luminance_to_d3dformat()
|
/reactos/dll/directx/d3d9/ |
H A D | format.c | 104 case D3DFMT_A8L8: in GetBytesPerPixel()
|
/reactos/modules/rostests/winetests/d3dx9_36/ |
H A D | surface.c | 795 … check_dds_pixel_format(DDS_PF_LUMINANCE | DDS_PF_ALPHA, 0, 16, 0x00ff, 0, 0, 0xff00, D3DFMT_A8L8); in test_D3DXGetImageInfo() 1175 D3DFMT_A8L8, 4, NULL, &rect, D3DX_FILTER_NONE, 0); in test_D3DXLoadSurface() 1288 D3DFMT_A8L8, 4, NULL, &rect, D3DX_FILTER_NONE, 0); in test_D3DXLoadSurface() 1303 … hr = IDirect3DDevice9_CreateTexture(device, 2, 2, 1, 0, D3DFMT_A8L8, D3DPOOL_MANAGED, &tex, NULL); in test_D3DXLoadSurface() 1384 D3DFMT_A8L8, 4, NULL, &rect, D3DX_FILTER_NONE, 0); in test_D3DXLoadSurface()
|
H A D | texture.c | 2011 ok(desc.Format == D3DFMT_A8L8, "Returned format %u, expected %u.\n", desc.Format, D3DFMT_A8L8); in test_D3DXCreateTextureFromFileInMemoryEx()
|
/reactos/sdk/include/psdk/ |
H A D | d3d8types.h | 621 D3DFMT_A8L8 = 51, enumerator
|
H A D | d3d9types.h | 787 D3DFMT_A8L8 = 51, enumerator
|
/reactos/dll/directx/wine/d3d8/ |
H A D | device.c | 70 case WINED3DFMT_L8A8_UNORM: return D3DFMT_A8L8; in d3dformat_from_wined3dformat() 120 case D3DFMT_A8L8: return WINED3DFMT_L8A8_UNORM; in wined3dformat_from_d3dformat()
|
/reactos/dll/directx/wine/d3d9/ |
H A D | device.c | 65 case WINED3DFMT_L8A8_UNORM: return D3DFMT_A8L8; in d3dformat_from_wined3dformat() 129 case D3DFMT_A8L8: return WINED3DFMT_L8A8_UNORM; in wined3dformat_from_d3dformat()
|