Home | History | Annotate | Download | only in tests

Lines Matching defs:mEglSurface

52             mEglContext(EGL_NO_CONTEXT), mEglSurface(EGL_NO_SURFACE),
58 if (mEglSurface != EGL_NO_SURFACE) {
59 eglDestroySurface(mEglDisplay, mEglSurface);
234 EGLSurface mEglSurface;
274 mEglSurface = eglCreateWindowSurface(mEglDisplay, mEglConfig,
277 ASSERT_NE(EGL_NO_SURFACE, mEglSurface);
279 EXPECT_TRUE(eglMakeCurrent(mEglDisplay, mEglSurface, mEglSurface,
376 eglSwapBuffers(mEglDisplay, mEglSurface);
407 eglSwapBuffers(mEglDisplay, mEglSurface);
439 EXPECT_TRUE(eglDestroySurface(mEglDisplay, mEglSurface));
442 mEglSurface = eglCreateWindowSurface(mEglDisplay, mEglConfig,
445 ASSERT_NE(EGL_NO_SURFACE, mEglSurface);
447 EXPECT_TRUE(eglMakeCurrent(mEglDisplay, mEglSurface, mEglSurface,
454 eglSwapBuffers(mEglDisplay, mEglSurface);