Home
last modified time | relevance | path

Searched refs:CheckFormat (Results 1 – 5 of 5) sorted by relevance

/external/mesa3d/src/gallium/state_trackers/nine/
Dadapter9.c254 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()
Dadapter9.h91 D3DFORMAT CheckFormat );
/external/mesa3d/include/d3dadapter/
Dd3dadapter9.h42 …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/
Dd3d9.h92 …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/
Dd3d8.h180 …E DeviceType,D3DFORMAT AdapterFormat,DWORD Usage,D3DRESOURCETYPE RType,D3DFORMAT CheckFormat) PURE; in DECLARE_INTERFACE_()