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

  /external/swiftshader/src/D3D8/
Capabilities.hpp 32 static bool A4R4G4B4;
57 static bool A4R4G4B4;
97 static bool A4R4G4B4;
139 static bool A4R4G4B4;
164 static bool A4R4G4B4;
204 static bool A4R4G4B4;
246 static bool A4R4G4B4;
271 static bool A4R4G4B4;
Capabilities.cpp 25 bool Capabilities::Surface::RenderTarget::A4R4G4B4 = true;
45 bool Capabilities::Surface::A4R4G4B4 = true;
77 bool Capabilities::Volume::A4R4G4B4 = true;
109 bool Capabilities::CubeMap::RenderTarget::A4R4G4B4 = true;
129 bool Capabilities::CubeMap::A4R4G4B4 = true;
161 bool Capabilities::VolumeTexture::A4R4G4B4 = true;
193 bool Capabilities::Texture::RenderTarget::A4R4G4B4 = true;
213 bool Capabilities::Texture::A4R4G4B4 = true;
Direct3D8.cpp 174 case D3DFMT_A4R4G4B4: if(!Capabilities::Surface::RenderTarget::A4R4G4B4) return NOTAVAILABLE(); else return D3D_OK;
207 case D3DFMT_A4R4G4B4: if(!Capabilities::Surface::A4R4G4B4) return NOTAVAILABLE(); else return D3D_OK;
248 case D3DFMT_A4R4G4B4: if(!Capabilities::Volume::A4R4G4B4) return NOTAVAILABLE(); else return D3D_OK;
290 case D3DFMT_A4R4G4B4: if(!Capabilities::CubeMap::RenderTarget::A4R4G4B4) return NOTAVAILABLE(); else return D3D_OK;
323 case D3DFMT_A4R4G4B4: if(!Capabilities::CubeMap::A4R4G4B4) return NOTAVAILABLE(); else return D3D_OK;
364 case D3DFMT_A4R4G4B4: if(!Capabilities::VolumeTexture::A4R4G4B4) return NOTAVAILABLE(); else return D3D_OK;
406 case D3DFMT_A4R4G4B4: if(!Capabilities::Texture::RenderTarget::A4R4G4B4) return NOTAVAILABLE(); else return D3D_OK;
439 case D3DFMT_A4R4G4B4: if(!Capabilities::Texture::A4R4G4B4) return NOTAVAILABLE(); else return D3D_OK;
    [all...]
  /external/swiftshader/src/D3D9/
Capabilities.hpp 52 static bool A4R4G4B4;
91 static bool A4R4G4B4;
148 static bool A4R4G4B4;
204 static bool A4R4G4B4;
243 static bool A4R4G4B4;
296 static bool A4R4G4B4;
352 static bool A4R4G4B4;
392 static bool A4R4G4B4;
Capabilities.cpp 26 bool Capabilities::Surface::RenderTarget::A4R4G4B4 = true;
59 bool Capabilities::Surface::A4R4G4B4 = true;
105 bool Capabilities::Volume::A4R4G4B4 = true;
150 bool Capabilities::CubeMap::RenderTarget::A4R4G4B4 = true;
183 bool Capabilities::CubeMap::A4R4G4B4 = true;
227 bool Capabilities::VolumeTexture::A4R4G4B4 = true;
272 bool Capabilities::Texture::RenderTarget::A4R4G4B4 = true;
306 bool Capabilities::Texture::A4R4G4B4 = true;
Direct3D9.cpp 265 case D3DFMT_A4R4G4B4: if(!Capabilities::Surface::RenderTarget::A4R4G4B4) return NOTAVAILABLE(); else return D3D_OK;
314 case D3DFMT_A4R4G4B4: if(!Capabilities::Surface::A4R4G4B4) return NOTAVAILABLE(); else return D3D_OK;
374 case D3DFMT_A4R4G4B4: if(!Capabilities::Volume::A4R4G4B4) return NOTAVAILABLE(); else return D3D_OK;
432 case D3DFMT_A4R4G4B4: if(!Capabilities::CubeMap::RenderTarget::A4R4G4B4) return NOTAVAILABLE(); else return D3D_OK;
481 case D3DFMT_A4R4G4B4: if(!Capabilities::CubeMap::A4R4G4B4) return NOTAVAILABLE(); else return D3D_OK;
537 case D3DFMT_A4R4G4B4: if(!Capabilities::VolumeTexture::A4R4G4B4) return NOTAVAILABLE(); else return D3D_OK;
    [all...]
  /external/mesa3d/src/gallium/drivers/etnaviv/
etnaviv_format.c 103 _T(B4G4R4A4_UNORM, A4R4G4B4, A4R4G4B4),
106 _T(Z16_UNORM, D16, A4R4G4B4),
  /external/mesa3d/src/gallium/drivers/nouveau/nv30/
nv30_format.c 223 _(B4G4R4X4_UNORM , A4R4G4B4, 0, C, C, C, 1, 2, 1, 0, x, NONE, ____),
224 _(B4G4R4A4_UNORM , A4R4G4B4, 0, C, C, C, C, 2, 1, 0, 3, NONE, ____),

Completed in 373 milliseconds