HomeSort by relevance Sort by last modified time
    Searched refs:A1R5G5B5 (Results 1 - 8 of 8) sorted by null

  /external/swiftshader/src/D3D8/
Capabilities.hpp 31 static bool A1R5G5B5;
56 static bool A1R5G5B5;
96 static bool A1R5G5B5;
138 static bool A1R5G5B5;
163 static bool A1R5G5B5;
203 static bool A1R5G5B5;
245 static bool A1R5G5B5;
270 static bool A1R5G5B5;
Capabilities.cpp 24 bool Capabilities::Surface::RenderTarget::A1R5G5B5 = true;
44 bool Capabilities::Surface::A1R5G5B5 = true;
76 bool Capabilities::Volume::A1R5G5B5 = true;
108 bool Capabilities::CubeMap::RenderTarget::A1R5G5B5 = true;
128 bool Capabilities::CubeMap::A1R5G5B5 = true;
160 bool Capabilities::VolumeTexture::A1R5G5B5 = true;
192 bool Capabilities::Texture::RenderTarget::A1R5G5B5 = true;
212 bool Capabilities::Texture::A1R5G5B5 = true;
Direct3D8.cpp 173 case D3DFMT_A1R5G5B5: if(!Capabilities::Surface::RenderTarget::A1R5G5B5) return NOTAVAILABLE(); else return D3D_OK;
206 case D3DFMT_A1R5G5B5: if(!Capabilities::Surface::A1R5G5B5) return NOTAVAILABLE(); else return D3D_OK;
247 case D3DFMT_A1R5G5B5: if(!Capabilities::Volume::A1R5G5B5) return NOTAVAILABLE(); else return D3D_OK;
289 case D3DFMT_A1R5G5B5: if(!Capabilities::CubeMap::RenderTarget::A1R5G5B5) return NOTAVAILABLE(); else return D3D_OK;
322 case D3DFMT_A1R5G5B5: if(!Capabilities::CubeMap::A1R5G5B5) return NOTAVAILABLE(); else return D3D_OK;
363 case D3DFMT_A1R5G5B5: if(!Capabilities::VolumeTexture::A1R5G5B5) return NOTAVAILABLE(); else return D3D_OK;
405 case D3DFMT_A1R5G5B5: if(!Capabilities::Texture::RenderTarget::A1R5G5B5) return NOTAVAILABLE(); else return D3D_OK;
438 case D3DFMT_A1R5G5B5: if(!Capabilities::Texture::A1R5G5B5) return NOTAVAILABLE(); else return D3D_OK;
    [all...]
  /external/swiftshader/src/D3D9/
Capabilities.hpp 51 static bool A1R5G5B5;
90 static bool A1R5G5B5;
147 static bool A1R5G5B5;
203 static bool A1R5G5B5;
242 static bool A1R5G5B5;
295 static bool A1R5G5B5;
351 static bool A1R5G5B5;
391 static bool A1R5G5B5;
Capabilities.cpp 25 bool Capabilities::Surface::RenderTarget::A1R5G5B5 = true;
58 bool Capabilities::Surface::A1R5G5B5 = true;
104 bool Capabilities::Volume::A1R5G5B5 = true;
149 bool Capabilities::CubeMap::RenderTarget::A1R5G5B5 = true;
182 bool Capabilities::CubeMap::A1R5G5B5 = true;
226 bool Capabilities::VolumeTexture::A1R5G5B5 = true;
271 bool Capabilities::Texture::RenderTarget::A1R5G5B5 = true;
305 bool Capabilities::Texture::A1R5G5B5 = true;
Direct3D9.cpp 264 case D3DFMT_A1R5G5B5: if(!Capabilities::Surface::RenderTarget::A1R5G5B5) return NOTAVAILABLE(); else return D3D_OK;
313 case D3DFMT_A1R5G5B5: if(!Capabilities::Surface::A1R5G5B5) return NOTAVAILABLE(); else return D3D_OK;
373 case D3DFMT_A1R5G5B5: if(!Capabilities::Volume::A1R5G5B5) return NOTAVAILABLE(); else return D3D_OK;
431 case D3DFMT_A1R5G5B5: if(!Capabilities::CubeMap::RenderTarget::A1R5G5B5) return NOTAVAILABLE(); else return D3D_OK;
480 case D3DFMT_A1R5G5B5: if(!Capabilities::CubeMap::A1R5G5B5) return NOTAVAILABLE(); else return D3D_OK;
536 case D3DFMT_A1R5G5B5: if(!Capabilities::VolumeTexture::A1R5G5B5) return NOTAVAILABLE(); else return D3D_OK;
    [all...]
  /external/mesa3d/src/gallium/drivers/etnaviv/
etnaviv_format.c 108 _T(B5G5R5A1_UNORM, A1R5G5B5, A1R5G5B5),
  /external/mesa3d/src/gallium/drivers/nouveau/nv30/
nv30_format.c 221 _(B5G5R5X1_UNORM , A1R5G5B5, 0, C, C, C, 1, 2, 1, 0, x, NONE, ____),
222 _(B5G5R5A1_UNORM , A1R5G5B5, 0, C, C, C, C, 2, 1, 0, 3, NONE, ____),

Completed in 92 milliseconds