Home
last modified time | relevance | path

Searched refs:A8L8 (Results 1 – 7 of 7) sorted by relevance

/external/swiftshader/src/D3D8/
DCapabilities.hpp88 static bool A8L8; member
128 static bool A8L8; member
195 static bool A8L8; member
235 static bool A8L8; member
302 static bool A8L8; member
DCapabilities.cpp71 bool Capabilities::Surface::A8L8 = true; member in D3D8::Capabilities::Surface
103 bool Capabilities::Volume::A8L8 = true; member in D3D8::Capabilities::Volume
155 bool Capabilities::CubeMap::A8L8 = true; member in D3D8::Capabilities::CubeMap
187 bool Capabilities::VolumeTexture::A8L8 = true; member in D3D8::Capabilities::VolumeTexture
239 bool Capabilities::Texture::A8L8 = true; member in D3D8::Capabilities::Texture
DDirect3D8.cpp236 …case D3DFMT_A8L8: if(!Capabilities::Surface::A8L8) return NOTAVAILABLE(); else return D3D_O… in CheckDeviceFormat()
277 …case D3DFMT_A8L8: if(!Capabilities::Volume::A8L8) return NOTAVAILABLE(); else return D3D_… in CheckDeviceFormat()
352 …case D3DFMT_A8L8: if(!Capabilities::CubeMap::A8L8) return NOTAVAILABLE(); else return D3D_O… in CheckDeviceFormat()
393 …case D3DFMT_A8L8: if(!Capabilities::VolumeTexture::A8L8) return NOTAVAILABLE(); else return… in CheckDeviceFormat()
468 …case D3DFMT_A8L8: if(!Capabilities::Texture::A8L8) return NOTAVAILABLE(); else return D3D_O… in CheckDeviceFormat()
/external/swiftshader/src/D3D9/
DCapabilities.hpp135 static bool A8L8; member
192 static bool A8L8; member
287 static bool A8L8; member
340 static bool A8L8; member
436 static bool A8L8; member
DCapabilities.cpp97 bool Capabilities::Surface::A8L8 = true; member in D3D9::Capabilities::Surface
143 bool Capabilities::Volume::A8L8 = true; member in D3D9::Capabilities::Volume
221 bool Capabilities::CubeMap::A8L8 = true; member in D3D9::Capabilities::CubeMap
265 bool Capabilities::VolumeTexture::A8L8 = true; member in D3D9::Capabilities::VolumeTexture
344 bool Capabilities::Texture::A8L8 = true; member in D3D9::Capabilities::Texture
DDirect3D9.cpp358 …case D3DFMT_A8L8: if(!Capabilities::Surface::A8L8) return NOTAVAILABLE(); else return D3D_O… in CheckDeviceFormat()
418 …case D3DFMT_A8L8: if(!Capabilities::Volume::A8L8) return NOTAVAILABLE(); else return D3D_… in CheckDeviceFormat()
525 …case D3DFMT_A8L8: if(!Capabilities::CubeMap::A8L8) return NOTAVAILABLE(); else return D3D_O… in CheckDeviceFormat()
581 …case D3DFMT_A8L8: if(!Capabilities::VolumeTexture::A8L8) return NOTAVAILABLE(); else return… in CheckDeviceFormat()
689 …case D3DFMT_A8L8: if(!Capabilities::Texture::A8L8) return NOTAVAILABLE(); else return D3D_O… in CheckDeviceFormat()
/external/mesa3d/src/gallium/drivers/nouveau/nv30/
Dnv30_format.c239 _(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),