Searched refs:hasEglSurface (Results 1 – 3 of 3) sorted by relevance
187 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()
222 if (!hasEglSurface()) { in createEglSurface()246 if (hasEglSurface()) { in destroyEglSurface()257 public boolean hasEglSurface() { in hasEglSurface() method in EglHelper340 if (hasEglSurface()) { in finish()369 out.print(", "); out.print("has EglSurface="); out.println(hasEglSurface()); in dump()
92 assertThat(mEglHelper.hasEglSurface()).isTrue(); in testInit_normal()119 assertThat(mEglHelper.hasEglSurface()).isFalse(); in testFinish_shouldNotCrash()