Home
last modified time | relevance | path

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

/external/swiftshader/src/D3D8/
DDirect3D8.cpp235 …case D3DFMT_A4L4: if(!Capabilities::Surface::A4L4) return NOTAVAILABLE(); else return D3D_O… in CheckDeviceFormat()
276 …case D3DFMT_A4L4: if(!Capabilities::Volume::A4L4) return NOTAVAILABLE(); else return D3D_… in CheckDeviceFormat()
351 …case D3DFMT_A4L4: if(!Capabilities::CubeMap::A4L4) return NOTAVAILABLE(); else return D3D_O… in CheckDeviceFormat()
392 …case D3DFMT_A4L4: if(!Capabilities::VolumeTexture::A4L4) return NOTAVAILABLE(); else return… in CheckDeviceFormat()
467 …case D3DFMT_A4L4: if(!Capabilities::Texture::A4L4) return NOTAVAILABLE(); else return D3D_O… in CheckDeviceFormat()
616 mode->Format = D3DFMT_A4L4; in EnumAdapterModes()
DDirect3DSurface8.cpp269 case D3DFMT_A4L4: return sw::FORMAT_A4L4; in translateFormat()
/external/mesa3d/src/gallium/state_trackers/nine/
Dnine_pipe.c276 [D3DFMT_A4L4] = PIPE_FORMAT_L4A4_UNORM,
337 [PIPE_FORMAT_L4A4_UNORM] = D3DFMT_A4L4,
Dnine_pipe.h430 case D3DFMT_A4L4: return "D3DFMT_A4L4"; in d3dformat_to_string()
/external/swiftshader/src/D3D9/
DDirect3D9.cpp356 …case D3DFMT_A4L4: if(!Capabilities::Surface::A4L4) return NOTAVAILABLE(); else return D3D_O… in CheckDeviceFormat()
416 …case D3DFMT_A4L4: if(!Capabilities::Volume::A4L4) return NOTAVAILABLE(); else return D3D_… in CheckDeviceFormat()
523 …case D3DFMT_A4L4: if(!Capabilities::CubeMap::A4L4) return NOTAVAILABLE(); else return D3D_O… in CheckDeviceFormat()
579 …case D3DFMT_A4L4: if(!Capabilities::VolumeTexture::A4L4) return NOTAVAILABLE(); else return… in CheckDeviceFormat()
687 …case D3DFMT_A4L4: if(!Capabilities::Texture::A4L4) return NOTAVAILABLE(); else return D3D_O… in CheckDeviceFormat()
DDirect3DSurface9.cpp382 case D3DFMT_A4L4: return sw::FORMAT_A4L4; in translateFormat()
/external/swiftshader/include/Direct3D/
Dd3d8types.h1291 D3DFMT_A4L4 = 52, enumerator
/external/mesa3d/include/D3D9/
Dd3d9types.h613 D3DFMT_A4L4 = 52, enumerator