Home
last modified time | relevance | path

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

/external/swiftshader/src/Renderer/
DBlitter.hpp37 CLEAR_OPERATION = 0x20, enumerator
DBlitter.cpp41 …tter::Options clearOptions = static_cast<sw::Blitter::Options>((rgbaMask & 0xF) | CLEAR_OPERATION); in clear()
1087 (state.options & CLEAR_OPERATION)) in ApplyScaleAndClamp()
1173 if(state.options & CLEAR_OPERATION) in generate()
1304 …ASSERT(!(options & CLEAR_OPERATION) || ((source->getWidth() == 1) && (source->getHeight() == 1) &&… in blitReactor()