Searched refs:DRAW_DOUBLE_STENCIL_IF (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/libs/hwui/
H A DOpenGLRenderer.cpp839 #define DRAW_DOUBLE_STENCIL_IF(COND, DRAW_COMMAND) { \ macro
848 #define DRAW_DOUBLE_STENCIL(DRAW_COMMAND) DRAW_DOUBLE_STENCIL_IF(true, DRAW_COMMAND)
970 DRAW_DOUBLE_STENCIL_IF(!layer->hasDrawnSinceUpdate, renderGlop(glop));
2271 DRAW_DOUBLE_STENCIL_IF(!layer->hasDrawnSinceUpdate,
2282 DRAW_DOUBLE_STENCIL_IF(!layer->hasDrawnSinceUpdate, renderGlop(glop));

Completed in 101 milliseconds