Home
last modified time | relevance | path

Searched refs:TargetFormat (Results 1 – 4 of 4) sorted by relevance

/external/mesa3d/include/d3dadapter/
Dd3dadapter9.h45 …ersion)(ID3DAdapter9 *This, D3DDEVTYPE DeviceType, D3DFORMAT SourceFormat, D3DFORMAT TargetFormat);
80 …CheckDeviceFormatConversion(D3DDEVTYPE DeviceType, D3DFORMAT SourceFormat, D3DFORMAT TargetFormat);
/external/mesa3d/src/gallium/state_trackers/nine/
Dadapter9.c483 D3DFORMAT TargetFormat ) in NineAdapter9_CheckDeviceFormatConversion() argument
494 d3dformat_to_string(SourceFormat), d3dformat_to_string(TargetFormat)); in NineAdapter9_CheckDeviceFormatConversion()
496 user_assert(backbuffer_format(TargetFormat, SourceFormat, FALSE), in NineAdapter9_CheckDeviceFormatConversion()
502 dfmt = d3d9_to_pipe_format_checked(screen, TargetFormat, PIPE_TEXTURE_2D, 1, in NineAdapter9_CheckDeviceFormatConversion()
510 d3dformat_to_string(TargetFormat)); in NineAdapter9_CheckDeviceFormatConversion()
Dadapter9.h112 D3DFORMAT TargetFormat );
/external/mesa3d/include/D3D9/
Dd3d9.h95 …onversion(UINT Adapter, D3DDEVTYPE DeviceType, D3DFORMAT SourceFormat, D3DFORMAT TargetFormat) = 0;
456 …ect3D9 *This, UINT Adapter, D3DDEVTYPE DeviceType, D3DFORMAT SourceFormat, D3DFORMAT TargetFormat);
503 …t3D9Ex *This, UINT Adapter, D3DDEVTYPE DeviceType, D3DFORMAT SourceFormat, D3DFORMAT TargetFormat);