Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/renderthread/
DCanvasContext.h71 bool hasSurface() { return mNativeWindow.get(); } in hasSurface() function
DDrawFrameTask.cpp137 if (CC_UNLIKELY(!mContext->hasSurface())) { in syncFrameState()