Home
last modified time | relevance | path

Searched refs:hasEglContext (Results 1 – 8 of 8) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/
DImageWallpaper.java217 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()
/frameworks/base/packages/SystemUI/src/com/android/systemui/glwallpaper/
DEglHelper.java201 if (hasEglContext()) { in destroyEglContext()
211 public boolean hasEglContext() { in hasEglContext() method in EglHelper
235 if (hasEglContext()) { in finish()
253 out.print(", "); out.print("has EglContext="); out.print(hasEglContext()); in dump()
/frameworks/base/libs/hwui/renderthread/
DEglManager.cpp96 if (hasEglContext()) { in ~EglManager()
102 if (hasEglContext()) return; in initialize()
233 bool EglManager::hasEglContext() { in hasEglContext() function in android::uirenderer::renderthread::EglManager
298 LOG_ALWAYS_FATAL_IF(!hasEglContext(), "Not initialized"); in createSurface()
509 if (!hasEglContext()) { in fenceWait()
554 if (!hasEglContext()) { in createReleaseFence()
DEglManager.h49 bool hasEglContext();
DRenderThread.cpp195 if (mEglManager->hasEglContext()) { in requireGlContext()
240 if (mEglManager->hasEglContext()) { in destroyRenderingContext()
/frameworks/base/libs/hwui/pipeline/skia/
DSkiaOpenGLPipeline.cpp205 return CC_LIKELY(mEglManager.hasEglContext()); in isContextReady()
210 if (thread.eglManager().hasEglContext()) { in invokeFunctor()
DVkInteropFunctorDrawable.cpp48 if (!sEglManager.hasEglContext()) { in beginDraw()
/frameworks/base/libs/hwui/
DHardwareBitmapUploader.cpp150 if (!mEglManager.hasEglContext()) { in onBeginUpload()
163 LOG_ALWAYS_FATAL_IF(!mEglManager.hasEglContext(), "Forgot to begin an upload?"); in getUploadEglDisplay()