Home
last modified time | relevance | path

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

/external/swiftshader/src/D3D8/
DDirect3D8.cpp228 …case D3DFMT_L6V5U5: if(!Capabilities::Surface::L6V5U5) return NOTAVAILABLE(); else return D… in CheckDeviceFormat()
269 …case D3DFMT_L6V5U5: if(!Capabilities::Volume::L6V5U5) return NOTAVAILABLE(); else return D… in CheckDeviceFormat()
344 …case D3DFMT_L6V5U5: if(!Capabilities::CubeMap::L6V5U5) return NOTAVAILABLE(); else return D… in CheckDeviceFormat()
385 …case D3DFMT_L6V5U5: if(!Capabilities::VolumeTexture::L6V5U5) return NOTAVAILABLE(); else ret… in CheckDeviceFormat()
460 …case D3DFMT_L6V5U5: if(!Capabilities::Texture::L6V5U5) return NOTAVAILABLE(); else return D… in CheckDeviceFormat()
DDirect3DSurface8.cpp263 case D3DFMT_L6V5U5: return sw::FORMAT_L6V5U5; in translateFormat()
/external/swiftshader/src/D3D9/
DDirect3D9.cpp348 …case D3DFMT_L6V5U5: if(!Capabilities::Surface::L6V5U5) return NOTAVAILABLE(); else return D… in CheckDeviceFormat()
408 …case D3DFMT_L6V5U5: if(!Capabilities::Volume::L6V5U5) return NOTAVAILABLE(); else return D… in CheckDeviceFormat()
515 …case D3DFMT_L6V5U5: if(!Capabilities::CubeMap::L6V5U5) return NOTAVAILABLE(); else return D… in CheckDeviceFormat()
571 …case D3DFMT_L6V5U5: if(!Capabilities::VolumeTexture::L6V5U5) return NOTAVAILABLE(); else ret… in CheckDeviceFormat()
679 …case D3DFMT_L6V5U5: if(!Capabilities::Texture::L6V5U5) return NOTAVAILABLE(); else return D… in CheckDeviceFormat()
DDirect3DSurface9.cpp375 case D3DFMT_L6V5U5: return sw::FORMAT_L6V5U5; in translateFormat()
/external/mesa3d/src/gallium/state_trackers/nine/
Dnine_pipe.c278 …[D3DFMT_L6V5U5] = PIPE_FORMAT_NONE, /* Should be PIPE_FORMAT_R5SG5SB6U_NORM, but interpreta…
Dnine_pipe.h432 case D3DFMT_L6V5U5: return "D3DFMT_L6V5U5"; in d3dformat_to_string()
/external/swiftshader/include/Direct3D/
Dd3d8types.h1294 D3DFMT_L6V5U5 = 61, enumerator
/external/mesa3d/include/D3D9/
Dd3d9types.h615 D3DFMT_L6V5U5 = 61, enumerator