Searched refs:D3DFMT_X8B8G8R8 (Results 1 – 6 of 6) sorted by relevance
272 …case D3DFMT_X8B8G8R8: if(!Capabilities::Surface::RenderTarget::X8B8G8R8) return NOTAVAILABLE(); … in CheckDeviceFormat()321 …case D3DFMT_X8B8G8R8: if(!Capabilities::Surface::X8B8G8R8) return NOTAVAILABLE(); else return… in CheckDeviceFormat()381 …case D3DFMT_X8B8G8R8: if(!Capabilities::Volume::X8B8G8R8) return NOTAVAILABLE(); else retur… in CheckDeviceFormat()439 …case D3DFMT_X8B8G8R8: if(!Capabilities::CubeMap::RenderTarget::X8B8G8R8) return NOTAVAILABLE(); … in CheckDeviceFormat()488 …case D3DFMT_X8B8G8R8: if(!Capabilities::CubeMap::X8B8G8R8) return NOTAVAILABLE(); else return… in CheckDeviceFormat()544 …case D3DFMT_X8B8G8R8: if(!Capabilities::VolumeTexture::X8B8G8R8) return NOTAVAILABLE(); else … in CheckDeviceFormat()602 …case D3DFMT_X8B8G8R8: if(!Capabilities::Texture::RenderTarget::X8B8G8R8) return NOTAVAILABLE(); … in CheckDeviceFormat()652 …case D3DFMT_X8B8G8R8: if(!Capabilities::Texture::X8B8G8R8) return NOTAVAILABLE(); else return… in CheckDeviceFormat()
366 case D3DFMT_X8B8G8R8: in isSRGBreadable()395 case D3DFMT_X8B8G8R8: in isSRGBwritable()
374 case D3DFMT_X8B8G8R8: return sw::FORMAT_X8B8G8R8; in translateFormat()
268 [D3DFMT_X8B8G8R8] = PIPE_FORMAT_R8G8B8X8_UNORM,327 [PIPE_FORMAT_R8G8B8X8_UNORM] = D3DFMT_X8B8G8R8,
422 case D3DFMT_X8B8G8R8: return "D3DFMT_X8B8G8R8"; in d3dformat_to_string()
605 D3DFMT_X8B8G8R8 = 33, enumerator