Searched refs:mEglOwner (Results 1 – 1 of 1) sorted by relevance
1585 if (mEglOwner == thread) { in threadExiting()1586 mEglOwner = null; in threadExiting()1599 if (mEglOwner == thread || mEglOwner == null) { in tryAcquireEglSurfaceLocked()1600 mEglOwner = thread; in tryAcquireEglSurfaceLocked()1615 if (mEglOwner == thread) { in releaseEglSurfaceLocked()1616 mEglOwner = null; in releaseEglSurfaceLocked()1650 private GLThread mEglOwner; field in GLSurfaceView.GLThreadManager