Home
last modified time | relevance | path

Searched refs:R5G6B5 (Results 1 – 8 of 8) sorted by relevance

/external/swiftshader/src/D3D8/
DCapabilities.hpp29 static bool R5G6B5; member
54 static bool R5G6B5; member
94 static bool R5G6B5; member
136 static bool R5G6B5; member
161 static bool R5G6B5; member
201 static bool R5G6B5; member
243 static bool R5G6B5; member
268 static bool R5G6B5; member
DCapabilities.cpp22 bool Capabilities::Surface::RenderTarget::R5G6B5 = true; member in D3D8::Capabilities::Surface::RenderTarget
42 bool Capabilities::Surface::R5G6B5 = true; member in D3D8::Capabilities::Surface
74 bool Capabilities::Volume::R5G6B5 = true; member in D3D8::Capabilities::Volume
106 bool Capabilities::CubeMap::RenderTarget::R5G6B5 = true; member in D3D8::Capabilities::CubeMap::RenderTarget
126 bool Capabilities::CubeMap::R5G6B5 = true; member in D3D8::Capabilities::CubeMap
158 bool Capabilities::VolumeTexture::R5G6B5 = true; member in D3D8::Capabilities::VolumeTexture
190 bool Capabilities::Texture::RenderTarget::R5G6B5 = true; member in D3D8::Capabilities::Texture::RenderTarget
210 bool Capabilities::Texture::R5G6B5 = true; member in D3D8::Capabilities::Texture
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()
/external/swiftshader/src/D3D9/
DCapabilities.hpp49 static bool R5G6B5; member
88 static bool R5G6B5; member
145 static bool R5G6B5; member
201 static bool R5G6B5; member
240 static bool R5G6B5; member
293 static bool R5G6B5; member
349 static bool R5G6B5; member
389 static bool R5G6B5; member
DCapabilities.cpp23 bool Capabilities::Surface::RenderTarget::R5G6B5 = true; member in D3D9::Capabilities::Surface::RenderTarget
56 bool Capabilities::Surface::R5G6B5 = true; member in D3D9::Capabilities::Surface
102 bool Capabilities::Volume::R5G6B5 = true; member in D3D9::Capabilities::Volume
147 bool Capabilities::CubeMap::RenderTarget::R5G6B5 = true; member in D3D9::Capabilities::CubeMap::RenderTarget
180 bool Capabilities::CubeMap::R5G6B5 = true; member in D3D9::Capabilities::CubeMap
224 bool Capabilities::VolumeTexture::R5G6B5 = true; member in D3D9::Capabilities::VolumeTexture
269 bool Capabilities::Texture::RenderTarget::R5G6B5 = true; member in D3D9::Capabilities::Texture::RenderTarget
303 bool Capabilities::Texture::R5G6B5 = true; member in D3D9::Capabilities::Texture
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()
/external/mesa3d/src/gallium/drivers/etnaviv/
Detnaviv_format.c107 _T(B5G6R5_UNORM, R5G6B5, R5G6B5),
/external/mesa3d/src/gallium/drivers/nouveau/nv30/
Dnv30_format.c140 R_(B5G6R5_UNORM , R5G6B5 ),
225 _(B5G6R5_UNORM , R5G6B5 , 0, C, C, C, 1, 2, 1, 0, x, NONE, ____),