Home
last modified time | relevance | path

Searched refs:D3DFMT_A8R3G3B2 (Results 1 – 8 of 8) sorted by relevance

/external/swiftshader/src/D3D8/
DDirect3D8.cpp176 …case D3DFMT_A8R3G3B2: if(!Capabilities::Surface::RenderTarget::A8R3G3B2) return NOTAVAILABLE(); … in CheckDeviceFormat()
209 …case D3DFMT_A8R3G3B2: if(!Capabilities::Surface::A8R3G3B2) return NOTAVAILABLE(); else return… in CheckDeviceFormat()
250 …case D3DFMT_A8R3G3B2: if(!Capabilities::Volume::A8R3G3B2) return NOTAVAILABLE(); else retur… in CheckDeviceFormat()
292 …case D3DFMT_A8R3G3B2: if(!Capabilities::CubeMap::RenderTarget::A8R3G3B2) return NOTAVAILABLE(); … in CheckDeviceFormat()
325 …case D3DFMT_A8R3G3B2: if(!Capabilities::CubeMap::A8R3G3B2) return NOTAVAILABLE(); else return… in CheckDeviceFormat()
366 …case D3DFMT_A8R3G3B2: if(!Capabilities::VolumeTexture::A8R3G3B2) return NOTAVAILABLE(); else … in CheckDeviceFormat()
408 …case D3DFMT_A8R3G3B2: if(!Capabilities::Texture::RenderTarget::A8R3G3B2) return NOTAVAILABLE(); … in CheckDeviceFormat()
441 …case D3DFMT_A8R3G3B2: if(!Capabilities::Texture::A8R3G3B2) return NOTAVAILABLE(); else return… in CheckDeviceFormat()
DDirect3DSurface8.cpp248 case D3DFMT_A8R3G3B2: return sw::FORMAT_A8R3G3B2; in translateFormat()
/external/swiftshader/src/D3D9/
DDirect3D9.cpp267 …case D3DFMT_A8R3G3B2: if(!Capabilities::Surface::RenderTarget::A8R3G3B2) return NOTAVAILABLE(); … in CheckDeviceFormat()
316 …case D3DFMT_A8R3G3B2: if(!Capabilities::Surface::A8R3G3B2) return NOTAVAILABLE(); else return… in CheckDeviceFormat()
376 …case D3DFMT_A8R3G3B2: if(!Capabilities::Volume::A8R3G3B2) return NOTAVAILABLE(); else retur… in CheckDeviceFormat()
434 …case D3DFMT_A8R3G3B2: if(!Capabilities::CubeMap::RenderTarget::A8R3G3B2) return NOTAVAILABLE(); … in CheckDeviceFormat()
483 …case D3DFMT_A8R3G3B2: if(!Capabilities::CubeMap::A8R3G3B2) return NOTAVAILABLE(); else return… in CheckDeviceFormat()
539 …case D3DFMT_A8R3G3B2: if(!Capabilities::VolumeTexture::A8R3G3B2) return NOTAVAILABLE(); else … in CheckDeviceFormat()
597 …case D3DFMT_A8R3G3B2: if(!Capabilities::Texture::RenderTarget::A8R3G3B2) return NOTAVAILABLE(); … in CheckDeviceFormat()
647 …case D3DFMT_A8R3G3B2: if(!Capabilities::Texture::A8R3G3B2) return NOTAVAILABLE(); else return… in CheckDeviceFormat()
DDirect3DSurface9.cpp356 case D3DFMT_A8R3G3B2: return sw::FORMAT_A8R3G3B2; in translateFormat()
/external/mesa3d/src/gallium/state_trackers/nine/
Dnine_pipe.c264 [D3DFMT_A8R3G3B2] = PIPE_FORMAT_NONE,
Dnine_pipe.h418 case D3DFMT_A8R3G3B2: return "D3DFMT_A8R3G3B2"; in d3dformat_to_string()
/external/swiftshader/include/Direct3D/
Dd3d8types.h1281 D3DFMT_A8R3G3B2 = 29, enumerator
/external/mesa3d/include/D3D9/
Dd3d9types.h601 D3DFMT_A8R3G3B2 = 29, enumerator