Home
last modified time | relevance | path

Searched refs:D3DFMT_A8L8 (Results 1 – 9 of 9) sorted by relevance

/external/swiftshader/src/D3D8/
DDirect3D8.cpp236 …case D3DFMT_A8L8: if(!Capabilities::Surface::A8L8) return NOTAVAILABLE(); else return D3D_O… in CheckDeviceFormat()
277 …case D3DFMT_A8L8: if(!Capabilities::Volume::A8L8) return NOTAVAILABLE(); else return D3D_… in CheckDeviceFormat()
352 …case D3DFMT_A8L8: if(!Capabilities::CubeMap::A8L8) return NOTAVAILABLE(); else return D3D_O… in CheckDeviceFormat()
393 …case D3DFMT_A8L8: if(!Capabilities::VolumeTexture::A8L8) return NOTAVAILABLE(); else return… in CheckDeviceFormat()
468 …case D3DFMT_A8L8: if(!Capabilities::Texture::A8L8) return NOTAVAILABLE(); else return D3D_O… in CheckDeviceFormat()
DDirect3DSurface8.cpp270 case D3DFMT_A8L8: return sw::FORMAT_A8L8; in translateFormat()
/external/mesa3d/src/gallium/state_trackers/nine/
Dnine_pipe.c275 [D3DFMT_A8L8] = PIPE_FORMAT_L8A8_UNORM,
336 [PIPE_FORMAT_L8A8_UNORM] = D3DFMT_A8L8,
Dnine_pipe.h429 case D3DFMT_A8L8: return "D3DFMT_A8L8"; in d3dformat_to_string()
/external/swiftshader/src/D3D9/
DDirect3D9.cpp358 …case D3DFMT_A8L8: if(!Capabilities::Surface::A8L8) return NOTAVAILABLE(); else return D3D_O… in CheckDeviceFormat()
418 …case D3DFMT_A8L8: if(!Capabilities::Volume::A8L8) return NOTAVAILABLE(); else return D3D_… in CheckDeviceFormat()
525 …case D3DFMT_A8L8: if(!Capabilities::CubeMap::A8L8) return NOTAVAILABLE(); else return D3D_O… in CheckDeviceFormat()
581 …case D3DFMT_A8L8: if(!Capabilities::VolumeTexture::A8L8) return NOTAVAILABLE(); else return… in CheckDeviceFormat()
689 …case D3DFMT_A8L8: if(!Capabilities::Texture::A8L8) return NOTAVAILABLE(); else return D3D_O… in CheckDeviceFormat()
DDirect3DSurface9.cpp384 case D3DFMT_A8L8: return sw::FORMAT_A8L8; in translateFormat()
DCapabilities.cpp361 case D3DFMT_A8L8: in isSRGBreadable()
/external/swiftshader/include/Direct3D/
Dd3d8types.h1290 D3DFMT_A8L8 = 51, enumerator
/external/mesa3d/include/D3D9/
Dd3d9types.h612 D3DFMT_A8L8 = 51, enumerator