Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/state_trackers/nine/
Dnine_pipe.h209 D3DFMT_D24X8, in depth_stencil_format()
234 case D3DFMT_D24X8: in d3d9_get_pipe_depth_format_bindings()
330 case D3DFMT_D24X8: in d3d9_to_pipe_format_checked()
452 case D3DFMT_D24X8: return "D3DFMT_D24X8"; in d3dformat_to_string()
Dnine_pipe.c287 [D3DFMT_D24X8] = PIPE_FORMAT_X8Z24_UNORM,
361 [PIPE_FORMAT_X8Z24_UNORM] = D3DFMT_D24X8,
/external/swiftshader/src/D3D8/
DDirect3DSurface8.cpp273 case D3DFMT_D24X8: return sw::FORMAT_D24X8; in translateFormat()
DDirect3D8.cpp193 …case D3DFMT_D24X8: if(!Capabilities::Surface::DepthStencil::D24X8) return NOTAVAILABLE(); else… in CheckDeviceFormat()
309 …case D3DFMT_D24X8: if(!Capabilities::CubeMap::DepthStencil::D24X8) return NOTAVAILABLE(); else… in CheckDeviceFormat()
425 …case D3DFMT_D24X8: if(!Capabilities::Texture::DepthStencil::D24X8) return NOTAVAILABLE(); else… in CheckDeviceFormat()
DDirect3DDevice8.cpp341 case D3DFMT_D24X8: in Clear()
/external/swiftshader/src/D3D9/
DDirect3DSurface9.cpp393 case D3DFMT_D24X8: return sw::FORMAT_D24X8; in translateFormat()
DDirect3D9.cpp295 …case D3DFMT_D24X8: if(!Capabilities::Surface::DepthStencil::D24X8) return NOTAVAILABLE(); else… in CheckDeviceFormat()
462 …case D3DFMT_D24X8: if(!Capabilities::CubeMap::DepthStencil::D24X8) return NOTAVAILABLE(); else… in CheckDeviceFormat()
625 …case D3DFMT_D24X8: if(!Capabilities::Texture::DepthStencil::D24X8) return NOTAVAILABLE(); else… in CheckDeviceFormat()
693 …case D3DFMT_D24X8: if(!Capabilities::Texture::D24X8) return NOTAVAILABLE(); else return D3D… in CheckDeviceFormat()
DDirect3DDevice9.cpp365 case D3DFMT_D24X8: in Clear()
582 case D3DFMT_D24X8: in CreateDepthStencilSurface()
2362 case D3DFMT_D24X8: in Reset()
/external/swiftshader/include/Direct3D/
Dd3d8types.h1314 D3DFMT_D24X8 = 77, enumerator
/external/mesa3d/include/D3D9/
Dd3d9types.h633 D3DFMT_D24X8 = 77, enumerator