Searched refs:mGLContextAttached (Results 1 – 2 of 2) sorted by relevance
34 , mGLContextAttached(false) in DeferredLayerUpdater()53 if (mSurfaceTexture.get() && mLayerApi == Layer::Api::OpenGL && mGLContextAttached) { in destroyLayer()55 mGLContextAttached = false; in destroyLayer()94 if (!mGLContextAttached) { in apply()95 mGLContextAttached = true; in apply()
118 bool mGLContextAttached; variable