Home
last modified time | relevance | path

Searched refs:isSwapChainStuffed (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/libs/hwui/renderthread/
DCanvasContext.h210 bool isSwapChainStuffed();
DCanvasContext.cpp270 bool CanvasContext::isSwapChainStuffed() { in isSwapChainStuffed() function in android::uirenderer::renderthread::CanvasContext
369 info.out.canDrawThisFrame = !isSwapChainStuffed(); in prepareTree()