Searched refs:D3DFMT_A16B16G16R16 (Results 1 – 5 of 5) sorted by relevance
277 …case D3DFMT_A16B16G16R16: if(!Capabilities::Surface::RenderTarget::A16B16G16R16) return NOTAVAILAB… in CheckDeviceFormat()330 …case D3DFMT_A16B16G16R16: if(!Capabilities::Surface::A16B16G16R16) return NOTAVAILABLE(); else … in CheckDeviceFormat()390 …case D3DFMT_A16B16G16R16: if(!Capabilities::Volume::A16B16G16R16) return NOTAVAILABLE(); else… in CheckDeviceFormat()444 …case D3DFMT_A16B16G16R16: if(!Capabilities::CubeMap::RenderTarget::A16B16G16R16) return NOTAVAILAB… in CheckDeviceFormat()497 …case D3DFMT_A16B16G16R16: if(!Capabilities::CubeMap::A16B16G16R16) return NOTAVAILABLE(); else … in CheckDeviceFormat()553 …case D3DFMT_A16B16G16R16: if(!Capabilities::VolumeTexture::A16B16G16R16) return NOTAVAILABLE();… in CheckDeviceFormat()607 …case D3DFMT_A16B16G16R16: if(!Capabilities::Texture::RenderTarget::A16B16G16R16) return NOTAVAILAB… in CheckDeviceFormat()661 …case D3DFMT_A16B16G16R16: if(!Capabilities::Texture::A16B16G16R16) return NOTAVAILABLE(); else … in CheckDeviceFormat()
364 case D3DFMT_A16B16G16R16: return sw::FORMAT_A16B16G16R16; in translateFormat()
271 [D3DFMT_A16B16G16R16] = PIPE_FORMAT_R16G16B16A16_UNORM,330 [PIPE_FORMAT_R16G16B16A16_UNORM] = D3DFMT_A16B16G16R16,
425 case D3DFMT_A16B16G16R16: return "D3DFMT_A16B16G16R16"; in d3dformat_to_string()
608 D3DFMT_A16B16G16R16 = 36, enumerator