/external/swiftshader/src/D3D8/ |
D | Capabilities.hpp | 88 static bool A8L8; member 128 static bool A8L8; member 195 static bool A8L8; member 235 static bool A8L8; member 302 static bool A8L8; member
|
D | Capabilities.cpp | 71 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
|
D | Direct3D8.cpp | 236 …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/ |
D | Capabilities.hpp | 135 static bool A8L8; member 192 static bool A8L8; member 287 static bool A8L8; member 340 static bool A8L8; member 436 static bool A8L8; member
|
D | Capabilities.cpp | 97 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
|
D | Direct3D9.cpp | 358 …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/ |
D | 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),
|
/external/mesa3d/src/gallium/drivers/etnaviv/ |
D | etnaviv_format.c | 122 _T(L8A8_UNORM, A8L8, SWIZ(X, Y, Z, W), NONE, NONE),
|