Home
last modified time | relevance | path

Searched refs:D3DFMT_R8G8B8 (Results 1 – 9 of 9) sorted by relevance

/external/swiftshader/src/D3D8/
DDirect3D8.cpp170 …case D3DFMT_R8G8B8: if(!Capabilities::Surface::RenderTarget::R8G8B8) return NOTAVAILABLE(); els… in CheckDeviceFormat()
211 …case D3DFMT_R8G8B8: if(!Capabilities::Surface::R8G8B8) return NOTAVAILABLE(); else return D… in CheckDeviceFormat()
252 …case D3DFMT_R8G8B8: if(!Capabilities::Volume::R8G8B8) return NOTAVAILABLE(); else return D… in CheckDeviceFormat()
286 …case D3DFMT_R8G8B8: if(!Capabilities::CubeMap::RenderTarget::R8G8B8) return NOTAVAILABLE(); els… in CheckDeviceFormat()
327 …case D3DFMT_R8G8B8: if(!Capabilities::CubeMap::R8G8B8) return NOTAVAILABLE(); else return D… in CheckDeviceFormat()
368 …case D3DFMT_R8G8B8: if(!Capabilities::VolumeTexture::R8G8B8) return NOTAVAILABLE(); else ret… in CheckDeviceFormat()
402 …case D3DFMT_R8G8B8: if(!Capabilities::Texture::RenderTarget::R8G8B8) return NOTAVAILABLE(); els… in CheckDeviceFormat()
443 …case D3DFMT_R8G8B8: if(!Capabilities::Texture::R8G8B8) return NOTAVAILABLE(); else return D… in CheckDeviceFormat()
625 mode->Format = D3DFMT_R8G8B8; in EnumAdapterModes()
671 case 24: mode->Format = D3DFMT_R8G8B8; break; in GetAdapterDisplayMode()
DDirect3DSurface8.cpp260 case D3DFMT_R8G8B8: return sw::FORMAT_R8G8B8; in translateFormat()
/external/swiftshader/src/D3D9/
DDirect3D9.cpp261 …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()
1008 case 24: mode->Format = D3DFMT_R8G8B8; break; in GetAdapterDisplayMode()
DDirect3DSurface9.cpp371 case D3DFMT_R8G8B8: return sw::FORMAT_R8G8B8; in translateFormat()
DCapabilities.cpp362 case D3DFMT_R8G8B8: in isSRGBreadable()
/external/mesa3d/src/gallium/state_trackers/nine/
Dnine_pipe.c255 [D3DFMT_R8G8B8] = PIPE_FORMAT_R8G8B8_UNORM,
314 [PIPE_FORMAT_R8G8B8_UNORM] = D3DFMT_R8G8B8,
Dnine_pipe.h409 case D3DFMT_R8G8B8: return "D3DFMT_R8G8B8"; in d3dformat_to_string()
/external/swiftshader/include/Direct3D/
Dd3d8types.h1272 D3DFMT_R8G8B8 = 20, enumerator
/external/mesa3d/include/D3D9/
Dd3d9types.h592 D3DFMT_R8G8B8 = 20, enumerator