Home
last modified time | relevance | path

Searched refs:fastClear (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/src/Renderer/
DBlitter.hpp83 …bool fastClear(void* pixel, sw::Format format, Surface *dest, const SliceRect &dRect, unsigned int…
DBlitter.cpp35 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