Searched refs:USE_STENCIL (Results 1 – 2 of 2) sorted by relevance
38 USE_STENCIL = 0x40, enumerator
139 options = static_cast<Blitter::Options>(options | USE_STENCIL); in blit()1323 bool isStencil = ((options & USE_STENCIL) == USE_STENCIL); in blitReactor()