Home
last modified time | relevance | path

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

/external/swiftshader/src/D3D9/
DDirect3D9.cpp276 …case D3DFMT_A2R10G10B10: if(!Capabilities::Surface::RenderTarget::A2R10G10B10) return NOTAVAILABLE… in CheckDeviceFormat()
328 …case D3DFMT_A2R10G10B10: if(!Capabilities::Surface::A2R10G10B10) return NOTAVAILABLE(); else r… in CheckDeviceFormat()
388 …case D3DFMT_A2R10G10B10: if(!Capabilities::Volume::A2R10G10B10) return NOTAVAILABLE(); else r… in CheckDeviceFormat()
443 …case D3DFMT_A2R10G10B10: if(!Capabilities::CubeMap::RenderTarget::A2R10G10B10) return NOTAVAILABLE… in CheckDeviceFormat()
495 …case D3DFMT_A2R10G10B10: if(!Capabilities::CubeMap::A2R10G10B10) return NOTAVAILABLE(); else r… in CheckDeviceFormat()
551 …case D3DFMT_A2R10G10B10: if(!Capabilities::VolumeTexture::A2R10G10B10) return NOTAVAILABLE(); e… in CheckDeviceFormat()
606 …case D3DFMT_A2R10G10B10: if(!Capabilities::Texture::RenderTarget::A2R10G10B10) return NOTAVAILABLE… in CheckDeviceFormat()
659 …case D3DFMT_A2R10G10B10: if(!Capabilities::Texture::A2R10G10B10) return NOTAVAILABLE(); else r… in CheckDeviceFormat()
837 case D3DFMT_A2R10G10B10: in CheckDeviceType()
854 case D3DFMT_A2R10G10B10: in CheckDeviceType()
[all …]
DDirect3DSurface9.cpp362 case D3DFMT_A2R10G10B10: return sw::FORMAT_A2R10G10B10; in translateFormat()
/external/mesa3d/src/gallium/state_trackers/nine/
Dadapter9.c171 if (dfmt == D3DFMT_A2R10G10B10 && win) { return FALSE; } in backbuffer_format()
173 if ((dfmt == D3DFMT_A2R10G10B10 && bfmt == dfmt) || in backbuffer_format()
233 D3DFMT_A2R10G10B10, in display_format()
240 if (fmt == D3DFMT_A2R10G10B10 && win) { return FALSE; } in display_format()
Dnine_pipe.c270 [D3DFMT_A2R10G10B10] = PIPE_FORMAT_B10G10R10A2_UNORM,
329 [PIPE_FORMAT_B10G10R10A2_UNORM] = D3DFMT_A2R10G10B10,
Dnine_pipe.h424 case D3DFMT_A2R10G10B10: return "D3DFMT_A2R10G10B10"; in d3dformat_to_string()
/external/mesa3d/include/D3D9/
Dd3d9types.h607 D3DFMT_A2R10G10B10 = 35, enumerator