Home
last modified time | relevance | path

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

/external/swiftshader/src/D3D8/
DCapabilities.hpp38 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
DCapabilities.cpp31 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/
DCapabilities.hpp58 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
DCapabilities.cpp32 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
DDirect3D9.cpp271 …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/
Detnaviv_format.c146 V_(R8G8B8A8_UNORM, UNSIGNED_BYTE, A8B8G8R8),
147 V_(R8G8B8A8_SNORM, BYTE, A8B8G8R8),
149 V_(R8G8B8A8_UINT, UNSIGNED_BYTE, A8B8G8R8),
150 V_(R8G8B8A8_SINT, BYTE, A8B8G8R8),
151 V_(R8G8B8A8_USCALED, UNSIGNED_BYTE, A8B8G8R8),
152 V_(R8G8B8A8_SSCALED, BYTE, A8B8G8R8),
154 _T(R8G8B8A8_UNORM, A8B8G8R8, A8B8G8R8),
/external/mesa3d/src/gallium/drivers/nouveau/nv50/
Dnv50_formats.c126 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 …]