Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/frontends/nine/
Dnine_pipe.h208 D3DFMT_D24S8, in depth_stencil_format()
233 case D3DFMT_D24S8: in d3d9_get_pipe_depth_format_bindings()
326 case D3DFMT_D24S8: in d3d9_to_pipe_format_checked()
455 case D3DFMT_D24S8: return "D3DFMT_D24S8"; in d3dformat_to_string()
Dnine_pipe.c291 [D3DFMT_D24S8] = PIPE_FORMAT_S8_UINT_Z24_UNORM,
365 [PIPE_FORMAT_S8_UINT_Z24_UNORM] = D3DFMT_D24S8,
/external/angle/src/libANGLE/renderer/d3d/d3d9/
Dformatutils9.cpp116 …Info(&map, GL_DEPTH_COMPONENT16, D3DFMT_INTZ, D3DFMT_D24S8, Unrea… in BuildD3D9FormatMap()
118 …Info(&map, GL_DEPTH24_STENCIL8_OES, D3DFMT_INTZ, D3DFMT_D24S8, Unrea… in BuildD3D9FormatMap()
119 …Info(&map, GL_STENCIL_INDEX8, D3DFMT_UNKNOWN, D3DFMT_D24S8, Unrea… in BuildD3D9FormatMap()
/external/angle/src/libANGLE/renderer/
Dd3d_format.cpp162 case D3DFMT_D24S8: in GetD3DFormatInfo()
/external/mesa3d/include/D3D9/
Dd3d9types.h632 D3DFMT_D24S8 = 75, enumerator