Home
last modified time | relevance | path

Searched refs:D3DFMT_A1R5G5B5 (Results 1 – 10 of 10) sorted by relevance

/external/swiftshader/src/D3D8/
DDirect3D8.cpp173 …case D3DFMT_A1R5G5B5: if(!Capabilities::Surface::RenderTarget::A1R5G5B5) return NOTAVAILABLE(); … in CheckDeviceFormat()
206 …case D3DFMT_A1R5G5B5: if(!Capabilities::Surface::A1R5G5B5) return NOTAVAILABLE(); else return… in CheckDeviceFormat()
247 …case D3DFMT_A1R5G5B5: if(!Capabilities::Volume::A1R5G5B5) return NOTAVAILABLE(); else retur… in CheckDeviceFormat()
289 …case D3DFMT_A1R5G5B5: if(!Capabilities::CubeMap::RenderTarget::A1R5G5B5) return NOTAVAILABLE(); … in CheckDeviceFormat()
322 …case D3DFMT_A1R5G5B5: if(!Capabilities::CubeMap::A1R5G5B5) return NOTAVAILABLE(); else return… in CheckDeviceFormat()
363 …case D3DFMT_A1R5G5B5: if(!Capabilities::VolumeTexture::A1R5G5B5) return NOTAVAILABLE(); else … in CheckDeviceFormat()
405 …case D3DFMT_A1R5G5B5: if(!Capabilities::Texture::RenderTarget::A1R5G5B5) return NOTAVAILABLE(); … in CheckDeviceFormat()
438 …case D3DFMT_A1R5G5B5: if(!Capabilities::Texture::A1R5G5B5) return NOTAVAILABLE(); else return… in CheckDeviceFormat()
DDirect3DSurface8.cpp259 case D3DFMT_A1R5G5B5: return sw::FORMAT_A1R5G5B5; in translateFormat()
/external/swiftshader/src/D3D9/
DDirect3D9.cpp264 …case D3DFMT_A1R5G5B5: if(!Capabilities::Surface::RenderTarget::A1R5G5B5) return NOTAVAILABLE(); … in CheckDeviceFormat()
313 …case D3DFMT_A1R5G5B5: if(!Capabilities::Surface::A1R5G5B5) return NOTAVAILABLE(); else return… in CheckDeviceFormat()
373 …case D3DFMT_A1R5G5B5: if(!Capabilities::Volume::A1R5G5B5) return NOTAVAILABLE(); else retur… in CheckDeviceFormat()
431 …case D3DFMT_A1R5G5B5: if(!Capabilities::CubeMap::RenderTarget::A1R5G5B5) return NOTAVAILABLE(); … in CheckDeviceFormat()
480 …case D3DFMT_A1R5G5B5: if(!Capabilities::CubeMap::A1R5G5B5) return NOTAVAILABLE(); else return… in CheckDeviceFormat()
536 …case D3DFMT_A1R5G5B5: if(!Capabilities::VolumeTexture::A1R5G5B5) return NOTAVAILABLE(); else … in CheckDeviceFormat()
594 …case D3DFMT_A1R5G5B5: if(!Capabilities::Texture::RenderTarget::A1R5G5B5) return NOTAVAILABLE(); … in CheckDeviceFormat()
644 …case D3DFMT_A1R5G5B5: if(!Capabilities::Texture::A1R5G5B5) return NOTAVAILABLE(); else return… in CheckDeviceFormat()
950 case D3DFMT_A1R5G5B5: bpp = 16; break; in EnumAdapterModes()
DDirect3DSurface9.cpp370 case D3DFMT_A1R5G5B5: return sw::FORMAT_A1R5G5B5; in translateFormat()
DCapabilities.cpp369 case D3DFMT_A1R5G5B5: in isSRGBreadable()
/external/mesa3d/src/gallium/state_trackers/nine/
Dnine_pipe.c260 [D3DFMT_A1R5G5B5] = PIPE_FORMAT_B5G5R5A1_UNORM,
319 [PIPE_FORMAT_B5G5R5A1_UNORM] = D3DFMT_A1R5G5B5,
Dnine_pipe.h414 case D3DFMT_A1R5G5B5: return "D3DFMT_A1R5G5B5"; in d3dformat_to_string()
Dadapter9.c177 bfmt == D3DFMT_A1R5G5B5)) || in backbuffer_format()
/external/swiftshader/include/Direct3D/
Dd3d8types.h1277 D3DFMT_A1R5G5B5 = 25, enumerator
/external/mesa3d/include/D3D9/
Dd3d9types.h597 D3DFMT_A1R5G5B5 = 25, enumerator