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

  /external/swiftshader/src/D3D8/
Capabilities.hpp 88 static bool A8L8;
128 static bool A8L8;
195 static bool A8L8;
235 static bool A8L8;
302 static bool A8L8;
Capabilities.cpp 71 bool Capabilities::Surface::A8L8 = true;
103 bool Capabilities::Volume::A8L8 = true;
155 bool Capabilities::CubeMap::A8L8 = true;
187 bool Capabilities::VolumeTexture::A8L8 = true;
239 bool Capabilities::Texture::A8L8 = true;
Direct3D8.cpp 236 case D3DFMT_A8L8: if(!Capabilities::Surface::A8L8) return NOTAVAILABLE(); else return D3D_OK;
277 case D3DFMT_A8L8: if(!Capabilities::Volume::A8L8) return NOTAVAILABLE(); else return D3D_OK;
352 case D3DFMT_A8L8: if(!Capabilities::CubeMap::A8L8) return NOTAVAILABLE(); else return D3D_OK;
393 case D3DFMT_A8L8: if(!Capabilities::VolumeTexture::A8L8) return NOTAVAILABLE(); else return D3D_OK;
468 case D3DFMT_A8L8: if(!Capabilities::Texture::A8L8) return NOTAVAILABLE(); else return D3D_OK;
    [all...]
  /external/swiftshader/src/D3D9/
Capabilities.hpp 135 static bool A8L8;
192 static bool A8L8;
287 static bool A8L8;
340 static bool A8L8;
436 static bool A8L8;
Capabilities.cpp 97 bool Capabilities::Surface::A8L8 = true;
143 bool Capabilities::Volume::A8L8 = true;
221 bool Capabilities::CubeMap::A8L8 = true;
265 bool Capabilities::VolumeTexture::A8L8 = true;
344 bool Capabilities::Texture::A8L8 = true;
Direct3D9.cpp 358 case D3DFMT_A8L8: if(!Capabilities::Surface::A8L8) return NOTAVAILABLE(); else return D3D_OK;
418 case D3DFMT_A8L8: if(!Capabilities::Volume::A8L8) return NOTAVAILABLE(); else return D3D_OK;
525 case D3DFMT_A8L8: if(!Capabilities::CubeMap::A8L8) return NOTAVAILABLE(); else return D3D_OK;
    [all...]
  /external/mesa3d/src/gallium/drivers/nouveau/nv30/
nv30_format.c 239 _(L8A8_UNORM , A8L8 , 0, C, C, C, C, 0, 0, 0, 3, NONE, ____),
240 _(L8A8_SRGB , A8L8 , 0, C, C, C, C, 0, 0, 0, 3, SRGB, ____),
241 _(R8G8_UNORM , A8L8 , 0, C, C, 0, 1, 0, 3, x, x, NONE, ____),
242 _(R8G8_SNORM , A8L8 , 0, C, C, 0, 1, 0, 3, x, x, NONE, SSSS),

Completed in 94 milliseconds