Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/state_trackers/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()
451 case D3DFMT_D24S8: return "D3DFMT_D24S8"; in d3dformat_to_string()
Dnine_pipe.c286 [D3DFMT_D24S8] = PIPE_FORMAT_S8_UINT_Z24_UNORM,
360 [PIPE_FORMAT_S8_UINT_Z24_UNORM] = D3DFMT_D24S8,
/external/swiftshader/src/D3D8/
DDirect3DSurface8.cpp273 case D3DFMT_D24S8: return sw::FORMAT_D24S8; in translateFormat()
DDirect3D8.cpp192 …case D3DFMT_D24S8: if(!Capabilities::Surface::DepthStencil::D24S8) return NOTAVAILABLE(); else… in CheckDeviceFormat()
308 …case D3DFMT_D24S8: if(!Capabilities::CubeMap::DepthStencil::D24S8) return NOTAVAILABLE(); else… in CheckDeviceFormat()
424 …case D3DFMT_D24S8: if(!Capabilities::Texture::DepthStencil::D24S8) return NOTAVAILABLE(); else… in CheckDeviceFormat()
DDirect3DDevice8.cpp340 case D3DFMT_D24S8: in Clear()
/external/swiftshader/src/D3D9/
DDirect3DSurface9.cpp395 case D3DFMT_D24S8: return sw::FORMAT_D24S8; in translateFormat()
DDirect3D9.cpp294 …case D3DFMT_D24S8: if(!Capabilities::Surface::DepthStencil::D24S8) return NOTAVAILABLE(); else… in CheckDeviceFormat()
461 …case D3DFMT_D24S8: if(!Capabilities::CubeMap::DepthStencil::D24S8) return NOTAVAILABLE(); else… in CheckDeviceFormat()
624 …case D3DFMT_D24S8: if(!Capabilities::Texture::DepthStencil::D24S8) return NOTAVAILABLE(); else… in CheckDeviceFormat()
692 …case D3DFMT_D24S8: if(!Capabilities::Texture::D24S8) return NOTAVAILABLE(); else return D3D… in CheckDeviceFormat()
DDirect3DDevice9.cpp364 case D3DFMT_D24S8: in Clear()
581 case D3DFMT_D24S8: in CreateDepthStencilSurface()
2360 case D3DFMT_D24S8: in Reset()
/external/swiftshader/include/Direct3D/
Dd3d8types.h1312 D3DFMT_D24S8 = 75, enumerator
/external/mesa3d/include/D3D9/
Dd3d9types.h632 D3DFMT_D24S8 = 75, enumerator