Searched refs:D3DFMT_A8B8G8R8 (Results 1 – 6 of 6) sorted by relevance
271 …case D3DFMT_A8B8G8R8: if(!Capabilities::Surface::RenderTarget::A8B8G8R8) return NOTAVAILABLE(); … in CheckDeviceFormat()322 …case D3DFMT_A8B8G8R8: if(!Capabilities::Surface::A8B8G8R8) return NOTAVAILABLE(); else return… in CheckDeviceFormat()382 …case D3DFMT_A8B8G8R8: if(!Capabilities::Volume::A8B8G8R8) return NOTAVAILABLE(); else retur… in CheckDeviceFormat()438 …case D3DFMT_A8B8G8R8: if(!Capabilities::CubeMap::RenderTarget::A8B8G8R8) return NOTAVAILABLE(); … in CheckDeviceFormat()489 …case D3DFMT_A8B8G8R8: if(!Capabilities::CubeMap::A8B8G8R8) return NOTAVAILABLE(); else return… in CheckDeviceFormat()545 …case D3DFMT_A8B8G8R8: if(!Capabilities::VolumeTexture::A8B8G8R8) return NOTAVAILABLE(); else … in CheckDeviceFormat()601 …case D3DFMT_A8B8G8R8: if(!Capabilities::Texture::RenderTarget::A8B8G8R8) return NOTAVAILABLE(); … in CheckDeviceFormat()653 …case D3DFMT_A8B8G8R8: if(!Capabilities::Texture::A8B8G8R8) return NOTAVAILABLE(); else return… in CheckDeviceFormat()
365 case D3DFMT_A8B8G8R8: in isSRGBreadable()394 case D3DFMT_A8B8G8R8: in isSRGBwritable()
360 case D3DFMT_A8B8G8R8: return sw::FORMAT_A8B8G8R8; in translateFormat()
267 [D3DFMT_A8B8G8R8] = PIPE_FORMAT_R8G8B8A8_UNORM,326 [PIPE_FORMAT_R8G8B8A8_UNORM] = D3DFMT_A8B8G8R8,
421 case D3DFMT_A8B8G8R8: return "D3DFMT_A8B8G8R8"; in d3dformat_to_string()
604 D3DFMT_A8B8G8R8 = 32, enumerator