Searched refs:hasEglContext (Results 1 – 8 of 8) sorted by relevance
217 if (!mEglHelper.hasEglContext()) { in preRenderInternal()227 if (mEglHelper.hasEglContext() && !mEglHelper.hasEglSurface()) { in preRenderInternal()234 if (mEglHelper.hasEglContext() && mEglHelper.hasEglSurface() && contextRecreated) { in preRenderInternal()248 boolean readyToRender = mEglHelper.hasEglContext() && mEglHelper.hasEglSurface() in requestRenderInternal()257 Log.e(TAG, "requestRender: not ready, has context=" + mEglHelper.hasEglContext() in requestRenderInternal()
201 if (hasEglContext()) { in destroyEglContext()211 public boolean hasEglContext() { in hasEglContext() method in EglHelper235 if (hasEglContext()) { in finish()253 out.print(", "); out.print("has EglContext="); out.print(hasEglContext()); in dump()
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();
195 if (mEglManager->hasEglContext()) { in requireGlContext()240 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()
150 if (!mEglManager.hasEglContext()) { in onBeginUpload()163 LOG_ALWAYS_FATAL_IF(!mEglManager.hasEglContext(), "Forgot to begin an upload?"); in getUploadEglDisplay()