Searched refs:mEglOwner (Results 1 – 1 of 1) sorted by relevance
1822 if (mEglOwner == thread) { in threadExiting()1823 mEglOwner = null; in threadExiting()1836 if (mEglOwner == thread || mEglOwner == null) { in tryAcquireEglContextLocked()1837 mEglOwner = thread; in tryAcquireEglContextLocked()1849 if (mEglOwner != null) { in tryAcquireEglContextLocked()1850 mEglOwner.requestReleaseEglContextLocked(); in tryAcquireEglContextLocked()1860 if (mEglOwner == thread) { in releaseEglContextLocked()1861 mEglOwner = null; in releaseEglContextLocked()1926 private GLThread mEglOwner; field in GLSurfaceViewCustom.GLThreadManager