Home
last modified time | relevance | path

Searched refs:D3DFMT_X1R5G5B5 (Results 1 – 10 of 10) sorted by relevance

/external/swiftshader/src/D3D8/
DDirect3D8.cpp172 …case D3DFMT_X1R5G5B5: if(!Capabilities::Surface::RenderTarget::X1R5G5B5) return NOTAVAILABLE(); … in CheckDeviceFormat()
205 …case D3DFMT_X1R5G5B5: if(!Capabilities::Surface::X1R5G5B5) return NOTAVAILABLE(); else return… in CheckDeviceFormat()
246 …case D3DFMT_X1R5G5B5: if(!Capabilities::Volume::X1R5G5B5) return NOTAVAILABLE(); else retur… in CheckDeviceFormat()
288 …case D3DFMT_X1R5G5B5: if(!Capabilities::CubeMap::RenderTarget::X1R5G5B5) return NOTAVAILABLE(); … in CheckDeviceFormat()
321 …case D3DFMT_X1R5G5B5: if(!Capabilities::CubeMap::X1R5G5B5) return NOTAVAILABLE(); else return… in CheckDeviceFormat()
362 …case D3DFMT_X1R5G5B5: if(!Capabilities::VolumeTexture::X1R5G5B5) return NOTAVAILABLE(); else … in CheckDeviceFormat()
404 …case D3DFMT_X1R5G5B5: if(!Capabilities::Texture::RenderTarget::X1R5G5B5) return NOTAVAILABLE(); … in CheckDeviceFormat()
437 …case D3DFMT_X1R5G5B5: if(!Capabilities::Texture::X1R5G5B5) return NOTAVAILABLE(); else return… in CheckDeviceFormat()
DDirect3DSurface8.cpp258 case D3DFMT_X1R5G5B5: return sw::FORMAT_X1R5G5B5; in translateFormat()
/external/swiftshader/src/D3D9/
DDirect3D9.cpp263 …case D3DFMT_X1R5G5B5: if(!Capabilities::Surface::RenderTarget::X1R5G5B5) return NOTAVAILABLE(); … in CheckDeviceFormat()
312 …case D3DFMT_X1R5G5B5: if(!Capabilities::Surface::X1R5G5B5) return NOTAVAILABLE(); else return… in CheckDeviceFormat()
372 …case D3DFMT_X1R5G5B5: if(!Capabilities::Volume::X1R5G5B5) return NOTAVAILABLE(); else retur… in CheckDeviceFormat()
430 …case D3DFMT_X1R5G5B5: if(!Capabilities::CubeMap::RenderTarget::X1R5G5B5) return NOTAVAILABLE(); … in CheckDeviceFormat()
479 …case D3DFMT_X1R5G5B5: if(!Capabilities::CubeMap::X1R5G5B5) return NOTAVAILABLE(); else return… in CheckDeviceFormat()
535 …case D3DFMT_X1R5G5B5: if(!Capabilities::VolumeTexture::X1R5G5B5) return NOTAVAILABLE(); else … in CheckDeviceFormat()
593 …case D3DFMT_X1R5G5B5: if(!Capabilities::Texture::RenderTarget::X1R5G5B5) return NOTAVAILABLE(); … in CheckDeviceFormat()
643 …case D3DFMT_X1R5G5B5: if(!Capabilities::Texture::X1R5G5B5) return NOTAVAILABLE(); else return… in CheckDeviceFormat()
954 case D3DFMT_X1R5G5B5: bpp = 16; break; in EnumAdapterModes()
DDirect3DSurface9.cpp369 case D3DFMT_X1R5G5B5: return sw::FORMAT_X1R5G5B5; in translateFormat()
DCapabilities.cpp368 case D3DFMT_X1R5G5B5: in isSRGBreadable()
/external/mesa3d/src/gallium/state_trackers/nine/
Dnine_pipe.c259 [D3DFMT_X1R5G5B5] = PIPE_FORMAT_B5G5R5X1_UNORM,
318 [PIPE_FORMAT_B5G5R5X1_UNORM] = D3DFMT_X1R5G5B5,
Dadapter9.c176 (dfmt == D3DFMT_X1R5G5B5 && (bfmt == dfmt || in backbuffer_format()
235 D3DFMT_X1R5G5B5, in display_format()
Dnine_pipe.h413 case D3DFMT_X1R5G5B5: return "D3DFMT_X1R5G5B5"; in d3dformat_to_string()
/external/swiftshader/include/Direct3D/
Dd3d8types.h1276 D3DFMT_X1R5G5B5 = 24, enumerator
/external/mesa3d/include/D3D9/
Dd3d9types.h596 D3DFMT_X1R5G5B5 = 24, enumerator