Home
last modified time | relevance | path

Searched refs:D3DFMT_R5G6B5 (Results 1 – 10 of 10) sorted by relevance

/external/swiftshader/src/D3D8/
DDirect3D8.cpp171 …case D3DFMT_R5G6B5: if(!Capabilities::Surface::RenderTarget::R5G6B5) return NOTAVAILABLE(); els… in CheckDeviceFormat()
204 …case D3DFMT_R5G6B5: if(!Capabilities::Surface::R5G6B5) return NOTAVAILABLE(); else return D… in CheckDeviceFormat()
245 …case D3DFMT_R5G6B5: if(!Capabilities::Volume::R5G6B5) return NOTAVAILABLE(); else return D… in CheckDeviceFormat()
287 …case D3DFMT_R5G6B5: if(!Capabilities::CubeMap::RenderTarget::R5G6B5) return NOTAVAILABLE(); els… in CheckDeviceFormat()
320 …case D3DFMT_R5G6B5: if(!Capabilities::CubeMap::R5G6B5) return NOTAVAILABLE(); else return D… in CheckDeviceFormat()
361 …case D3DFMT_R5G6B5: if(!Capabilities::VolumeTexture::R5G6B5) return NOTAVAILABLE(); else ret… in CheckDeviceFormat()
403 …case D3DFMT_R5G6B5: if(!Capabilities::Texture::RenderTarget::R5G6B5) return NOTAVAILABLE(); els… in CheckDeviceFormat()
436 …case D3DFMT_R5G6B5: if(!Capabilities::Texture::R5G6B5) return NOTAVAILABLE(); else return D… in CheckDeviceFormat()
622 mode->Format = D3DFMT_R5G6B5; in EnumAdapterModes()
672 case 16: mode->Format = D3DFMT_R5G6B5; break; in GetAdapterDisplayMode()
DDirect3DSurface8.cpp257 case D3DFMT_R5G6B5: return sw::FORMAT_R5G6B5; in translateFormat()
/external/swiftshader/src/D3D9/
DDirect3D9.cpp262 …case D3DFMT_R5G6B5: if(!Capabilities::Surface::RenderTarget::R5G6B5) return NOTAVAILABLE(); els… in CheckDeviceFormat()
311 …case D3DFMT_R5G6B5: if(!Capabilities::Surface::R5G6B5) return NOTAVAILABLE(); else return D… in CheckDeviceFormat()
371 …case D3DFMT_R5G6B5: if(!Capabilities::Volume::R5G6B5) return NOTAVAILABLE(); else return D… in CheckDeviceFormat()
429 …case D3DFMT_R5G6B5: if(!Capabilities::CubeMap::RenderTarget::R5G6B5) return NOTAVAILABLE(); els… in CheckDeviceFormat()
478 …case D3DFMT_R5G6B5: if(!Capabilities::CubeMap::R5G6B5) return NOTAVAILABLE(); else return D… in CheckDeviceFormat()
534 …case D3DFMT_R5G6B5: if(!Capabilities::VolumeTexture::R5G6B5) return NOTAVAILABLE(); else ret… in CheckDeviceFormat()
592 …case D3DFMT_R5G6B5: if(!Capabilities::Texture::RenderTarget::R5G6B5) return NOTAVAILABLE(); els… in CheckDeviceFormat()
642 …case D3DFMT_R5G6B5: if(!Capabilities::Texture::R5G6B5) return NOTAVAILABLE(); else return D… in CheckDeviceFormat()
844 case D3DFMT_R5G6B5: in CheckDeviceType()
867 case D3DFMT_R5G6B5: in CheckDeviceType()
[all …]
DCapabilities.cpp367 case D3DFMT_R5G6B5: in isSRGBreadable()
396 case D3DFMT_R5G6B5: in isSRGBwritable()
DDirect3DSurface9.cpp368 case D3DFMT_R5G6B5: return sw::FORMAT_R5G6B5; in translateFormat()
/external/mesa3d/src/gallium/state_trackers/nine/
Dnine_pipe.c258 [D3DFMT_R5G6B5] = PIPE_FORMAT_B5G6R5_UNORM,
317 [PIPE_FORMAT_B5G6R5_UNORM] = D3DFMT_R5G6B5,
Dadapter9.c178 (dfmt == D3DFMT_R5G6B5 && bfmt == dfmt)) { in backbuffer_format()
236 D3DFMT_R5G6B5, in display_format()
Dnine_pipe.h412 case D3DFMT_R5G6B5: return "D3DFMT_R5G6B5"; in d3dformat_to_string()
/external/swiftshader/include/Direct3D/
Dd3d8types.h1275 D3DFMT_R5G6B5 = 23, enumerator
/external/mesa3d/include/D3D9/
Dd3d9types.h595 D3DFMT_R5G6B5 = 23, enumerator