Home
last modified time | relevance | path

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

/reactos/dll/directx/wine/d3dx9_36/
H A Dutil.c79 …{D3DFMT_A8L8, { 8, 8, 0, 0}, { 8, 0, 0, 0}, 2, 1, 1, 2, FORMAT_ARGB, la_from_r…
H A Dtexture.c185 {D3DFMT_A8L8, D3DFMT_A8R8G8B8}, in get_replacement_format()
558 {D3DFMT_L8, D3DFMT_A8L8}, in get_alpha_replacement_format()
H A Dsurface.c340 return D3DFMT_A8L8; in dds_luminance_to_d3dformat()
/reactos/dll/directx/d3d9/
H A Dformat.c104 case D3DFMT_A8L8: in GetBytesPerPixel()
/reactos/modules/rostests/winetests/d3dx9_36/
H A Dsurface.c795 … 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 Dtexture.c2011 ok(desc.Format == D3DFMT_A8L8, "Returned format %u, expected %u.\n", desc.Format, D3DFMT_A8L8); in test_D3DXCreateTextureFromFileInMemoryEx()
/reactos/sdk/include/psdk/
H A Dd3d8types.h621 D3DFMT_A8L8 = 51, enumerator
H A Dd3d9types.h787 D3DFMT_A8L8 = 51, enumerator
/reactos/dll/directx/wine/d3d8/
H A Ddevice.c70 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 Ddevice.c65 case WINED3DFMT_L8A8_UNORM: return D3DFMT_A8L8; in d3dformat_from_wined3dformat()
129 case D3DFMT_A8L8: return WINED3DFMT_L8A8_UNORM; in wined3dformat_from_d3dformat()