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

  /external/swiftshader/src/D3D9/
Direct3DDevice9Ex.hpp 92 long __stdcall ColorFill(IDirect3DSurface9 *surface, const RECT *rect, D3DCOLOR color) override;
Direct3DDevice9Ex.cpp 117 long Direct3DDevice9Ex::ColorFill(IDirect3DSurface9 *surface, const RECT *rect, D3DCOLOR color)
121 return Direct3DDevice9::ColorFill(surface, rect, color);
    [all...]
Direct3DDevice9.hpp 68 long __stdcall ColorFill(IDirect3DSurface9 *surface, const RECT *rect, D3DCOLOR color) override;
Direct3DDevice9.cpp 450 long Direct3DDevice9::ColorFill(IDirect3DSurface9 *surface, const RECT *rect, D3DCOLOR color)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
d3d9.h     [all...]
  /external/mesa3d/include/D3D9/
d3d9.h 193 virtual HRESULT WINAPI ColorFill(IDirect3DSurface9 *pSurface, const RECT *pRect, D3DCOLOR color) = 0;
    [all...]

Completed in 84 milliseconds