Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/glwallpaper/
DEglHelper.java236 if (hasEglContext()) { in destroyEglContext()
246 public boolean hasEglContext() { in hasEglContext() method in EglHelper
278 if (hasEglContext()) { in finish()
298 out.print(", "); out.print("has EglContext="); out.print(hasEglContext()); in dump()
/frameworks/base/packages/SystemUI/src/com/android/systemui/
DImageWallpaper.java287 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()
/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.cpp197 if (mEglManager->hasEglContext()) { in requireGlContext()
242 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/packages/SystemUI/tests/src/com/android/systemui/glwallpaper/
DEglHelperTest.java63 assertFalse(mEglHelper.hasEglContext()); in testFinish_shouldNotCrash()
/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()