Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/state_trackers/nine/
Dnine_pipe.h206 D3DFMT_D32, in depth_stencil_format()
231 case D3DFMT_D32: in d3d9_get_pipe_depth_format_bindings()
449 case D3DFMT_D32: return "D3DFMT_D32"; in d3dformat_to_string()
Dnine_pipe.c284 [D3DFMT_D32] = PIPE_FORMAT_Z32_UNORM,
358 [PIPE_FORMAT_Z32_UNORM] = D3DFMT_D32,
/external/swiftshader/src/D3D8/
DDirect3DSurface8.cpp272 case D3DFMT_D32: return sw::FORMAT_D32; in translateFormat()
DDirect3D8.cpp191 …case D3DFMT_D32: if(!Capabilities::Surface::DepthStencil::D32) return NOTAVAILABLE(); else ret… in CheckDeviceFormat()
307 …case D3DFMT_D32: if(!Capabilities::CubeMap::DepthStencil::D32) return NOTAVAILABLE(); else ret… in CheckDeviceFormat()
423 …case D3DFMT_D32: if(!Capabilities::Texture::DepthStencil::D32) return NOTAVAILABLE(); else ret… in CheckDeviceFormat()
DDirect3DDevice8.cpp345 case D3DFMT_D32: in Clear()
/external/swiftshader/src/D3D9/
DDirect3DSurface9.cpp392 case D3DFMT_D32: return sw::FORMAT_D32; in translateFormat()
DDirect3D9.cpp293 …case D3DFMT_D32: if(!Capabilities::Surface::DepthStencil::D32) return NOTAVAILABLE(); else ret… in CheckDeviceFormat()
460 …case D3DFMT_D32: if(!Capabilities::CubeMap::DepthStencil::D32) return NOTAVAILABLE(); else ret… in CheckDeviceFormat()
623 …case D3DFMT_D32: if(!Capabilities::Texture::DepthStencil::D32) return NOTAVAILABLE(); else ret… in CheckDeviceFormat()
691 …case D3DFMT_D32: if(!Capabilities::Texture::D32) return NOTAVAILABLE(); else return D3D_OK; in CheckDeviceFormat()
DDirect3DDevice9.cpp374 case D3DFMT_D32: in Clear()
585 case D3DFMT_D32: in CreateDepthStencilSurface()
2365 case D3DFMT_D32: in Reset()
/external/swiftshader/include/Direct3D/
Dd3d8types.h1310 D3DFMT_D32 = 71, enumerator
/external/mesa3d/include/D3D9/
Dd3d9types.h630 D3DFMT_D32 = 71, enumerator