Home
last modified time | relevance | path

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

/external/swiftshader/src/D3D8/
DDirect3D8.cpp229 …case D3DFMT_X8L8V8U8: if(!Capabilities::Surface::X8L8V8U8) return NOTAVAILABLE(); else return… in CheckDeviceFormat()
270 …case D3DFMT_X8L8V8U8: if(!Capabilities::Volume::X8L8V8U8) return NOTAVAILABLE(); else retur… in CheckDeviceFormat()
345 …case D3DFMT_X8L8V8U8: if(!Capabilities::CubeMap::X8L8V8U8) return NOTAVAILABLE(); else return… in CheckDeviceFormat()
386 …case D3DFMT_X8L8V8U8: if(!Capabilities::VolumeTexture::X8L8V8U8) return NOTAVAILABLE(); else … in CheckDeviceFormat()
461 …case D3DFMT_X8L8V8U8: if(!Capabilities::Texture::X8L8V8U8) return NOTAVAILABLE(); else return… in CheckDeviceFormat()
DDirect3DSurface8.cpp265 case D3DFMT_X8L8V8U8: return sw::FORMAT_X8L8V8U8; in translateFormat()
/external/mesa3d/src/gallium/frontends/nine/
Dnine_pipe.h338 case D3DFMT_X8L8V8U8: in d3d9_to_pipe_format_checked()
437 case D3DFMT_X8L8V8U8: return "D3DFMT_X8L8V8U8"; in d3dformat_to_string()
Dnine_pipe.c284 [D3DFMT_X8L8V8U8] = PIPE_FORMAT_R8SG8SB8UX8U_NORM,
/external/swiftshader/src/D3D9/
DDirect3D9.cpp349 …case D3DFMT_X8L8V8U8: if(!Capabilities::Surface::X8L8V8U8) return NOTAVAILABLE(); else return… in CheckDeviceFormat()
409 …case D3DFMT_X8L8V8U8: if(!Capabilities::Volume::X8L8V8U8) return NOTAVAILABLE(); else retur… in CheckDeviceFormat()
516 …case D3DFMT_X8L8V8U8: if(!Capabilities::CubeMap::X8L8V8U8) return NOTAVAILABLE(); else return… in CheckDeviceFormat()
572 …case D3DFMT_X8L8V8U8: if(!Capabilities::VolumeTexture::X8L8V8U8) return NOTAVAILABLE(); else … in CheckDeviceFormat()
680 …case D3DFMT_X8L8V8U8: if(!Capabilities::Texture::X8L8V8U8) return NOTAVAILABLE(); else return… in CheckDeviceFormat()
DDirect3DSurface9.cpp377 case D3DFMT_X8L8V8U8: return sw::FORMAT_X8L8V8U8; in translateFormat()
/external/swiftshader/include/Direct3D/
Dd3d8types.h1295 D3DFMT_X8L8V8U8 = 62, enumerator
/external/mesa3d/include/D3D9/
Dd3d9types.h616 D3DFMT_X8L8V8U8 = 62, enumerator