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

  /external/mesa3d/src/gallium/state_trackers/nine/
nine_pipe.c 263 [D3DFMT_A8] = PIPE_FORMAT_A8_UNORM,
322 [PIPE_FORMAT_A8_UNORM] = D3DFMT_A8,
nine_pipe.h 417 case D3DFMT_A8: return "D3DFMT_A8";
  /external/swiftshader/src/D3D8/
Direct3DSurface8.cpp 256 case D3DFMT_A8: return sw::FORMAT_A8;
Direct3D8.cpp 203 case D3DFMT_A8: if(!Capabilities::Surface::A8) return NOTAVAILABLE(); else return D3D_OK;
244 case D3DFMT_A8: if(!Capabilities::Volume::A8) return NOTAVAILABLE(); else return D3D_OK;
319 case D3DFMT_A8: if(!Capabilities::CubeMap::A8) return NOTAVAILABLE(); else return D3D_OK;
360 case D3DFMT_A8: if(!Capabilities::VolumeTexture::A8) return NOTAVAILABLE(); else return D3D_OK;
435 case D3DFMT_A8: if(!Capabilities::Texture::A8) return NOTAVAILABLE(); else return D3D_OK;
    [all...]
  /external/swiftshader/src/D3D9/
Direct3DSurface9.cpp 367 case D3DFMT_A8: return sw::FORMAT_A8;
Direct3D9.cpp 310 case D3DFMT_A8: if(!Capabilities::Surface::A8) return NOTAVAILABLE(); else return D3D_OK;
370 case D3DFMT_A8: if(!Capabilities::Volume::A8) return NOTAVAILABLE(); else return D3D_OK;
477 case D3DFMT_A8: if(!Capabilities::CubeMap::A8) return NOTAVAILABLE(); else return D3D_OK;
533 case D3DFMT_A8: if(!Capabilities::VolumeTexture::A8) return NOTAVAILABLE(); else return D3D_OK;
    [all...]
  /external/swiftshader/include/Direct3D/
d3d8types.h     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
d3d8types.h 611 D3DFMT_A8 = 28,
    [all...]
d3d9types.h 779 D3DFMT_A8 = 28,
    [all...]
  /external/mesa3d/include/D3D9/
d3d9types.h 600 D3DFMT_A8 = 28,
    [all...]

Completed in 522 milliseconds