HomeSort by relevance Sort by last modified time
    Searched full:a4l4 (Results 1 - 3 of 3) sorted by null

  /external/swiftshader/src/D3D9/
Capabilities.hpp 133 static bool A4L4;
190 static bool A4L4;
285 static bool A4L4;
338 static bool A4L4;
434 static bool A4L4;
Capabilities.cpp 95 bool Capabilities::Surface::A4L4 = true;
141 bool Capabilities::Volume::A4L4 = true;
219 bool Capabilities::CubeMap::A4L4 = true;
263 bool Capabilities::VolumeTexture::A4L4 = true;
342 bool Capabilities::Texture::A4L4 = true;
Direct3D9.cpp 356 case D3DFMT_A4L4: if(!Capabilities::Surface::A4L4) return NOTAVAILABLE(); else return D3D_OK;
416 case D3DFMT_A4L4: if(!Capabilities::Volume::A4L4) return NOTAVAILABLE(); else return D3D_OK;
523 case D3DFMT_A4L4: if(!Capabilities::CubeMap::A4L4) return NOTAVAILABLE(); else return D3D_OK;
    [all...]

Completed in 244 milliseconds