Searched refs:mEglOwner (Results 1 – 1 of 1) sorted by relevance
1818 if (mEglOwner == thread) { in threadExiting()1819 mEglOwner = null; in threadExiting()1832 if (mEglOwner == thread || mEglOwner == null) { in tryAcquireEglContextLocked()1833 mEglOwner = thread; in tryAcquireEglContextLocked()1845 if (mEglOwner != null) { in tryAcquireEglContextLocked()1846 mEglOwner.requestReleaseEglContextLocked(); in tryAcquireEglContextLocked()1856 if (mEglOwner == thread) { in releaseEglContextLocked()1857 mEglOwner = null; in releaseEglContextLocked()1922 private GLThread mEglOwner; field in GLSurfaceView.GLThreadManager