Home
last modified time | relevance | path

Searched refs:D3DFMT_A4R4G4B4 (Results 1 – 9 of 9) sorted by relevance

/external/swiftshader/src/D3D8/
DDirect3D8.cpp174 …case D3DFMT_A4R4G4B4: if(!Capabilities::Surface::RenderTarget::A4R4G4B4) return NOTAVAILABLE(); … in CheckDeviceFormat()
207 …case D3DFMT_A4R4G4B4: if(!Capabilities::Surface::A4R4G4B4) return NOTAVAILABLE(); else return… in CheckDeviceFormat()
248 …case D3DFMT_A4R4G4B4: if(!Capabilities::Volume::A4R4G4B4) return NOTAVAILABLE(); else retur… in CheckDeviceFormat()
290 …case D3DFMT_A4R4G4B4: if(!Capabilities::CubeMap::RenderTarget::A4R4G4B4) return NOTAVAILABLE(); … in CheckDeviceFormat()
323 …case D3DFMT_A4R4G4B4: if(!Capabilities::CubeMap::A4R4G4B4) return NOTAVAILABLE(); else return… in CheckDeviceFormat()
364 …case D3DFMT_A4R4G4B4: if(!Capabilities::VolumeTexture::A4R4G4B4) return NOTAVAILABLE(); else … in CheckDeviceFormat()
406 …case D3DFMT_A4R4G4B4: if(!Capabilities::Texture::RenderTarget::A4R4G4B4) return NOTAVAILABLE(); … in CheckDeviceFormat()
439 …case D3DFMT_A4R4G4B4: if(!Capabilities::Texture::A4R4G4B4) return NOTAVAILABLE(); else return… in CheckDeviceFormat()
DDirect3DSurface8.cpp250 case D3DFMT_A4R4G4B4: return sw::FORMAT_A4R4G4B4; in translateFormat()
/external/swiftshader/src/D3D9/
DDirect3D9.cpp265 …case D3DFMT_A4R4G4B4: if(!Capabilities::Surface::RenderTarget::A4R4G4B4) return NOTAVAILABLE(); … in CheckDeviceFormat()
314 …case D3DFMT_A4R4G4B4: if(!Capabilities::Surface::A4R4G4B4) return NOTAVAILABLE(); else return… in CheckDeviceFormat()
374 …case D3DFMT_A4R4G4B4: if(!Capabilities::Volume::A4R4G4B4) return NOTAVAILABLE(); else retur… in CheckDeviceFormat()
432 …case D3DFMT_A4R4G4B4: if(!Capabilities::CubeMap::RenderTarget::A4R4G4B4) return NOTAVAILABLE(); … in CheckDeviceFormat()
481 …case D3DFMT_A4R4G4B4: if(!Capabilities::CubeMap::A4R4G4B4) return NOTAVAILABLE(); else return… in CheckDeviceFormat()
537 …case D3DFMT_A4R4G4B4: if(!Capabilities::VolumeTexture::A4R4G4B4) return NOTAVAILABLE(); else … in CheckDeviceFormat()
595 …case D3DFMT_A4R4G4B4: if(!Capabilities::Texture::RenderTarget::A4R4G4B4) return NOTAVAILABLE(); … in CheckDeviceFormat()
645 …case D3DFMT_A4R4G4B4: if(!Capabilities::Texture::A4R4G4B4) return NOTAVAILABLE(); else return… in CheckDeviceFormat()
DDirect3DSurface9.cpp358 case D3DFMT_A4R4G4B4: return sw::FORMAT_A4R4G4B4; in translateFormat()
DCapabilities.cpp370 case D3DFMT_A4R4G4B4: in isSRGBreadable()
/external/mesa3d/src/gallium/state_trackers/nine/
Dnine_pipe.c261 [D3DFMT_A4R4G4B4] = PIPE_FORMAT_B4G4R4A4_UNORM,
320 [PIPE_FORMAT_B4G4R4A4_UNORM] = D3DFMT_A4R4G4B4,
Dnine_pipe.h415 case D3DFMT_A4R4G4B4: return "D3DFMT_A4R4G4B4"; in d3dformat_to_string()
/external/swiftshader/include/Direct3D/
Dd3d8types.h1278 D3DFMT_A4R4G4B4 = 26, enumerator
/external/mesa3d/include/D3D9/
Dd3d9types.h598 D3DFMT_A4R4G4B4 = 26, enumerator