Searched refs:mNeedsGLContextAttach (Results 1 – 2 of 2) sorted by relevance
30 , mNeedsGLContextAttach(false) in DeferredLayerUpdater()63 if (mNeedsGLContextAttach) { in apply()64 mNeedsGLContextAttach = false; in apply()
61 mNeedsGLContextAttach = needsAttach; in setSurfaceTexture()96 bool mNeedsGLContextAttach; variable