Searched refs:ColorFill (Results 1 – 4 of 4) sorted by relevance
/external/swiftshader/src/D3D9/ |
D | Direct3DDevice9Ex.cpp | 117 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()
|
D | Direct3DDevice9Ex.hpp | 92 long __stdcall ColorFill(IDirect3DSurface9 *surface, const RECT *rect, D3DCOLOR color);
|
D | Direct3DDevice9.hpp | 68 long __stdcall ColorFill(IDirect3DSurface9 *surface, const RECT *rect, D3DCOLOR color);
|
D | Direct3DDevice9.cpp | 450 long Direct3DDevice9::ColorFill(IDirect3DSurface9 *surface, const RECT *rect, D3DCOLOR color) in ColorFill() function in D3D9::Direct3DDevice9
|