Home | History | Annotate | Download | only in hwui

Lines Matching refs:Stencil

520             mCaches.stencil.clear();
523 mCaches.stencil.enableDebugWrite();
525 mCaches.stencil.disable();
539 mCaches.stencil.enableDebugTest(2);
543 mCaches.stencil.enableDebugTest(3);
547 mCaches.stencil.enableDebugTest(4);
551 mCaches.stencil.enableDebugTest(4, true);
554 mCaches.stencil.disable();
1171 * hardware layer with overdraw debug on, draws again to the stencil only, so that these draw
1216 // stencil buffer in setupDraw()
1391 // call setupDraw() to prevent stencil setup to do
1554 // cannot attach a stencil buffer to fbo0 dynamically. Let's
1570 Stencil::getSmallestStencilFormat(), layer->getWidth(), layer->getHeight());
1586 mCaches.stencil.enableWrite();
1588 // Clear the stencil but first make sure we restrict drawing
1595 mCaches.stencil.clear();
1599 // Since we are using the stencil we could use the red book path
1606 mCaches.stencil.enableTest();
1608 // Draw the region used to generate the stencil if the appropriate debug
1614 mCaches.stencil.disable();
1758 // the stencil buffer and if stencil highlight debugging is on
1761 mCaches.stencil.isTestEnabled();