Searched refs:fastClear (Results 1 – 2 of 2) sorted by relevance
/external/swiftshader/src/Renderer/ |
D | Blitter.hpp | 83 …bool fastClear(void* pixel, sw::Format format, Surface *dest, const SliceRect &dRect, unsigned int…
|
D | Blitter.cpp | 35 if(fastClear(pixel, format, dest, dRect, rgbaMask)) in clear() 48 …bool Blitter::fastClear(void* pixel, sw::Format format, Surface *dest, const SliceRect &dRect, uns… in fastClear() function in sw::Blitter
|