Home
last modified time | relevance | path

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

/external/swiftshader/src/D3D8/
DDirect3D8.cpp227 …case D3DFMT_V8U8: if(!Capabilities::Surface::V8U8) return NOTAVAILABLE(); else return D3D_O… in CheckDeviceFormat()
268 …case D3DFMT_V8U8: if(!Capabilities::Volume::V8U8) return NOTAVAILABLE(); else return D3D_… in CheckDeviceFormat()
343 …case D3DFMT_V8U8: if(!Capabilities::CubeMap::V8U8) return NOTAVAILABLE(); else return D3D_O… in CheckDeviceFormat()
384 …case D3DFMT_V8U8: if(!Capabilities::VolumeTexture::V8U8) return NOTAVAILABLE(); else return… in CheckDeviceFormat()
459 …case D3DFMT_V8U8: if(!Capabilities::Texture::V8U8) return NOTAVAILABLE(); else return D3D_O… in CheckDeviceFormat()
DDirect3DSurface8.cpp262 case D3DFMT_V8U8: return sw::FORMAT_V8U8; in translateFormat()
/external/mesa3d/src/gallium/state_trackers/nine/
Dnine_pipe.c277 [D3DFMT_V8U8] = PIPE_FORMAT_R8G8_SNORM,
339 [PIPE_FORMAT_R8G8_SNORM] = D3DFMT_V8U8,
Dnine_pipe.h431 case D3DFMT_V8U8: return "D3DFMT_V8U8"; in d3dformat_to_string()
/external/swiftshader/src/D3D9/
DDirect3D9.cpp347 …case D3DFMT_V8U8: if(!Capabilities::Surface::V8U8) return NOTAVAILABLE(); else return D3D_O… in CheckDeviceFormat()
407 …case D3DFMT_V8U8: if(!Capabilities::Volume::V8U8) return NOTAVAILABLE(); else return D3D_… in CheckDeviceFormat()
514 …case D3DFMT_V8U8: if(!Capabilities::CubeMap::V8U8) return NOTAVAILABLE(); else return D3D_O… in CheckDeviceFormat()
570 …case D3DFMT_V8U8: if(!Capabilities::VolumeTexture::V8U8) return NOTAVAILABLE(); else return… in CheckDeviceFormat()
678 …case D3DFMT_V8U8: if(!Capabilities::Texture::V8U8) return NOTAVAILABLE(); else return D3D_O… in CheckDeviceFormat()
DDirect3DSurface9.cpp374 case D3DFMT_V8U8: return sw::FORMAT_V8U8; in translateFormat()
/external/swiftshader/include/Direct3D/
Dd3d8types.h1293 D3DFMT_V8U8 = 60, enumerator
/external/mesa3d/include/D3D9/
Dd3d9types.h614 D3DFMT_V8U8 = 60, enumerator