Searched refs:hasEglContext (Results 1 – 9 of 9) sorted by relevance
236 if (hasEglContext()) { in destroyEglContext()246 public boolean hasEglContext() { in hasEglContext() method in EglHelper278 if (hasEglContext()) { in finish()298 out.print(", "); out.print("has EglContext="); out.print(hasEglContext()); in dump()
287 if (!mEglHelper.hasEglContext()) { in preRenderInternal()297 if (mEglHelper.hasEglContext() && !mEglHelper.hasEglSurface()) { in preRenderInternal()304 if (mEglHelper.hasEglContext() && mEglHelper.hasEglSurface() && contextRecreated) { in preRenderInternal()320 boolean readyToRender = mEglHelper.hasEglContext() && mEglHelper.hasEglSurface() in requestRenderInternal()329 Log.e(TAG, "requestRender: not ready, has context=" + mEglHelper.hasEglContext() in requestRenderInternal()
96 if (hasEglContext()) { in ~EglManager()102 if (hasEglContext()) return; in initialize()233 bool EglManager::hasEglContext() { in hasEglContext() function in android::uirenderer::renderthread::EglManager298 LOG_ALWAYS_FATAL_IF(!hasEglContext(), "Not initialized"); in createSurface()509 if (!hasEglContext()) { in fenceWait()554 if (!hasEglContext()) { in createReleaseFence()
49 bool hasEglContext();
197 if (mEglManager->hasEglContext()) { in requireGlContext()242 if (mEglManager->hasEglContext()) { in destroyRenderingContext()
205 return CC_LIKELY(mEglManager.hasEglContext()); in isContextReady()210 if (thread.eglManager().hasEglContext()) { in invokeFunctor()
48 if (!sEglManager.hasEglContext()) { in beginDraw()
63 assertFalse(mEglHelper.hasEglContext()); in testFinish_shouldNotCrash()
150 if (!mEglManager.hasEglContext()) { in onBeginUpload()163 LOG_ALWAYS_FATAL_IF(!mEglManager.hasEglContext(), "Forgot to begin an upload?"); in getUploadEglDisplay()