Home
last modified time | relevance | path

Searched refs:hasEglSurface (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/
DImageWallpaper.java187 if (mEglHelper.hasEglContext() && !mEglHelper.hasEglSurface()) { in preRenderInternal()
194 if (mEglHelper.hasEglContext() && mEglHelper.hasEglSurface() && contextRecreated) { in preRenderInternal()
209 boolean readyToRender = mEglHelper.hasEglContext() && mEglHelper.hasEglSurface() in requestRenderInternal()
219 + ", has surface=" + mEglHelper.hasEglSurface() in requestRenderInternal()
/frameworks/base/packages/SystemUI/src/com/android/systemui/glwallpaper/
DEglHelper.java222 if (!hasEglSurface()) { in createEglSurface()
246 if (hasEglSurface()) { in destroyEglSurface()
257 public boolean hasEglSurface() { in hasEglSurface() method in EglHelper
340 if (hasEglSurface()) { in finish()
369 out.print(", "); out.print("has EglSurface="); out.println(hasEglSurface()); in dump()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/glwallpaper/
DEglHelperTest.java92 assertThat(mEglHelper.hasEglSurface()).isTrue(); in testInit_normal()
119 assertThat(mEglHelper.hasEglSurface()).isFalse(); in testFinish_shouldNotCrash()