Home
last modified time | relevance | path

Searched refs:D3DFMT_A8B8G8R8 (Results 1 – 6 of 6) sorted by relevance

/external/swiftshader/src/D3D9/
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()
DCapabilities.cpp365 case D3DFMT_A8B8G8R8: in isSRGBreadable()
394 case D3DFMT_A8B8G8R8: in isSRGBwritable()
DDirect3DSurface9.cpp360 case D3DFMT_A8B8G8R8: return sw::FORMAT_A8B8G8R8; in translateFormat()
/external/mesa3d/src/gallium/state_trackers/nine/
Dnine_pipe.c267 [D3DFMT_A8B8G8R8] = PIPE_FORMAT_R8G8B8A8_UNORM,
326 [PIPE_FORMAT_R8G8B8A8_UNORM] = D3DFMT_A8B8G8R8,
Dnine_pipe.h421 case D3DFMT_A8B8G8R8: return "D3DFMT_A8B8G8R8"; in d3dformat_to_string()
/external/mesa3d/include/D3D9/
Dd3d9types.h604 D3DFMT_A8B8G8R8 = 32, enumerator