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

/frameworks/base/libs/hwui/renderthread/
H A DDrawFrameTask.cpp99 bool canDrawThisFrame; local
103 canDrawThisFrame = info.out.canDrawThisFrame;
114 if (CC_LIKELY(canDrawThisFrame)) {
H A DCanvasContext.cpp172 info.out.canDrawThisFrame = false;
182 info.out.canDrawThisFrame = !runningBehind;
184 if (info.out.hasAnimations || !info.out.canDrawThisFrame) {
265 if (info.out.canDrawThisFrame) {
/frameworks/base/libs/hwui/
H A DTreeInfo.h106 , canDrawThisFrame(true)
121 bool canDrawThisFrame; member in struct:android::uirenderer::TreeInfo::Out

Completed in 41 milliseconds