Home
last modified time | relevance | path

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

/external/swiftshader/src/D3D8/
DDirect3D8.cpp177 …case D3DFMT_X4R4G4B4: if(!Capabilities::Surface::RenderTarget::X4R4G4B4) return NOTAVAILABLE(); … in CheckDeviceFormat()
210 …case D3DFMT_X4R4G4B4: if(!Capabilities::Surface::X4R4G4B4) return NOTAVAILABLE(); else return… in CheckDeviceFormat()
251 …case D3DFMT_X4R4G4B4: if(!Capabilities::Volume::X4R4G4B4) return NOTAVAILABLE(); else retur… in CheckDeviceFormat()
293 …case D3DFMT_X4R4G4B4: if(!Capabilities::CubeMap::RenderTarget::X4R4G4B4) return NOTAVAILABLE(); … in CheckDeviceFormat()
326 …case D3DFMT_X4R4G4B4: if(!Capabilities::CubeMap::X4R4G4B4) return NOTAVAILABLE(); else return… in CheckDeviceFormat()
367 …case D3DFMT_X4R4G4B4: if(!Capabilities::VolumeTexture::X4R4G4B4) return NOTAVAILABLE(); else … in CheckDeviceFormat()
409 …case D3DFMT_X4R4G4B4: if(!Capabilities::Texture::RenderTarget::X4R4G4B4) return NOTAVAILABLE(); … in CheckDeviceFormat()
442 …case D3DFMT_X4R4G4B4: if(!Capabilities::Texture::X4R4G4B4) return NOTAVAILABLE(); else return… in CheckDeviceFormat()
DDirect3DSurface8.cpp249 case D3DFMT_X4R4G4B4: return sw::FORMAT_X4R4G4B4; in translateFormat()
/external/swiftshader/src/D3D9/
DDirect3D9.cpp268 …case D3DFMT_X4R4G4B4: if(!Capabilities::Surface::RenderTarget::X4R4G4B4) return NOTAVAILABLE(); … in CheckDeviceFormat()
317 …case D3DFMT_X4R4G4B4: if(!Capabilities::Surface::X4R4G4B4) return NOTAVAILABLE(); else return… in CheckDeviceFormat()
377 …case D3DFMT_X4R4G4B4: if(!Capabilities::Volume::X4R4G4B4) return NOTAVAILABLE(); else retur… in CheckDeviceFormat()
435 …case D3DFMT_X4R4G4B4: if(!Capabilities::CubeMap::RenderTarget::X4R4G4B4) return NOTAVAILABLE(); … in CheckDeviceFormat()
484 …case D3DFMT_X4R4G4B4: if(!Capabilities::CubeMap::X4R4G4B4) return NOTAVAILABLE(); else return… in CheckDeviceFormat()
540 …case D3DFMT_X4R4G4B4: if(!Capabilities::VolumeTexture::X4R4G4B4) return NOTAVAILABLE(); else … in CheckDeviceFormat()
598 …case D3DFMT_X4R4G4B4: if(!Capabilities::Texture::RenderTarget::X4R4G4B4) return NOTAVAILABLE(); … in CheckDeviceFormat()
648 …case D3DFMT_X4R4G4B4: if(!Capabilities::Texture::X4R4G4B4) return NOTAVAILABLE(); else return… in CheckDeviceFormat()
DDirect3DSurface9.cpp357 case D3DFMT_X4R4G4B4: return sw::FORMAT_X4R4G4B4; in translateFormat()
/external/mesa3d/src/gallium/state_trackers/nine/
Dnine_pipe.c265 [D3DFMT_X4R4G4B4] = PIPE_FORMAT_B4G4R4X4_UNORM,
324 [PIPE_FORMAT_B4G4R4X4_UNORM] = D3DFMT_X4R4G4B4,
Dnine_pipe.h419 case D3DFMT_X4R4G4B4: return "D3DFMT_X4R4G4B4"; in d3dformat_to_string()
/external/swiftshader/include/Direct3D/
Dd3d8types.h1282 D3DFMT_X4R4G4B4 = 30, enumerator
/external/mesa3d/include/D3D9/
Dd3d9types.h602 D3DFMT_X4R4G4B4 = 30, enumerator