Searched refs:mEglOwner (Results 1 – 1 of 1) sorted by relevance
1891 if (mEglOwner == thread) { in threadExiting()1892 mEglOwner = null; in threadExiting()1905 if (mEglOwner == thread || mEglOwner == null) { in tryAcquireEglContextLocked()1906 mEglOwner = thread; in tryAcquireEglContextLocked()1918 if (mEglOwner != null) { in tryAcquireEglContextLocked()1919 mEglOwner.requestReleaseEglContextLocked(); in tryAcquireEglContextLocked()1929 if (mEglOwner == thread) { in releaseEglContextLocked()1930 mEglOwner = null; in releaseEglContextLocked()1995 private GLThread mEglOwner; field in GLSurfaceView.GLThreadManager