Searched refs:CheckFormat (Results 1 – 5 of 5) sorted by relevance
/external/mesa3d/src/gallium/state_trackers/nine/ |
D | adapter9.c | 254 D3DFORMAT CheckFormat ) in NineAdapter9_CheckDeviceFormat() argument 268 d3dformat_to_string(CheckFormat)); in NineAdapter9_CheckDeviceFormat() 301 if (!depth_stencil_format(CheckFormat)) in NineAdapter9_CheckDeviceFormat() 303 bind |= d3d9_get_pipe_depth_format_bindings(CheckFormat); in NineAdapter9_CheckDeviceFormat() 307 if (CheckFormat == D3DFMT_NULL && bind == PIPE_BIND_RENDER_TARGET && in NineAdapter9_CheckDeviceFormat() 313 if (CheckFormat == D3DFMT_RESZ && bind == PIPE_BIND_RENDER_TARGET && in NineAdapter9_CheckDeviceFormat() 319 if (CheckFormat == D3DFMT_ATOC && RType == D3DRTYPE_SURFACE) in NineAdapter9_CheckDeviceFormat() 355 pf = d3d9_to_pipe_format_checked(screen, CheckFormat, target, in NineAdapter9_CheckDeviceFormat() 364 (CheckFormat == D3DFMT_ATI1 || CheckFormat == D3DFMT_ATI2)) in NineAdapter9_CheckDeviceFormat()
|
D | adapter9.h | 91 D3DFORMAT CheckFormat );
|
/external/mesa3d/include/d3dadapter/ |
D | d3dadapter9.h | 42 …PE DeviceType, D3DFORMAT AdapterFormat, DWORD Usage, D3DRESOURCETYPE RType, D3DFORMAT CheckFormat); 77 …PE DeviceType, D3DFORMAT AdapterFormat, DWORD Usage, D3DRESOURCETYPE RType, D3DFORMAT CheckFormat);
|
/external/mesa3d/include/D3D9/ |
D | d3d9.h | 92 …eviceType, D3DFORMAT AdapterFormat, DWORD Usage, D3DRESOURCETYPE RType, D3DFORMAT CheckFormat) = 0; 453 …PE DeviceType, D3DFORMAT AdapterFormat, DWORD Usage, D3DRESOURCETYPE RType, D3DFORMAT CheckFormat); 500 …PE DeviceType, D3DFORMAT AdapterFormat, DWORD Usage, D3DRESOURCETYPE RType, D3DFORMAT CheckFormat);
|
/external/swiftshader/include/Direct3D/ |
D | d3d8.h | 180 …E DeviceType,D3DFORMAT AdapterFormat,DWORD Usage,D3DRESOURCETYPE RType,D3DFORMAT CheckFormat) PURE; in DECLARE_INTERFACE_()
|