Searched refs:R8G8B8 (Results 1 – 3 of 3) sorted by relevance
48 static bool R8G8B8; member95 static bool R8G8B8; member152 static bool R8G8B8; member200 static bool R8G8B8; member247 static bool R8G8B8; member300 static bool R8G8B8; member348 static bool R8G8B8; member396 static bool R8G8B8; member
22 bool Capabilities::Surface::RenderTarget::R8G8B8 = false; member in D3D9::Capabilities::Surface::RenderTarget63 bool Capabilities::Surface::R8G8B8 = true; member in D3D9::Capabilities::Surface109 bool Capabilities::Volume::R8G8B8 = false; member in D3D9::Capabilities::Volume146 bool Capabilities::CubeMap::RenderTarget::R8G8B8 = false; member in D3D9::Capabilities::CubeMap::RenderTarget187 bool Capabilities::CubeMap::R8G8B8 = false; member in D3D9::Capabilities::CubeMap231 bool Capabilities::VolumeTexture::R8G8B8 = false; member in D3D9::Capabilities::VolumeTexture268 bool Capabilities::Texture::RenderTarget::R8G8B8 = false; member in D3D9::Capabilities::Texture::RenderTarget310 bool Capabilities::Texture::R8G8B8 = false; member in D3D9::Capabilities::Texture
261 …case D3DFMT_R8G8B8: if(!Capabilities::Surface::RenderTarget::R8G8B8) return NOTAVAILABLE(); els… in CheckDeviceFormat()318 …case D3DFMT_R8G8B8: if(!Capabilities::Surface::R8G8B8) return NOTAVAILABLE(); else return D… in CheckDeviceFormat()378 …case D3DFMT_R8G8B8: if(!Capabilities::Volume::R8G8B8) return NOTAVAILABLE(); else return D… in CheckDeviceFormat()428 …case D3DFMT_R8G8B8: if(!Capabilities::CubeMap::RenderTarget::R8G8B8) return NOTAVAILABLE(); els… in CheckDeviceFormat()485 …case D3DFMT_R8G8B8: if(!Capabilities::CubeMap::R8G8B8) return NOTAVAILABLE(); else return D… in CheckDeviceFormat()541 …case D3DFMT_R8G8B8: if(!Capabilities::VolumeTexture::R8G8B8) return NOTAVAILABLE(); else ret… in CheckDeviceFormat()591 …case D3DFMT_R8G8B8: if(!Capabilities::Texture::RenderTarget::R8G8B8) return NOTAVAILABLE(); els… in CheckDeviceFormat()649 …case D3DFMT_R8G8B8: if(!Capabilities::Texture::R8G8B8) return NOTAVAILABLE(); else return D… in CheckDeviceFormat()