Home
last modified time | relevance | path

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

/cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/its/
DPreviewRecorder.java139 private EGLSurface mEGLRecorderSurface; // EGL Surface corresponding to mRecordSurface field in PreviewRecorder
224 EGL14.eglMakeCurrent(mEGLDisplay, mEGLRecorderSurface, in initPreviewRecorder()
225 mEGLRecorderSurface, mEGLContext); in initPreviewRecorder()
359 mEGLRecorderSurface = EGL14.eglCreateWindowSurface(mEGLDisplay, EGLConfig, mRecordSurface, in initEGL()
361 if (mEGLRecorderSurface == EGL14.EGL_NO_SURFACE) { in initEGL()
366 EGL14.eglMakeCurrent(mEGLDisplay, mEGLRecorderSurface, mEGLRecorderSurface, mEGLContext); in initEGL()
517 if (!EGL14.eglSwapBuffers(mEGLDisplay, mEGLRecorderSurface)) { in copyFrameToRecordSurface()
707 EGL14.eglDestroySurface(mEGLDisplay, mEGLRecorderSurface); in cleanupEgl()