Home
last modified time | relevance | path

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

/external/swiftshader/src/D3D8/
DDirect3D8.cpp230 …case D3DFMT_Q8W8V8U8: if(!Capabilities::Surface::Q8W8V8U8) return NOTAVAILABLE(); else return… in CheckDeviceFormat()
271 …case D3DFMT_Q8W8V8U8: if(!Capabilities::Volume::Q8W8V8U8) return NOTAVAILABLE(); else retur… in CheckDeviceFormat()
346 …case D3DFMT_Q8W8V8U8: if(!Capabilities::CubeMap::Q8W8V8U8) return NOTAVAILABLE(); else return… in CheckDeviceFormat()
387 …case D3DFMT_Q8W8V8U8: if(!Capabilities::VolumeTexture::Q8W8V8U8) return NOTAVAILABLE(); else … in CheckDeviceFormat()
462 …case D3DFMT_Q8W8V8U8: if(!Capabilities::Texture::Q8W8V8U8) return NOTAVAILABLE(); else return… in CheckDeviceFormat()
DDirect3DSurface8.cpp264 case D3DFMT_Q8W8V8U8: return sw::FORMAT_Q8W8V8U8; in translateFormat()
/external/mesa3d/src/gallium/state_trackers/nine/
Dnine_pipe.c280 [D3DFMT_Q8W8V8U8] = PIPE_FORMAT_R8G8B8A8_SNORM,
342 [PIPE_FORMAT_R8G8B8A8_SNORM] = D3DFMT_Q8W8V8U8,
Dnine_pipe.h434 case D3DFMT_Q8W8V8U8: return "D3DFMT_Q8W8V8U8"; in d3dformat_to_string()
/external/swiftshader/src/D3D9/
DDirect3D9.cpp350 …case D3DFMT_Q8W8V8U8: if(!Capabilities::Surface::Q8W8V8U8) return NOTAVAILABLE(); else return… in CheckDeviceFormat()
410 …case D3DFMT_Q8W8V8U8: if(!Capabilities::Volume::Q8W8V8U8) return NOTAVAILABLE(); else retur… in CheckDeviceFormat()
517 …case D3DFMT_Q8W8V8U8: if(!Capabilities::CubeMap::Q8W8V8U8) return NOTAVAILABLE(); else return… in CheckDeviceFormat()
573 …case D3DFMT_Q8W8V8U8: if(!Capabilities::VolumeTexture::Q8W8V8U8) return NOTAVAILABLE(); else … in CheckDeviceFormat()
681 …case D3DFMT_Q8W8V8U8: if(!Capabilities::Texture::Q8W8V8U8) return NOTAVAILABLE(); else return… in CheckDeviceFormat()
DDirect3DSurface9.cpp376 case D3DFMT_Q8W8V8U8: return sw::FORMAT_Q8W8V8U8; in translateFormat()
/external/swiftshader/include/Direct3D/
Dd3d8types.h1296 D3DFMT_Q8W8V8U8 = 63, enumerator
/external/mesa3d/include/D3D9/
Dd3d9types.h617 D3DFMT_Q8W8V8U8 = 63, enumerator