/external/swiftshader/src/D3D8/ |
D | Capabilities.hpp | 38 static bool A8B8G8R8; member 64 static bool A8B8G8R8; member 104 static bool A8B8G8R8; member 145 static bool A8B8G8R8; member 171 static bool A8B8G8R8; member 211 static bool A8B8G8R8; member 252 static bool A8B8G8R8; member 278 static bool A8B8G8R8; member
|
D | Capabilities.cpp | 31 bool Capabilities::Surface::RenderTarget::A8B8G8R8 = true; member in D3D8::Capabilities::Surface::RenderTarget 53 bool Capabilities::Surface::A8B8G8R8 = true; member in D3D8::Capabilities::Surface 85 bool Capabilities::Volume::A8B8G8R8 = true; member in D3D8::Capabilities::Volume 115 bool Capabilities::CubeMap::RenderTarget::A8B8G8R8 = true; member in D3D8::Capabilities::CubeMap::RenderTarget 137 bool Capabilities::CubeMap::A8B8G8R8 = true; member in D3D8::Capabilities::CubeMap 169 bool Capabilities::VolumeTexture::A8B8G8R8 = true; member in D3D8::Capabilities::VolumeTexture 199 bool Capabilities::Texture::RenderTarget::A8B8G8R8 = true; member in D3D8::Capabilities::Texture::RenderTarget 221 bool Capabilities::Texture::A8B8G8R8 = true; member in D3D8::Capabilities::Texture
|
/external/swiftshader/src/D3D9/ |
D | Capabilities.hpp | 58 static bool A8B8G8R8; member 98 static bool A8B8G8R8; member 155 static bool A8B8G8R8; member 210 static bool A8B8G8R8; member 250 static bool A8B8G8R8; member 303 static bool A8B8G8R8; member 358 static bool A8B8G8R8; member 399 static bool A8B8G8R8; member
|
D | Capabilities.cpp | 32 bool Capabilities::Surface::RenderTarget::A8B8G8R8 = true; member in D3D9::Capabilities::Surface::RenderTarget 67 bool Capabilities::Surface::A8B8G8R8 = true; member in D3D9::Capabilities::Surface 113 bool Capabilities::Volume::A8B8G8R8 = true; member in D3D9::Capabilities::Volume 156 bool Capabilities::CubeMap::RenderTarget::A8B8G8R8 = true; member in D3D9::Capabilities::CubeMap::RenderTarget 191 bool Capabilities::CubeMap::A8B8G8R8 = true; member in D3D9::Capabilities::CubeMap 235 bool Capabilities::VolumeTexture::A8B8G8R8 = true; member in D3D9::Capabilities::VolumeTexture 278 bool Capabilities::Texture::RenderTarget::A8B8G8R8 = true; member in D3D9::Capabilities::Texture::RenderTarget 314 bool Capabilities::Texture::A8B8G8R8 = true; member in D3D9::Capabilities::Texture
|
D | Direct3D9.cpp | 271 …case D3DFMT_A8B8G8R8: if(!Capabilities::Surface::RenderTarget::A8B8G8R8) return NOTAVAILABLE(); … in CheckDeviceFormat() 322 …case D3DFMT_A8B8G8R8: if(!Capabilities::Surface::A8B8G8R8) return NOTAVAILABLE(); else return… in CheckDeviceFormat() 382 …case D3DFMT_A8B8G8R8: if(!Capabilities::Volume::A8B8G8R8) return NOTAVAILABLE(); else retur… in CheckDeviceFormat() 438 …case D3DFMT_A8B8G8R8: if(!Capabilities::CubeMap::RenderTarget::A8B8G8R8) return NOTAVAILABLE(); … in CheckDeviceFormat() 489 …case D3DFMT_A8B8G8R8: if(!Capabilities::CubeMap::A8B8G8R8) return NOTAVAILABLE(); else return… in CheckDeviceFormat() 545 …case D3DFMT_A8B8G8R8: if(!Capabilities::VolumeTexture::A8B8G8R8) return NOTAVAILABLE(); else … in CheckDeviceFormat() 601 …case D3DFMT_A8B8G8R8: if(!Capabilities::Texture::RenderTarget::A8B8G8R8) return NOTAVAILABLE(); … in CheckDeviceFormat() 653 …case D3DFMT_A8B8G8R8: if(!Capabilities::Texture::A8B8G8R8) return NOTAVAILABLE(); else return… in CheckDeviceFormat()
|
/external/mesa3d/src/gallium/drivers/etnaviv/ |
D | etnaviv_format.c | 164 VT(R8G8B8A8_UNORM, UNSIGNED_BYTE, A8B8G8R8, SWIZ(X, Y, Z, W), A8B8G8R8, A8R8G8B8), 165 V_(R8G8B8A8_SNORM, BYTE, A8B8G8R8), 167 V_(R8G8B8A8_UINT, UNSIGNED_BYTE, A8B8G8R8), 168 V_(R8G8B8A8_SINT, BYTE, A8B8G8R8), 169 V_(R8G8B8A8_USCALED, UNSIGNED_BYTE, A8B8G8R8), 170 V_(R8G8B8A8_SSCALED, BYTE, A8B8G8R8),
|
/external/mesa3d/src/gallium/drivers/nouveau/nv50/ |
D | nv50_formats.c | 126 C4(A, B8G8R8A8_UNORM, BGRA8_UNORM, B, G, R, A, UNORM, A8B8G8R8, ID), 127 F3(A, B8G8R8X8_UNORM, BGRX8_UNORM, B, G, R, xx, UNORM, A8B8G8R8, TD), 128 C4(A, B8G8R8A8_SRGB, BGRA8_SRGB, B, G, R, A, UNORM, A8B8G8R8, TD), 129 F3(A, B8G8R8X8_SRGB, BGRX8_SRGB, B, G, R, xx, UNORM, A8B8G8R8, TD), 130 C4(A, R8G8B8A8_UNORM, RGBA8_UNORM, R, G, B, A, UNORM, A8B8G8R8, IB), 131 F3(A, R8G8B8X8_UNORM, RGBX8_UNORM, R, G, B, xx, UNORM, A8B8G8R8, TB), 132 C4(A, R8G8B8A8_SRGB, RGBA8_SRGB, R, G, B, A, UNORM, A8B8G8R8, TB), 133 F3(A, R8G8B8X8_SRGB, RGBX8_SRGB, R, G, B, xx, UNORM, A8B8G8R8, TB), 334 C4(A, R8G8B8A8_SNORM, RGBA8_SNORM, R, G, B, A, SNORM, A8B8G8R8, IC), 335 C4(A, R8G8B8A8_SINT, RGBA8_SINT, R, G, B, A, SINT, A8B8G8R8, IR), [all …]
|