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

  /external/swiftshader/src/D3D8/
Direct3D8.cpp 235 case D3DFMT_A4L4: if(!Capabilities::Surface::A4L4) return NOTAVAILABLE(); else return D3D_OK;
276 case D3DFMT_A4L4: if(!Capabilities::Volume::A4L4) return NOTAVAILABLE(); else return D3D_OK;
351 case D3DFMT_A4L4: if(!Capabilities::CubeMap::A4L4) return NOTAVAILABLE(); else return D3D_OK;
392 case D3DFMT_A4L4: if(!Capabilities::VolumeTexture::A4L4) return NOTAVAILABLE(); else return D3D_OK;
467 case D3DFMT_A4L4: if(!Capabilities::Texture::A4L4) return NOTAVAILABLE(); else return D3D_OK;
616 mode->Format = D3DFMT_A4L4;
    [all...]
Direct3DSurface8.cpp 269 case D3DFMT_A4L4: return sw::FORMAT_A4L4;
  /external/mesa3d/src/gallium/state_trackers/nine/
nine_pipe.c 276 [D3DFMT_A4L4] = PIPE_FORMAT_L4A4_UNORM,
337 [PIPE_FORMAT_L4A4_UNORM] = D3DFMT_A4L4,
nine_pipe.h 430 case D3DFMT_A4L4: return "D3DFMT_A4L4";
  /external/swiftshader/src/D3D9/
Direct3DSurface9.cpp 382 case D3DFMT_A4L4: return sw::FORMAT_A4L4;
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...]
  /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 622 D3DFMT_A4L4 = 52,
    [all...]
d3d9types.h 795 D3DFMT_A4L4 = 52,
    [all...]
  /external/mesa3d/include/D3D9/
d3d9types.h 613 D3DFMT_A4L4 = 52,
    [all...]

Completed in 95 milliseconds