Searched refs:hasEglContext (Results 1 – 7 of 7) sorted by relevance
103 if (hasEglContext()) { in ~EglManager()109 if (hasEglContext()) return; in initialize()323 bool EglManager::hasEglContext() { in hasEglContext() function in android::uirenderer::renderthread::EglManager394 LOG_ALWAYS_FATAL_IF(!hasEglContext(), "Not initialized"); in createSurface()685 if (!hasEglContext()) { in fenceWait()729 if (!hasEglContext()) { in createReleaseFence()
49 bool hasEglContext();
278 if (mEglManager->hasEglContext()) { in requireGlContext()327 if (mEglManager->hasEglContext()) { in destroyRenderingContext()
34 ASSERT_TRUE(eglManager.hasEglContext()); in TEST()
286 return CC_LIKELY(mEglManager.hasEglContext()); in isContextReady()291 if (thread.eglManager().hasEglContext()) { in invokeFunctor()
54 if (!sEglManager.hasEglContext()) { in beginDraw()
152 if (!mEglManager.hasEglContext()) { in onBeginUpload()165 LOG_ALWAYS_FATAL_IF(!mEglManager.hasEglContext(), "Forgot to begin an upload?"); in getUploadEglDisplay()