Lines Matching refs:D3DFMT_X8R8G8B8

270 …case D3DFMT_X8R8G8B8:		if(!Capabilities::Surface::RenderTarget::X8R8G8B8)		return NOTAVAILABLE();	…  in CheckDeviceFormat()
319 …case D3DFMT_X8R8G8B8: if(!Capabilities::Surface::X8R8G8B8) return NOTAVAILABLE(); else return… in CheckDeviceFormat()
379 …case D3DFMT_X8R8G8B8: if(!Capabilities::Volume::X8R8G8B8) return NOTAVAILABLE(); else retur… in CheckDeviceFormat()
437 …case D3DFMT_X8R8G8B8: if(!Capabilities::CubeMap::RenderTarget::X8R8G8B8) return NOTAVAILABLE(); … in CheckDeviceFormat()
486 …case D3DFMT_X8R8G8B8: if(!Capabilities::CubeMap::X8R8G8B8) return NOTAVAILABLE(); else return… in CheckDeviceFormat()
542 …case D3DFMT_X8R8G8B8: if(!Capabilities::VolumeTexture::X8R8G8B8) return NOTAVAILABLE(); else … in CheckDeviceFormat()
600 …case D3DFMT_X8R8G8B8: if(!Capabilities::Texture::RenderTarget::X8R8G8B8) return NOTAVAILABLE(); … in CheckDeviceFormat()
650 …case D3DFMT_X8R8G8B8: if(!Capabilities::Texture::X8R8G8B8) return NOTAVAILABLE(); else return… in CheckDeviceFormat()
790 …if(CheckDeviceFormat(adapter, deviceType, D3DFMT_X8R8G8B8, D3DUSAGE_RENDERTARGET, D3DRTYPE_SURFACE… in CheckDeviceMultiSampleType()
791 …CheckDeviceFormat(adapter, deviceType, D3DFMT_X8R8G8B8, D3DUSAGE_DEPTHSTENCIL, D3DRTYPE_SURFACE, s… in CheckDeviceMultiSampleType()
843 case D3DFMT_X8R8G8B8: in CheckDeviceType()
866 case D3DFMT_X8R8G8B8: in CheckDeviceType()
892 case D3DFMT_X8R8G8B8: in CheckDeviceType()
955 case D3DFMT_X8R8G8B8: bpp = 32; break; in EnumAdapterModes()
1007 case 32: mode->Format = D3DFMT_X8R8G8B8; break; in GetAdapterDisplayMode()
1156 case D3DFMT_X8R8G8B8: if(displayMode[i].dmBitsPerPel == 32) modeCount++; break; in GetAdapterModeCount()