Searched refs:D3DFMT_R32F (Results 1 – 5 of 5) sorted by relevance
282 …case D3DFMT_R32F: if(!Capabilities::Surface::RenderTarget::R32F) return NOTAVAILABLE(); else r… in CheckDeviceFormat()343 …case D3DFMT_R32F: if(!Capabilities::Surface::R32F) return NOTAVAILABLE(); else return D3D_O… in CheckDeviceFormat()403 …case D3DFMT_R32F: if(!Capabilities::Volume::R32F) return NOTAVAILABLE(); else return D3D_… in CheckDeviceFormat()449 …case D3DFMT_R32F: if(!Capabilities::CubeMap::RenderTarget::R32F) return NOTAVAILABLE(); else r… in CheckDeviceFormat()510 …case D3DFMT_R32F: if(!Capabilities::CubeMap::R32F) return NOTAVAILABLE(); else return D3D_O… in CheckDeviceFormat()566 …case D3DFMT_R32F: if(!Capabilities::VolumeTexture::R32F) return NOTAVAILABLE(); else return… in CheckDeviceFormat()612 …case D3DFMT_R32F: if(!Capabilities::Texture::RenderTarget::R32F) return NOTAVAILABLE(); else r… in CheckDeviceFormat()674 …case D3DFMT_R32F: if(!Capabilities::Texture::R32F) return NOTAVAILABLE(); else return D3D_O… in CheckDeviceFormat()
389 case D3DFMT_R32F: return sw::FORMAT_R32F; in translateFormat()
302 [D3DFMT_R32F] = PIPE_FORMAT_R32_FLOAT,371 [PIPE_FORMAT_R32_FLOAT] = D3DFMT_R32F,
468 case D3DFMT_R32F: return "D3DFMT_R32F"; in d3dformat_to_string()
649 D3DFMT_R32F = 114, enumerator