Searched refs:mEglOwner (Results 1 – 1 of 1) sorted by relevance
1834 if (mEglOwner == thread) { in threadExiting()1835 mEglOwner = null; in threadExiting()1848 if (mEglOwner == thread || mEglOwner == null) { in tryAcquireEglContextLocked()1849 mEglOwner = thread; in tryAcquireEglContextLocked()1861 if (mEglOwner != null) { in tryAcquireEglContextLocked()1862 mEglOwner.requestReleaseEglContextLocked(); in tryAcquireEglContextLocked()1872 if (mEglOwner == thread) { in releaseEglContextLocked()1873 mEglOwner = null; in releaseEglContextLocked()1938 private GLThread mEglOwner; field in GLSurfaceView.GLThreadManager