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

  /external/mesa3d/src/gallium/state_trackers/nine/
nine_pipe.c 267 [D3DFMT_A8B8G8R8] = PIPE_FORMAT_R8G8B8A8_UNORM,
326 [PIPE_FORMAT_R8G8B8A8_UNORM] = D3DFMT_A8B8G8R8,
nine_pipe.h 421 case D3DFMT_A8B8G8R8: return "D3DFMT_A8B8G8R8";
  /external/swiftshader/src/D3D9/
Direct3D9.cpp 271 case D3DFMT_A8B8G8R8: if(!Capabilities::Surface::RenderTarget::A8B8G8R8) return NOTAVAILABLE(); else return D3D_OK;
322 case D3DFMT_A8B8G8R8: if(!Capabilities::Surface::A8B8G8R8) return NOTAVAILABLE(); else return D3D_OK;
382 case D3DFMT_A8B8G8R8: if(!Capabilities::Volume::A8B8G8R8) return NOTAVAILABLE(); else return D3D_OK;
438 case D3DFMT_A8B8G8R8: if(!Capabilities::CubeMap::RenderTarget::A8B8G8R8) return NOTAVAILABLE(); else return D3D_OK;
489 case D3DFMT_A8B8G8R8: if(!Capabilities::CubeMap::A8B8G8R8) return NOTAVAILABLE(); else return D3D_OK;
545 case D3DFMT_A8B8G8R8: if(!Capabilities::VolumeTexture::A8B8G8R8) return NOTAVAILABLE(); else return D3D_OK;
    [all...]
Capabilities.cpp 365 case D3DFMT_A8B8G8R8:
394 case D3DFMT_A8B8G8R8:
Direct3DSurface9.cpp 360 case D3DFMT_A8B8G8R8: return sw::FORMAT_A8B8G8R8;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
d3d9types.h 783 D3DFMT_A8B8G8R8 = 32,
    [all...]
  /external/mesa3d/include/D3D9/
d3d9types.h 604 D3DFMT_A8B8G8R8 = 32,
    [all...]

Completed in 584 milliseconds