Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/state_trackers/nine/
Dnine_pipe.h211 D3DFMT_D16, in depth_stencil_format()
236 case D3DFMT_D16: in d3d9_get_pipe_depth_format_bindings()
454 case D3DFMT_D16: return "D3DFMT_D16"; in d3dformat_to_string()
Dnine_pipe.c289 [D3DFMT_D16] = PIPE_FORMAT_Z16_UNORM,
/external/swiftshader/src/D3D8/
DDirect3DSurface8.cpp271 case D3DFMT_D16: return sw::FORMAT_D16; in translateFormat()
DDirect3D8.cpp194 …case D3DFMT_D16: if(!Capabilities::Surface::DepthStencil::D16) return NOTAVAILABLE(); else ret… in CheckDeviceFormat()
310 …case D3DFMT_D16: if(!Capabilities::CubeMap::DepthStencil::D16) return NOTAVAILABLE(); else ret… in CheckDeviceFormat()
426 …case D3DFMT_D16: if(!Capabilities::Texture::DepthStencil::D16) return NOTAVAILABLE(); else ret… in CheckDeviceFormat()
DDirect3DDevice8.cpp346 case D3DFMT_D16: in Clear()
/external/swiftshader/src/D3D9/
DDirect3DSurface9.cpp391 case D3DFMT_D16: return sw::FORMAT_D16; in translateFormat()
DDirect3D9.cpp296 …case D3DFMT_D16: if(!Capabilities::Surface::DepthStencil::D16) return NOTAVAILABLE(); else ret… in CheckDeviceFormat()
463 …case D3DFMT_D16: if(!Capabilities::CubeMap::DepthStencil::D16) return NOTAVAILABLE(); else ret… in CheckDeviceFormat()
626 …case D3DFMT_D16: if(!Capabilities::Texture::DepthStencil::D16) return NOTAVAILABLE(); else ret… in CheckDeviceFormat()
694 …case D3DFMT_D16: if(!Capabilities::Texture::D16) return NOTAVAILABLE(); else return D3D_OK; in CheckDeviceFormat()
DDirect3DDevice9.cpp375 case D3DFMT_D16: in Clear()
586 case D3DFMT_D16: in CreateDepthStencilSurface()
2366 case D3DFMT_D16: in Reset()
/external/swiftshader/include/Direct3D/
Dd3d8types.h1313 D3DFMT_D16 = 80, enumerator
/external/mesa3d/include/D3D9/
Dd3d9types.h635 D3DFMT_D16 = 80, enumerator