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

/frameworks/base/libs/hwui/renderthread/
H A DDrawFrameTask.cpp88 bool canDrawThisFrame; local
92 canDrawThisFrame = info.out.canDrawThisFrame;
103 if (CC_LIKELY(canDrawThisFrame)) {
137 info.out.canDrawThisFrame = false;
H A DCanvasContext.cpp347 info.out.canDrawThisFrame = false;
362 info.out.canDrawThisFrame = false;
367 info.out.canDrawThisFrame = true;
369 info.out.canDrawThisFrame = !isSwapChainStuffed();
370 if (!info.out.canDrawThisFrame) {
376 info.out.canDrawThisFrame = true;
379 if (!info.out.canDrawThisFrame) {
383 if (info.out.hasAnimations || !info.out.canDrawThisFrame) {
517 if (info.out.canDrawThisFrame) {
/frameworks/base/libs/hwui/
H A DTreeInfo.h110 bool canDrawThisFrame = true; member in struct:android::uirenderer::TreeInfo::Out

Completed in 3228 milliseconds