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

/frameworks/base/libs/hwui/
H A DLayer.h341 bool hasDrawnSinceUpdate = false; member in class:android::uirenderer::Layer
H A DOpenGLRenderer.cpp350 layer->hasDrawnSinceUpdate = false;
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));
2296 layer->hasDrawnSinceUpdate = true;

Completed in 34 milliseconds