Home | History | Annotate | Download | only in tests

Lines Matching defs:mEglSurface

58             mEglContext(EGL_NO_CONTEXT), mEglSurface(EGL_NO_SURFACE),
64 if (mEglSurface != EGL_NO_SURFACE) {
65 eglDestroySurface(mEglDisplay, mEglSurface);
241 EGLSurface mEglSurface;
281 mEglSurface = eglCreateWindowSurface(mEglDisplay, mEglConfig,
284 ASSERT_NE(EGL_NO_SURFACE, mEglSurface);
286 EXPECT_TRUE(eglMakeCurrent(mEglDisplay, mEglSurface, mEglSurface,
384 eglSwapBuffers(mEglDisplay, mEglSurface);
417 eglSwapBuffers(mEglDisplay, mEglSurface);
450 EXPECT_TRUE(eglDestroySurface(mEglDisplay, mEglSurface));
453 mEglSurface = eglCreateWindowSurface(mEglDisplay, mEglConfig,
456 mEglSurface);
458 EXPECT_TRUE(eglMakeCurrent(mEglDisplay, mEglSurface, mEglSurface,
465 eglSwapBuffers(mEglDisplay, mEglSurface);