HomeSort by relevance Sort by last modified time
    Searched refs:A2W10V10U10 (Results 1 - 6 of 6) sorted by null

  /external/swiftshader/src/D3D8/
Capabilities.hpp 84 static bool A2W10V10U10;
124 static bool A2W10V10U10;
191 static bool A2W10V10U10;
231 static bool A2W10V10U10;
298 static bool A2W10V10U10;
Capabilities.cpp 68 bool Capabilities::Surface::A2W10V10U10 = true;
100 bool Capabilities::Volume::A2W10V10U10 = true;
152 bool Capabilities::CubeMap::A2W10V10U10 = true;
184 bool Capabilities::VolumeTexture::A2W10V10U10 = true;
236 bool Capabilities::Texture::A2W10V10U10 = true;
Direct3D8.cpp 232 case D3DFMT_A2W10V10U10: if(!Capabilities::Surface::A2W10V10U10) return NOTAVAILABLE(); else return D3D_OK;
273 case D3DFMT_A2W10V10U10: if(!Capabilities::Volume::A2W10V10U10) return NOTAVAILABLE(); else return D3D_OK;
348 case D3DFMT_A2W10V10U10: if(!Capabilities::CubeMap::A2W10V10U10) return NOTAVAILABLE(); else return D3D_OK;
389 case D3DFMT_A2W10V10U10: if(!Capabilities::VolumeTexture::A2W10V10U10) return NOTAVAILABLE(); else return D3D_OK;
464 case D3DFMT_A2W10V10U10: if(!Capabilities::Texture::A2W10V10U10) return NOTAVAILABLE(); else return D3D_OK;
    [all...]
  /external/swiftshader/src/D3D9/
Capabilities.hpp 129 static bool A2W10V10U10;
186 static bool A2W10V10U10;
281 static bool A2W10V10U10;
334 static bool A2W10V10U10;
430 static bool A2W10V10U10;
Capabilities.cpp 92 bool Capabilities::Surface::A2W10V10U10 = true;
138 bool Capabilities::Volume::A2W10V10U10 = true;
216 bool Capabilities::CubeMap::A2W10V10U10 = true;
260 bool Capabilities::VolumeTexture::A2W10V10U10 = true;
339 bool Capabilities::Texture::A2W10V10U10 = true;
Direct3D9.cpp 352 case D3DFMT_A2W10V10U10: if(!Capabilities::Surface::A2W10V10U10) return NOTAVAILABLE(); else return D3D_OK;
412 case D3DFMT_A2W10V10U10: if(!Capabilities::Volume::A2W10V10U10) return NOTAVAILABLE(); else return D3D_OK;
519 case D3DFMT_A2W10V10U10: if(!Capabilities::CubeMap::A2W10V10U10) return NOTAVAILABLE(); else return D3D_OK;
    [all...]

Completed in 186 milliseconds