Home
last modified time | relevance | path

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

/external/swiftshader/src/Renderer/
DBlitter.hpp38 USE_STENCIL = 0x40, enumerator
DBlitter.cpp139 options = static_cast<Blitter::Options>(options | USE_STENCIL); in blit()
1323 bool isStencil = ((options & USE_STENCIL) == USE_STENCIL); in blitReactor()