HomeSort by relevance Sort by last modified time
    Searched defs:canDrawThisFrame (Results 1 - 2 of 2) sorted by null

  /frameworks/base/libs/hwui/renderthread/
DrawFrameTask.cpp 88 bool canDrawThisFrame;
92 canDrawThisFrame = info.out.canDrawThisFrame;
117 if (CC_LIKELY(canDrawThisFrame)) {
152 info.out.canDrawThisFrame = false;
160 if (!info.out.canDrawThisFrame) {
  /frameworks/base/libs/hwui/
TreeInfo.h 110 bool canDrawThisFrame = true;

Completed in 295 milliseconds