Searched refs:D3DFMT_DF24 (Results 1 – 7 of 7) sorted by relevance
216 D3DFMT_DF24, in depth_stencil_format()244 case D3DFMT_DF24: in d3d9_get_pipe_depth_format_bindings()276 case D3DFMT_DF24: /* Similar to D3DFMT_DF16 but for 24-bits. in d3d9_to_pipe_format_internal()476 case D3DFMT_DF24: return "D3DFMT_DF24"; in d3dformat_to_string()
83 This->format != D3DFMT_DF24) && in NineBaseTexture9_ctor()529 This->format == D3DFMT_DF24) { in NineBaseTexture9_UpdateSamplerView()
29 D3DFMT_DF24 = MAKEFOURCC('D', 'F', '2', '4'), enumerator
397 case D3DFMT_DF24: return sw::FORMAT_DF24S8; in translateFormat()
299 …case D3DFMT_DF24: if(!Capabilities::Surface::DepthStencil::DF24) return NOTAVAILABLE(); else r… in CheckDeviceFormat()466 …case D3DFMT_DF24: if(!Capabilities::CubeMap::DepthStencil::DF24) return NOTAVAILABLE(); else r… in CheckDeviceFormat()629 …case D3DFMT_DF24: if(!Capabilities::Texture::DepthStencil::DF24) return NOTAVAILABLE(); else r… in CheckDeviceFormat()697 …case D3DFMT_DF24: if(!Capabilities::Texture::DF24) return NOTAVAILABLE(); else return D3D_O… in CheckDeviceFormat()
369 case D3DFMT_DF24: in Clear()587 case D3DFMT_DF24: in CreateDepthStencilSurface()2367 case D3DFMT_DF24: in Reset()
660 D3DFMT_DF24 = MAKEFOURCC('D', 'F', '2', '4'), enumerator