Searched refs:DepthStencilFormat (Results 1 – 5 of 5) sorted by relevance
/external/mesa3d/include/d3dadapter/ |
D | d3dadapter9.h | 44 …E DeviceType, D3DFORMAT AdapterFormat, D3DFORMAT RenderTargetFormat, D3DFORMAT DepthStencilFormat); 79 …E DeviceType, D3DFORMAT AdapterFormat, D3DFORMAT RenderTargetFormat, D3DFORMAT DepthStencilFormat);
|
/external/mesa3d/src/gallium/state_trackers/nine/ |
D | adapter9.c | 441 D3DFORMAT DepthStencilFormat ) in NineAdapter9_CheckDepthStencilMatch() argument 451 d3dformat_to_string(DepthStencilFormat)); in NineAdapter9_CheckDepthStencilMatch() 454 user_assert(depth_stencil_format(DepthStencilFormat), D3DERR_NOTAVAILABLE); in NineAdapter9_CheckDepthStencilMatch() 466 zsfmt = d3d9_to_pipe_format_checked(screen, DepthStencilFormat, in NineAdapter9_CheckDepthStencilMatch() 468 d3d9_get_pipe_depth_format_bindings(DepthStencilFormat), in NineAdapter9_CheckDepthStencilMatch()
|
D | adapter9.h | 106 D3DFORMAT DepthStencilFormat );
|
/external/mesa3d/include/D3D9/ |
D | d3d9.h | 94 …viceType, D3DFORMAT AdapterFormat, D3DFORMAT RenderTargetFormat, D3DFORMAT DepthStencilFormat) = 0; 455 …E DeviceType, D3DFORMAT AdapterFormat, D3DFORMAT RenderTargetFormat, D3DFORMAT DepthStencilFormat); 502 …E DeviceType, D3DFORMAT AdapterFormat, D3DFORMAT RenderTargetFormat, D3DFORMAT DepthStencilFormat);
|
/external/swiftshader/include/Direct3D/ |
D | d3d8.h | 182 …DeviceType,D3DFORMAT AdapterFormat,D3DFORMAT RenderTargetFormat,D3DFORMAT DepthStencilFormat) PURE; in DECLARE_INTERFACE_()
|