Home
last modified time | relevance | path

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

/external/swiftshader/src/D3D8/
DDirect3D8.cpp232 …case D3DFMT_A2W10V10U10: if(!Capabilities::Surface::A2W10V10U10) return NOTAVAILABLE(); else r… in CheckDeviceFormat()
273 …case D3DFMT_A2W10V10U10: if(!Capabilities::Volume::A2W10V10U10) return NOTAVAILABLE(); else r… in CheckDeviceFormat()
348 …case D3DFMT_A2W10V10U10: if(!Capabilities::CubeMap::A2W10V10U10) return NOTAVAILABLE(); else r… in CheckDeviceFormat()
389 …case D3DFMT_A2W10V10U10: if(!Capabilities::VolumeTexture::A2W10V10U10) return NOTAVAILABLE(); e… in CheckDeviceFormat()
464 …case D3DFMT_A2W10V10U10: if(!Capabilities::Texture::A2W10V10U10) return NOTAVAILABLE(); else r… in CheckDeviceFormat()
DDirect3DSurface8.cpp266 case D3DFMT_A2W10V10U10: return sw::FORMAT_A2W10V10U10; in translateFormat()
/external/mesa3d/src/gallium/state_trackers/nine/
Dnine_pipe.c282 [D3DFMT_A2W10V10U10] = PIPE_FORMAT_R10SG10SB10SA2U_NORM,
344 [PIPE_FORMAT_R10SG10SB10SA2U_NORM] = D3DFMT_A2W10V10U10,
Dnine_pipe.h436 case D3DFMT_A2W10V10U10: return "D3DFMT_A2W10V10U10"; in d3dformat_to_string()
/external/swiftshader/src/D3D9/
DDirect3D9.cpp352 …case D3DFMT_A2W10V10U10: if(!Capabilities::Surface::A2W10V10U10) return NOTAVAILABLE(); else r… in CheckDeviceFormat()
412 …case D3DFMT_A2W10V10U10: if(!Capabilities::Volume::A2W10V10U10) return NOTAVAILABLE(); else r… in CheckDeviceFormat()
519 …case D3DFMT_A2W10V10U10: if(!Capabilities::CubeMap::A2W10V10U10) return NOTAVAILABLE(); else r… in CheckDeviceFormat()
575 …case D3DFMT_A2W10V10U10: if(!Capabilities::VolumeTexture::A2W10V10U10) return NOTAVAILABLE(); e… in CheckDeviceFormat()
683 …case D3DFMT_A2W10V10U10: if(!Capabilities::Texture::A2W10V10U10) return NOTAVAILABLE(); else r… in CheckDeviceFormat()
DDirect3DSurface9.cpp378 case D3DFMT_A2W10V10U10: return sw::FORMAT_A2W10V10U10; in translateFormat()
/external/swiftshader/include/Direct3D/
Dd3d8types.h1299 D3DFMT_A2W10V10U10 = 67, enumerator
/external/mesa3d/include/D3D9/
Dd3d9types.h619 D3DFMT_A2W10V10U10 = 67, enumerator