Home
last modified time | relevance | path

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

/external/swiftshader/src/D3D8/
DDirect3D8.cpp216 …case D3DFMT_A8P8: if(!Capabilities::Surface::A8P8) return NOTAVAILABLE(); else return D3D_O… in CheckDeviceFormat()
257 …case D3DFMT_A8P8: if(!Capabilities::Volume::A8P8) return NOTAVAILABLE(); else return D3D_… in CheckDeviceFormat()
332 …case D3DFMT_A8P8: if(!Capabilities::CubeMap::A8P8) return NOTAVAILABLE(); else return D3D_O… in CheckDeviceFormat()
373 …case D3DFMT_A8P8: if(!Capabilities::VolumeTexture::A8P8) return NOTAVAILABLE(); else return… in CheckDeviceFormat()
448 …case D3DFMT_A8P8: if(!Capabilities::Texture::A8P8) return NOTAVAILABLE(); else return D3D_O… in CheckDeviceFormat()
DDirect3DSurface8.cpp255 case D3DFMT_A8P8: return sw::FORMAT_A8P8; in translateFormat()
/external/mesa3d/src/gallium/state_trackers/nine/
Dnine_pipe.c272 [D3DFMT_A8P8] = PIPE_FORMAT_NONE,
333 [PIPE_FORMAT_R8A8_UINT] = D3DFMT_A8P8,
Dnine_pipe.h426 case D3DFMT_A8P8: return "D3DFMT_A8P8"; in d3dformat_to_string()
/external/swiftshader/src/D3D9/
DDirect3D9.cpp325 …case D3DFMT_A8P8: if(!Capabilities::Surface::A8P8) return NOTAVAILABLE(); else return D3D_O… in CheckDeviceFormat()
385 …case D3DFMT_A8P8: if(!Capabilities::Volume::A8P8) return NOTAVAILABLE(); else return D3D_… in CheckDeviceFormat()
492 …case D3DFMT_A8P8: if(!Capabilities::CubeMap::A8P8) return NOTAVAILABLE(); else return D3D_O… in CheckDeviceFormat()
548 …case D3DFMT_A8P8: if(!Capabilities::VolumeTexture::A8P8) return NOTAVAILABLE(); else return… in CheckDeviceFormat()
656 …case D3DFMT_A8P8: if(!Capabilities::Texture::A8P8) return NOTAVAILABLE(); else return D3D_O… in CheckDeviceFormat()
DDirect3DSurface9.cpp366 case D3DFMT_A8P8: return sw::FORMAT_A8P8; in translateFormat()
/external/swiftshader/include/Direct3D/
Dd3d8types.h1286 D3DFMT_A8P8 = 40, enumerator
/external/mesa3d/include/D3D9/
Dd3d9types.h609 D3DFMT_A8P8 = 40, enumerator