Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/
DDeferredLayerUpdater.cpp30 , mNeedsGLContextAttach(false) in DeferredLayerUpdater()
62 if (mNeedsGLContextAttach) { in apply()
63 mNeedsGLContextAttach = false; in apply()
DDeferredLayerUpdater.h63 mNeedsGLContextAttach = needsAttach; in setSurfaceTexture()
106 bool mNeedsGLContextAttach; variable