Home
last modified time | relevance | path

Searched refs:D3DFMT_A16B16G16R16 (Results 1 – 5 of 5) sorted by relevance

/external/swiftshader/src/D3D9/
DDirect3D9.cpp277 …case D3DFMT_A16B16G16R16: if(!Capabilities::Surface::RenderTarget::A16B16G16R16) return NOTAVAILAB… in CheckDeviceFormat()
330 …case D3DFMT_A16B16G16R16: if(!Capabilities::Surface::A16B16G16R16) return NOTAVAILABLE(); else … in CheckDeviceFormat()
390 …case D3DFMT_A16B16G16R16: if(!Capabilities::Volume::A16B16G16R16) return NOTAVAILABLE(); else… in CheckDeviceFormat()
444 …case D3DFMT_A16B16G16R16: if(!Capabilities::CubeMap::RenderTarget::A16B16G16R16) return NOTAVAILAB… in CheckDeviceFormat()
497 …case D3DFMT_A16B16G16R16: if(!Capabilities::CubeMap::A16B16G16R16) return NOTAVAILABLE(); else … in CheckDeviceFormat()
553 …case D3DFMT_A16B16G16R16: if(!Capabilities::VolumeTexture::A16B16G16R16) return NOTAVAILABLE();… in CheckDeviceFormat()
607 …case D3DFMT_A16B16G16R16: if(!Capabilities::Texture::RenderTarget::A16B16G16R16) return NOTAVAILAB… in CheckDeviceFormat()
661 …case D3DFMT_A16B16G16R16: if(!Capabilities::Texture::A16B16G16R16) return NOTAVAILABLE(); else … in CheckDeviceFormat()
DDirect3DSurface9.cpp364 case D3DFMT_A16B16G16R16: return sw::FORMAT_A16B16G16R16; in translateFormat()
/external/mesa3d/src/gallium/state_trackers/nine/
Dnine_pipe.c271 [D3DFMT_A16B16G16R16] = PIPE_FORMAT_R16G16B16A16_UNORM,
330 [PIPE_FORMAT_R16G16B16A16_UNORM] = D3DFMT_A16B16G16R16,
Dnine_pipe.h425 case D3DFMT_A16B16G16R16: return "D3DFMT_A16B16G16R16"; in d3dformat_to_string()
/external/mesa3d/include/D3D9/
Dd3d9types.h608 D3DFMT_A16B16G16R16 = 36, enumerator