Searched refs:CubeMap (Results 1 – 6 of 6) sorted by relevance
145 bool Capabilities::CubeMap::RenderTarget::NULL_ = true;146 bool Capabilities::CubeMap::RenderTarget::R8G8B8 = false;147 bool Capabilities::CubeMap::RenderTarget::R5G6B5 = true;148 bool Capabilities::CubeMap::RenderTarget::X1R5G5B5 = true;149 bool Capabilities::CubeMap::RenderTarget::A1R5G5B5 = true;150 bool Capabilities::CubeMap::RenderTarget::A4R4G4B4 = true;151 bool Capabilities::CubeMap::RenderTarget::R3G3B2 = false;152 bool Capabilities::CubeMap::RenderTarget::A8R3G3B2 = false;153 bool Capabilities::CubeMap::RenderTarget::X4R4G4B4 = true;154 bool Capabilities::CubeMap::RenderTarget::A8R8G8B8 = true;[all …]
427 …case D3DFMT_NULL: if(!Capabilities::CubeMap::RenderTarget::NULL_) return NOTAVAILABLE(); else … in CheckDeviceFormat()428 …case D3DFMT_R8G8B8: if(!Capabilities::CubeMap::RenderTarget::R8G8B8) return NOTAVAILABLE(); els… in CheckDeviceFormat()429 …case D3DFMT_R5G6B5: if(!Capabilities::CubeMap::RenderTarget::R5G6B5) return NOTAVAILABLE(); els… in CheckDeviceFormat()430 …case D3DFMT_X1R5G5B5: if(!Capabilities::CubeMap::RenderTarget::X1R5G5B5) return NOTAVAILABLE(); … in CheckDeviceFormat()431 …case D3DFMT_A1R5G5B5: if(!Capabilities::CubeMap::RenderTarget::A1R5G5B5) return NOTAVAILABLE(); … in CheckDeviceFormat()432 …case D3DFMT_A4R4G4B4: if(!Capabilities::CubeMap::RenderTarget::A4R4G4B4) return NOTAVAILABLE(); … in CheckDeviceFormat()433 …case D3DFMT_R3G3B2: if(!Capabilities::CubeMap::RenderTarget::R3G3B2) return NOTAVAILABLE(); els… in CheckDeviceFormat()434 …case D3DFMT_A8R3G3B2: if(!Capabilities::CubeMap::RenderTarget::A8R3G3B2) return NOTAVAILABLE(); … in CheckDeviceFormat()435 …case D3DFMT_X4R4G4B4: if(!Capabilities::CubeMap::RenderTarget::X4R4G4B4) return NOTAVAILABLE(); … in CheckDeviceFormat()436 …case D3DFMT_A8R8G8B8: if(!Capabilities::CubeMap::RenderTarget::A8R8G8B8) return NOTAVAILABLE(); … in CheckDeviceFormat()[all …]
195 struct CubeMap struct
105 bool Capabilities::CubeMap::RenderTarget::R8G8B8 = false;106 bool Capabilities::CubeMap::RenderTarget::R5G6B5 = true;107 bool Capabilities::CubeMap::RenderTarget::X1R5G5B5 = true;108 bool Capabilities::CubeMap::RenderTarget::A1R5G5B5 = true;109 bool Capabilities::CubeMap::RenderTarget::A4R4G4B4 = true;110 bool Capabilities::CubeMap::RenderTarget::R3G3B2 = false;111 bool Capabilities::CubeMap::RenderTarget::A8R3G3B2 = false;112 bool Capabilities::CubeMap::RenderTarget::X4R4G4B4 = true;113 bool Capabilities::CubeMap::RenderTarget::A8R8G8B8 = true;114 bool Capabilities::CubeMap::RenderTarget::X8R8G8B8 = true;[all …]
286 …case D3DFMT_R8G8B8: if(!Capabilities::CubeMap::RenderTarget::R8G8B8) return NOTAVAILABLE(); els… in CheckDeviceFormat()287 …case D3DFMT_R5G6B5: if(!Capabilities::CubeMap::RenderTarget::R5G6B5) return NOTAVAILABLE(); els… in CheckDeviceFormat()288 …case D3DFMT_X1R5G5B5: if(!Capabilities::CubeMap::RenderTarget::X1R5G5B5) return NOTAVAILABLE(); … in CheckDeviceFormat()289 …case D3DFMT_A1R5G5B5: if(!Capabilities::CubeMap::RenderTarget::A1R5G5B5) return NOTAVAILABLE(); … in CheckDeviceFormat()290 …case D3DFMT_A4R4G4B4: if(!Capabilities::CubeMap::RenderTarget::A4R4G4B4) return NOTAVAILABLE(); … in CheckDeviceFormat()291 …case D3DFMT_R3G3B2: if(!Capabilities::CubeMap::RenderTarget::R3G3B2) return NOTAVAILABLE(); els… in CheckDeviceFormat()292 …case D3DFMT_A8R3G3B2: if(!Capabilities::CubeMap::RenderTarget::A8R3G3B2) return NOTAVAILABLE(); … in CheckDeviceFormat()293 …case D3DFMT_X4R4G4B4: if(!Capabilities::CubeMap::RenderTarget::X4R4G4B4) return NOTAVAILABLE(); … in CheckDeviceFormat()294 …case D3DFMT_A8R8G8B8: if(!Capabilities::CubeMap::RenderTarget::A8R8G8B8) return NOTAVAILABLE(); … in CheckDeviceFormat()295 …case D3DFMT_X8R8G8B8: if(!Capabilities::CubeMap::RenderTarget::X8R8G8B8) return NOTAVAILABLE(); … in CheckDeviceFormat()[all …]
131 struct CubeMap struct