Searched refs:X1R5G5B5 (Results 1 - 8 of 8) sorted by relevance

/external/swiftshader/src/D3D8/
H A DCapabilities.hpp30 static bool X1R5G5B5; member in struct:D3D8::Capabilities::Surface::RenderTarget
55 static bool X1R5G5B5; member in struct:D3D8::Capabilities::Surface
95 static bool X1R5G5B5; member in struct:D3D8::Capabilities::Volume
137 static bool X1R5G5B5; member in struct:D3D8::Capabilities::CubeMap::RenderTarget
162 static bool X1R5G5B5; member in struct:D3D8::Capabilities::CubeMap
202 static bool X1R5G5B5; member in struct:D3D8::Capabilities::VolumeTexture
244 static bool X1R5G5B5; member in struct:D3D8::Capabilities::Texture::RenderTarget
269 static bool X1R5G5B5; member in struct:D3D8::Capabilities::Texture
H A DCapabilities.cpp23 bool Capabilities::Surface::RenderTarget::X1R5G5B5 = true; member in class:D3D8::Capabilities::Surface::RenderTarget
43 bool Capabilities::Surface::X1R5G5B5 = true; member in class:D3D8::Capabilities::Surface
75 bool Capabilities::Volume::X1R5G5B5 = true; member in class:D3D8::Capabilities::Volume
107 bool Capabilities::CubeMap::RenderTarget::X1R5G5B5 = true; member in class:D3D8::Capabilities::CubeMap::RenderTarget
127 bool Capabilities::CubeMap::X1R5G5B5 = true; member in class:D3D8::Capabilities::CubeMap
159 bool Capabilities::VolumeTexture::X1R5G5B5 = true; member in class:D3D8::Capabilities::VolumeTexture
191 bool Capabilities::Texture::RenderTarget::X1R5G5B5 = true; member in class:D3D8::Capabilities::Texture::RenderTarget
211 bool Capabilities::Texture::X1R5G5B5 = true; member in class:D3D8::Capabilities::Texture
H A DDirect3D8.cpp172 case D3DFMT_X1R5G5B5: if(!Capabilities::Surface::RenderTarget::X1R5G5B5) return NOTAVAILABLE(); else return D3D_OK;
205 case D3DFMT_X1R5G5B5: if(!Capabilities::Surface::X1R5G5B5) return NOTAVAILABLE(); else return D3D_OK;
246 case D3DFMT_X1R5G5B5: if(!Capabilities::Volume::X1R5G5B5) return NOTAVAILABLE(); else return D3D_OK;
288 case D3DFMT_X1R5G5B5: if(!Capabilities::CubeMap::RenderTarget::X1R5G5B5) return NOTAVAILABLE(); else return D3D_OK;
321 case D3DFMT_X1R5G5B5: if(!Capabilities::CubeMap::X1R5G5B5) return NOTAVAILABLE(); else return D3D_OK;
362 case D3DFMT_X1R5G5B5: if(!Capabilities::VolumeTexture::X1R5G5B5) return NOTAVAILABLE(); else return D3D_OK;
404 case D3DFMT_X1R5G5B5: if(!Capabilities::Texture::RenderTarget::X1R5G5B5) return NOTAVAILABLE(); else return D3D_OK;
437 case D3DFMT_X1R5G5B5: if(!Capabilities::Texture::X1R5G5B5) return NOTAVAILABLE(); else return D3D_OK;
/external/swiftshader/src/D3D9/
H A DCapabilities.hpp50 static bool X1R5G5B5; member in struct:D3D9::Capabilities::Surface::RenderTarget
89 static bool X1R5G5B5; member in struct:D3D9::Capabilities::Surface
146 static bool X1R5G5B5; member in struct:D3D9::Capabilities::Volume
202 static bool X1R5G5B5; member in struct:D3D9::Capabilities::CubeMap::RenderTarget
241 static bool X1R5G5B5; member in struct:D3D9::Capabilities::CubeMap
294 static bool X1R5G5B5; member in struct:D3D9::Capabilities::VolumeTexture
350 static bool X1R5G5B5; member in struct:D3D9::Capabilities::Texture::RenderTarget
390 static bool X1R5G5B5; member in struct:D3D9::Capabilities::Texture
H A DCapabilities.cpp24 bool Capabilities::Surface::RenderTarget::X1R5G5B5 = true; member in class:D3D9::Capabilities::Surface::RenderTarget
57 bool Capabilities::Surface::X1R5G5B5 = true; member in class:D3D9::Capabilities::Surface
103 bool Capabilities::Volume::X1R5G5B5 = true; member in class:D3D9::Capabilities::Volume
148 bool Capabilities::CubeMap::RenderTarget::X1R5G5B5 = true; member in class:D3D9::Capabilities::CubeMap::RenderTarget
181 bool Capabilities::CubeMap::X1R5G5B5 = true; member in class:D3D9::Capabilities::CubeMap
225 bool Capabilities::VolumeTexture::X1R5G5B5 = true; member in class:D3D9::Capabilities::VolumeTexture
270 bool Capabilities::Texture::RenderTarget::X1R5G5B5 = true; member in class:D3D9::Capabilities::Texture::RenderTarget
304 bool Capabilities::Texture::X1R5G5B5 = true; member in class:D3D9::Capabilities::Texture
H A DDirect3D9.cpp263 case D3DFMT_X1R5G5B5: if(!Capabilities::Surface::RenderTarget::X1R5G5B5) return NOTAVAILABLE(); else return D3D_OK;
312 case D3DFMT_X1R5G5B5: if(!Capabilities::Surface::X1R5G5B5) return NOTAVAILABLE(); else return D3D_OK;
372 case D3DFMT_X1R5G5B5: if(!Capabilities::Volume::X1R5G5B5) return NOTAVAILABLE(); else return D3D_OK;
430 case D3DFMT_X1R5G5B5: if(!Capabilities::CubeMap::RenderTarget::X1R5G5B5) return NOTAVAILABLE(); else return D3D_OK;
479 case D3DFMT_X1R5G5B5: if(!Capabilities::CubeMap::X1R5G5B5) return NOTAVAILABLE(); else return D3D_OK;
535 case D3DFMT_X1R5G5B5: if(!Capabilities::VolumeTexture::X1R5G5B5) return NOTAVAILABLE(); else return D3D_OK;
593 case D3DFMT_X1R5G5B5: if(!Capabilities::Texture::RenderTarget::X1R5G5B5) return NOTAVAILABLE(); else return D3D_OK;
643 case D3DFMT_X1R5G5B5: if(!Capabilities::Texture::X1R5G5B5) return NOTAVAILABLE(); else return D3D_OK;
/external/mesa3d/src/gallium/drivers/etnaviv/
H A Detnaviv_format.c109 _T(B5G5R5X1_UNORM, X1R5G5B5, X1R5G5B5),
/external/mesa3d/src/gallium/drivers/nouveau/nv30/
H A Dnv30_format.c139 R_(B5G5R5X1_UNORM , X1R5G5B5 ),

Completed in 143 milliseconds