Home
last modified time | relevance | path

Searched refs:ATI2 (Results 1 – 7 of 7) sorted by relevance

/external/swiftshader/src/D3D9/
DCapabilities.hpp115 static bool ATI2; member
172 static bool ATI2; member
267 static bool ATI2; member
320 static bool ATI2; member
416 static bool ATI2; member
DCapabilities.cpp80 bool Capabilities::Surface::ATI2 = true; member in D3D9::Capabilities::Surface
126 bool Capabilities::Volume::ATI2 = true; member in D3D9::Capabilities::Volume
204 bool Capabilities::CubeMap::ATI2 = true; member in D3D9::Capabilities::CubeMap
248 bool Capabilities::VolumeTexture::ATI2 = true; member in D3D9::Capabilities::VolumeTexture
327 bool Capabilities::Texture::ATI2 = true; member in D3D9::Capabilities::Texture
DDirect3D9.cpp338 …case D3DFMT_ATI2: if(!Capabilities::Surface::ATI2) return NOTAVAILABLE(); else return D3D_O… in CheckDeviceFormat()
398 …case D3DFMT_ATI2: if(!Capabilities::Volume::ATI2) return NOTAVAILABLE(); else return D3D_… in CheckDeviceFormat()
505 …case D3DFMT_ATI2: if(!Capabilities::CubeMap::ATI2) return NOTAVAILABLE(); else return D3D_O… in CheckDeviceFormat()
561 …case D3DFMT_ATI2: if(!Capabilities::VolumeTexture::ATI2) return NOTAVAILABLE(); else return… in CheckDeviceFormat()
669 …case D3DFMT_ATI2: if(!Capabilities::Texture::ATI2) return NOTAVAILABLE(); else return D3D_O… in CheckDeviceFormat()
/external/swiftshader/src/Device/
DSurface.hpp259 struct ATI2 struct in sw::Surface
DSurface.cpp1777 const ATI2 *source = (const ATI2*)external.lockRect(0, 0, 0, LOCK_READONLY); in decodeATI2()
/external/swiftshader/src/Renderer/
DSurface.hpp429 struct ATI2 struct in sw::Surface
DSurface.cpp2512 const ATI2 *source = (const ATI2*)external.lockRect(0, 0, 0, LOCK_READONLY); in decodeATI2()