Home
last modified time | relevance | path

Searched refs:ColorFill (Results 1 – 4 of 4) sorted by relevance

/external/swiftshader/src/D3D9/
DDirect3DDevice9Ex.cpp117 long Direct3DDevice9Ex::ColorFill(IDirect3DSurface9 *surface, const RECT *rect, D3DCOLOR color) in ColorFill() function in D3D9::Direct3DDevice9Ex
121 return Direct3DDevice9::ColorFill(surface, rect, color); in ColorFill()
DDirect3DDevice9Ex.hpp92 long __stdcall ColorFill(IDirect3DSurface9 *surface, const RECT *rect, D3DCOLOR color);
DDirect3DDevice9.hpp68 long __stdcall ColorFill(IDirect3DSurface9 *surface, const RECT *rect, D3DCOLOR color);
DDirect3DDevice9.cpp450 long Direct3DDevice9::ColorFill(IDirect3DSurface9 *surface, const RECT *rect, D3DCOLOR color) in ColorFill() function in D3D9::Direct3DDevice9